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="create",description="Creates a shared drive",signatures="com.google.api.services.drive.Drive$Drives$Create create(String requestId, com.google.api.services.drive.model.Drive content)"),@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="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 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

      public String getDriveId()
    • setDriveId

      public void setDriveId(String driveId)
    • getRequestId

      public String getRequestId()
    • setRequestId

      public void setRequestId(String requestId)