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 GoogleDriveConfigurationCamel endpoint configuration forDrive.Teamdrives.
-
-
Constructor Summary
Constructors Constructor Description DriveTeamdrivesEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.drive.model.TeamDrivegetContent()StringgetRequestId()StringgetTeamDriveId()voidsetContent(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
-
-
-
-
Method Detail
-
getContent
public com.google.api.services.drive.model.TeamDrive getContent()
-
setContent
public void setContent(com.google.api.services.drive.model.TeamDrive content)
-
getRequestId
public String getRequestId()
-
setRequestId
public void setRequestId(String requestId)
-
getTeamDriveId
public String getTeamDriveId()
-
setTeamDriveId
public void setTeamDriveId(String teamDriveId)
-
-