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 GoogleDriveConfigurationCamel endpoint configuration forDrive.Changes.
-
-
Constructor Summary
Constructors Constructor Description DriveChangesEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChangeId()com.google.api.services.drive.model.ChannelgetContentChannel()voidsetChangeId(String changeId)voidsetContentChannel(com.google.api.services.drive.model.Channel contentChannel)-
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
-
-
-
-
Method Detail
-
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)
-
-