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 GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Channels.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.ChannelvoidsetContentChannel(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
-
Constructor Details
-
DriveChannelsEndpointConfiguration
public DriveChannelsEndpointConfiguration()
-
-
Method Details
-
getContentChannel
public com.google.api.services.drive.model.Channel getContentChannel() -
setContentChannel
public void setContentChannel(com.google.api.services.drive.model.Channel contentChannel)
-