Class DriveAppsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveAppsEndpointConfiguration
-
@UriParams public final class DriveAppsEndpointConfiguration extends GoogleDriveConfiguration
Camel EndpointConfiguration for com.google.api.services.drive.Drive$Apps
-
-
Constructor Summary
Constructors Constructor Description DriveAppsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()voidsetAppId(String appId)-
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
-
-