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

      • DriveDrivesEndpointConfiguration

        public DriveDrivesEndpointConfiguration()
    • Method Detail

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