Class DriveChangesEndpointConfiguration

java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveChangesEndpointConfiguration

@ApiParams(apiName="drive-changes",description="The changes collection of methods",apiMethods={@ApiMethod(methodName="getStartPageToken",description="Gets the starting pageToken for listing future changes",signatures="com.google.api.services.drive.Drive$Changes$GetStartPageToken getStartPageToken()"),@ApiMethod(methodName="list",description="Lists the changes for a user or shared drive",signatures="com.google.api.services.drive.Drive$Changes$List list(String pageToken)"),@ApiMethod(methodName="watch",description="Subscribes to changes for a user",signatures="com.google.api.services.drive.Drive$Changes$Watch watch(String pageToken, com.google.api.services.drive.model.Channel content)")},aliases={}) @UriParams @Configurer(extended=true) public final class DriveChangesEndpointConfiguration extends GoogleDriveConfiguration
Camel endpoint configuration for Drive.Changes.
  • Constructor Details

    • DriveChangesEndpointConfiguration

      public DriveChangesEndpointConfiguration()
  • Method Details

    • getContentChannel

      public com.google.api.services.drive.model.Channel getContentChannel()
    • setContentChannel

      public void setContentChannel(com.google.api.services.drive.model.Channel contentChannel)
    • getPageToken

      public String getPageToken()
    • setPageToken

      public void setPageToken(String pageToken)