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="get",description="Deprecated - Use changes",signatures="com.google.api.services.drive.Drive$Changes$Get get(String changeId)"),@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()"),@ApiMethod(methodName="watch",description="Subscribe to changes for a user",signatures="com.google.api.services.drive.Drive$Changes$Watch watch(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

    • getChangeId

      public String getChangeId()
    • setChangeId

      public void setChangeId(String changeId)
    • getContentChannel

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

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