@UriParams public final class DriveParentsEndpointConfiguration extends GoogleDriveConfiguration
Constructor and Description |
---|
DriveParentsEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.drive.model.ParentReference |
getContent() |
String |
getFileId() |
String |
getParentId() |
void |
setContent(com.google.api.services.drive.model.ParentReference content) |
void |
setFileId(String fileId) |
void |
setParentId(String parentId) |
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
public com.google.api.services.drive.model.ParentReference getContent()
public void setContent(com.google.api.services.drive.model.ParentReference content)
public String getFileId()
public void setFileId(String fileId)
public String getParentId()
public void setParentId(String parentId)
Apache Camel