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 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

      public String getRequestId()
    • setRequestId

      public void setRequestId(String requestId)
    • getTeamDriveId

      public String getTeamDriveId()
    • setTeamDriveId

      public void setTeamDriveId(String teamDriveId)