Class DriveParentsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveParentsEndpointConfiguration
-
@ApiParams(apiName="drive-parents",description="The parents collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Removes a parent from a file",signatures="com.google.api.services.drive.Drive$Parents$Delete delete(String fileId, String parentId)"),@ApiMethod(methodName="get",description="Gets a specific parent reference",signatures="com.google.api.services.drive.Drive$Parents$Get get(String fileId, String parentId)"),@ApiMethod(methodName="insert",description="Adds a parent folder for a file",signatures="com.google.api.services.drive.Drive$Parents$Insert insert(String fileId, com.google.api.services.drive.model.ParentReference content)"),@ApiMethod(methodName="list",description="Lists a file\'s parents",signatures="com.google.api.services.drive.Drive$Parents$List list(String fileId)")},aliases={}) @UriParams @Configurer(extended=true) public final class DriveParentsEndpointConfiguration extends GoogleDriveConfigurationCamel endpoint configuration forDrive.Parents.
-
-
Constructor Summary
Constructors Constructor Description DriveParentsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.drive.model.ParentReferencegetContent()StringgetFileId()StringgetParentId()voidsetContent(com.google.api.services.drive.model.ParentReference content)voidsetFileId(String fileId)voidsetParentId(String parentId)-
Methods inherited from class org.apache.camel.component.google.drive.GoogleDriveConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getMethodName, getRefreshToken, getScopes, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
-
-
-
Method Detail
-
getContent
public com.google.api.services.drive.model.ParentReference getContent()
-
setContent
public void setContent(com.google.api.services.drive.model.ParentReference content)
-
getFileId
public String getFileId()
-
setFileId
public void setFileId(String fileId)
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
-