Class DriveChannelsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveChannelsEndpointConfiguration
-
@ApiParams(apiName="drive-channels", description="The channels collection of methods", apiMethods=@ApiMethod(methodName="stop",description="Stop watching resources through this channel",signatures="com.google.api.services.drive.Drive$Channels$Stop stop(com.google.api.services.drive.model.Channel content)"), aliases={}) @UriParams @Configurer(extended=true) public final class DriveChannelsEndpointConfiguration extends GoogleDriveConfigurationCamel endpoint configuration forDrive.Channels.
-
-
Constructor Summary
Constructors Constructor Description DriveChannelsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.drive.model.ChannelgetContentChannel()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
-
-