@UriParams public class GoogleDriveConfiguration extends Object
Constructor and Description |
---|
GoogleDriveConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
GoogleDriveApiName |
getApiName() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getMethodName() |
String |
getRefreshToken() |
List<String> |
getScopes() |
void |
setAccessToken(String accessToken)
OAuth 2 access token.
|
void |
setApiName(GoogleDriveApiName apiName)
What kind of operation to perform
|
void |
setApplicationName(String applicationName)
Google drive application name.
|
void |
setClientId(String clientId)
Client ID of the drive application
|
void |
setClientSecret(String clientSecret)
Client secret of the drive application
|
void |
setMethodName(String methodName)
What sub operation to use for the selected operation
|
void |
setRefreshToken(String refreshToken)
OAuth 2 refresh token.
|
void |
setScopes(List<String> scopes)
Specifies the level of permissions you want a drive application to have to a user account.
|
public GoogleDriveApiName getApiName()
public void setApiName(GoogleDriveApiName apiName)
public String getMethodName()
public void setMethodName(String methodName)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getApplicationName()
public void setApplicationName(String applicationName)
Apache Camel