@UriParams public final class DriveChildrenEndpointConfiguration extends GoogleDriveConfiguration
Constructor and Description |
---|
DriveChildrenEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getChildId() |
com.google.api.services.drive.model.ChildReference |
getContent() |
String |
getFolderId() |
void |
setChildId(String childId) |
void |
setContent(com.google.api.services.drive.model.ChildReference content) |
void |
setFolderId(String folderId) |
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
public String getChildId()
public void setChildId(String childId)
public com.google.api.services.drive.model.ChildReference getContent()
public void setContent(com.google.api.services.drive.model.ChildReference content)
public String getFolderId()
public void setFolderId(String folderId)
Apache Camel