CloudStorageProviders |
CloudStorageApi.createProvider(java.lang.String accountId,
java.lang.String userId,
CloudStorageProviders cloudStorageProviders) |
Configures the redirect URL information for one or more cloud storage providers for the specified user..
|
CloudStorageProviders |
CloudStorageApi.deleteProvider(java.lang.String accountId,
java.lang.String userId,
java.lang.String serviceId) |
Deletes the user authentication information for the specified cloud storage provider..
|
CloudStorageProviders |
CloudStorageApi.deleteProviders(java.lang.String accountId,
java.lang.String userId,
CloudStorageProviders cloudStorageProviders) |
Deletes the user authentication information for one or more cloud storage providers..
|
CloudStorageProviders |
CloudStorageApi.getProvider(java.lang.String accountId,
java.lang.String userId,
java.lang.String serviceId) |
Gets the specified Cloud Storage Provider configuration for the User..
|
CloudStorageProviders |
CloudStorageApi.getProvider(java.lang.String accountId,
java.lang.String userId,
java.lang.String serviceId,
CloudStorageApi.GetProviderOptions options) |
Gets the specified Cloud Storage Provider configuration for the User..
|
CloudStorageProviders |
CloudStorageApi.listProviders(java.lang.String accountId,
java.lang.String userId) |
Get the Cloud Storage Provider configuration for the specified user..
|
CloudStorageProviders |
CloudStorageApi.listProviders(java.lang.String accountId,
java.lang.String userId,
CloudStorageApi.ListProvidersOptions options) |
Get the Cloud Storage Provider configuration for the specified user..
|