Class DriveChildrenEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveChildrenEndpointConfiguration
@ApiParams(apiName="drive-children",description="The children collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Removes a child from a folder",signatures="com.google.api.services.drive.Drive$Children$Delete delete(String folderId, String childId)"),@ApiMethod(methodName="get",description="Gets a specific child reference",signatures="com.google.api.services.drive.Drive$Children$Get get(String folderId, String childId)"),@ApiMethod(methodName="insert",description="Inserts a file into a folder",signatures="com.google.api.services.drive.Drive$Children$Insert insert(String folderId, com.google.api.services.drive.model.ChildReference content)"),@ApiMethod(methodName="list",description="Lists a folder\'s children",signatures="com.google.api.services.drive.Drive$Children$List list(String folderId)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class DriveChildrenEndpointConfiguration
extends GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Children.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.ChildReferencevoidsetChildId(String childId) voidsetContent(com.google.api.services.drive.model.ChildReference content) voidsetFolderId(String folderId) 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
-
DriveChildrenEndpointConfiguration
public DriveChildrenEndpointConfiguration()
-
-
Method Details
-
getChildId
-
setChildId
-
getContent
public com.google.api.services.drive.model.ChildReference getContent() -
setContent
public void setContent(com.google.api.services.drive.model.ChildReference content) -
getFolderId
-
setFolderId
-