Uses of Class
com.docusign.esign.model.CloudStorageProviders
-
Packages that use CloudStorageProviders Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of CloudStorageProviders in com.docusign.esign.api
Methods in com.docusign.esign.api that return CloudStorageProviders Modifier and Type Method Description CloudStorageProvidersCloudStorageApi. createProvider(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Configures the redirect URL information for one or more cloud storage providers for the specified user..CloudStorageProvidersCloudStorageApi. deleteProvider(String accountId, String userId, String serviceId)Deletes the user authentication information for the specified cloud storage provider..CloudStorageProvidersCloudStorageApi. deleteProviders(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Deletes the user authentication information for one or more cloud storage providers..CloudStorageProvidersCloudStorageApi. getProvider(String accountId, String userId, String serviceId)Gets the specified Cloud Storage Provider configuration for the User..CloudStorageProvidersCloudStorageApi. getProvider(String accountId, String userId, String serviceId, CloudStorageApi.GetProviderOptions options)Gets the specified Cloud Storage Provider configuration for the User..CloudStorageProvidersCloudStorageApi. listProviders(String accountId, String userId)Get the Cloud Storage Provider configuration for the specified user..CloudStorageProvidersCloudStorageApi. listProviders(String accountId, String userId, CloudStorageApi.ListProvidersOptions options)Get the Cloud Storage Provider configuration for the specified user..Methods in com.docusign.esign.api that return types with arguments of type CloudStorageProviders Modifier and Type Method Description ApiResponse<CloudStorageProviders>CloudStorageApi. createProviderWithHttpInfo(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Configures the redirect URL information for one or more cloud storage providers for the specified user.ApiResponse<CloudStorageProviders>CloudStorageApi. deleteProvidersWithHttpInfo(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Deletes the user authentication information for one or more cloud storage providers.ApiResponse<CloudStorageProviders>CloudStorageApi. deleteProviderWithHttpInfo(String accountId, String userId, String serviceId)Deletes the user authentication information for the specified cloud storage provider.ApiResponse<CloudStorageProviders>CloudStorageApi. getProviderWithHttpInfo(String accountId, String userId, String serviceId, CloudStorageApi.GetProviderOptions options)Gets the specified Cloud Storage Provider configuration for the User.ApiResponse<CloudStorageProviders>CloudStorageApi. listProvidersWithHttpInfo(String accountId, String userId, CloudStorageApi.ListProvidersOptions options)Get the Cloud Storage Provider configuration for the specified user.Methods in com.docusign.esign.api with parameters of type CloudStorageProviders Modifier and Type Method Description CloudStorageProvidersCloudStorageApi. createProvider(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Configures the redirect URL information for one or more cloud storage providers for the specified user..ApiResponse<CloudStorageProviders>CloudStorageApi. createProviderWithHttpInfo(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Configures the redirect URL information for one or more cloud storage providers for the specified user.CloudStorageProvidersCloudStorageApi. deleteProviders(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Deletes the user authentication information for one or more cloud storage providers..ApiResponse<CloudStorageProviders>CloudStorageApi. deleteProvidersWithHttpInfo(String accountId, String userId, CloudStorageProviders cloudStorageProviders)Deletes the user authentication information for one or more cloud storage providers. -
Uses of CloudStorageProviders in com.docusign.esign.model
Methods in com.docusign.esign.model that return CloudStorageProviders Modifier and Type Method Description CloudStorageProvidersCloudStorageProviders. addStorageProvidersItem(CloudStorageProvider storageProvidersItem)addStorageProvidersItem.CloudStorageProvidersCloudStorageProviders. storageProviders(List<CloudStorageProvider> storageProviders)storageProviders.
-