Class DriveAppsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveAppsEndpointConfiguration
-
@ApiParams(apiName="drive-apps",description="The apps collection of methods",apiMethods={@ApiMethod(methodName="get",description="Gets a specific app",signatures="com.google.api.services.drive.Drive$Apps$Get get(String appId)"),@ApiMethod(methodName="list",description="Lists a user\'s installed apps",signatures="com.google.api.services.drive.Drive$Apps$List list()")},aliases={}) @UriParams @Configurer(extended=true) public final class DriveAppsEndpointConfiguration extends GoogleDriveConfigurationCamel endpoint configuration forDrive.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, getDelegate, getMethodName, getRefreshToken, getScopes, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
-