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 GoogleDriveConfigurationCamel endpoint configuration forDrive.Children.
-
-
Constructor Summary
Constructors Constructor Description DriveChildrenEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChildId()com.google.api.services.drive.model.ChildReferencegetContent()StringgetFolderId()voidsetChildId(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
-
-
-
-
Method Detail
-
getChildId
public String getChildId()
-
setChildId
public void setChildId(String childId)
-
getContent
public com.google.api.services.drive.model.ChildReference getContent()
-
setContent
public void setContent(com.google.api.services.drive.model.ChildReference content)
-
getFolderId
public String getFolderId()
-
setFolderId
public void setFolderId(String folderId)
-
-