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