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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.ChannelvoidsetContentChannel(com.google.api.services.drive.model.Channel contentChannel) voidsetPageToken(String pageToken) Methods inherited from class org.apache.camel.component.google.drive.GoogleDriveConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getMethodName, getRefreshToken, getScopes, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
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
-
setPageToken
-