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 GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Parents.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.ParentReferencevoidsetContent(com.google.api.services.drive.model.ParentReference content) voidvoidsetParentId(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
-
Constructor Details
-
DriveParentsEndpointConfiguration
public DriveParentsEndpointConfiguration()
-
-
Method Details
-
getContent
public com.google.api.services.drive.model.ParentReference getContent() -
setContent
public void setContent(com.google.api.services.drive.model.ParentReference content) -
getFileId
-
setFileId
-
getParentId
-
setParentId
-