Class DriveChangesEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveChangesEndpointConfiguration
-
@UriParams public final class DriveChangesEndpointConfiguration extends GoogleDriveConfiguration
Camel EndpointConfiguration for com.google.api.services.drive.Drive$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, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
-
-
-
-
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)
-
-