Class DriveTeamdrivesEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveTeamdrivesEndpointConfiguration
@ApiParams(apiName="drive-teamdrives",description="The teamdrives collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Deprecated use drives",signatures="com.google.api.services.drive.Drive$Teamdrives$Delete delete(String teamDriveId)"),@ApiMethod(methodName="get",description="Deprecated use drives",signatures="com.google.api.services.drive.Drive$Teamdrives$Get get(String teamDriveId)"),@ApiMethod(methodName="insert",description="Deprecated use drives",signatures="com.google.api.services.drive.Drive$Teamdrives$Insert insert(String requestId, com.google.api.services.drive.model.TeamDrive content)"),@ApiMethod(methodName="list",description="Deprecated use drives",signatures="com.google.api.services.drive.Drive$Teamdrives$List list()"),@ApiMethod(methodName="update",description="Deprecated use drives",signatures="com.google.api.services.drive.Drive$Teamdrives$Update update(String teamDriveId, com.google.api.services.drive.model.TeamDrive content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class DriveTeamdrivesEndpointConfiguration
extends GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Teamdrives.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.TeamDrivevoidsetContent(com.google.api.services.drive.model.TeamDrive content) voidsetRequestId(String requestId) voidsetTeamDriveId(String teamDriveId) 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
-
DriveTeamdrivesEndpointConfiguration
public DriveTeamdrivesEndpointConfiguration()
-
-
Method Details
-
getContent
public com.google.api.services.drive.model.TeamDrive getContent() -
setContent
public void setContent(com.google.api.services.drive.model.TeamDrive content) -
getRequestId
-
setRequestId
-
getTeamDriveId
-
setTeamDriveId
-