Class DriveDrivesEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveDrivesEndpointConfiguration
@ApiParams(apiName="drive-drives",description="The drives collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Permanently deletes a shared drive for which the user is an organizer",signatures="com.google.api.services.drive.Drive$Drives$Delete delete(String driveId)"),@ApiMethod(methodName="get",description="Gets a shared drive\'s metadata by ID",signatures="com.google.api.services.drive.Drive$Drives$Get get(String driveId)"),@ApiMethod(methodName="hide",description="Hides a shared drive from the default view",signatures="com.google.api.services.drive.Drive$Drives$Hide hide(String driveId)"),@ApiMethod(methodName="insert",description="Creates a new shared drive",signatures="com.google.api.services.drive.Drive$Drives$Insert insert(String requestId, com.google.api.services.drive.model.Drive content)"),@ApiMethod(methodName="list",description="Lists the user\'s shared drives",signatures="com.google.api.services.drive.Drive$Drives$List list()"),@ApiMethod(methodName="unhide",description="Restores a shared drive to the default view",signatures="com.google.api.services.drive.Drive$Drives$Unhide unhide(String driveId)"),@ApiMethod(methodName="update",description="Updates the metadata for a shared drive",signatures="com.google.api.services.drive.Drive$Drives$Update update(String driveId, com.google.api.services.drive.model.Drive content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class DriveDrivesEndpointConfiguration
extends GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Drives.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.DrivevoidsetContent(com.google.api.services.drive.model.Drive content) voidsetDriveId(String driveId) voidsetRequestId(String requestId) 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
-
DriveDrivesEndpointConfiguration
public DriveDrivesEndpointConfiguration()
-
-
Method Details
-
getContent
public com.google.api.services.drive.model.Drive getContent() -
setContent
public void setContent(com.google.api.services.drive.model.Drive content) -
getDriveId
-
setDriveId
-
getRequestId
-
setRequestId
-