Class ProvisionAssetGroupApi


  • public class ProvisionAssetGroupApi
    extends Object
    ProvisionAssetGroupApi class.
    • Constructor Detail

      • ProvisionAssetGroupApi

        public ProvisionAssetGroupApi()
        ProvisionAssetGroupApi.
      • ProvisionAssetGroupApi

        public ProvisionAssetGroupApi​(ApiClient apiClient)
        ProvisionAssetGroupApi.
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
        getApiClient Method.
        Returns:
        ApiClient
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
        setApiClient Method.
      • cloneAssetGroupAccount

        public AssetGroupAccountClone cloneAssetGroupAccount​(UUID organizationId,
                                                             AssetGroupAccountClone request)
                                                      throws ApiException
        Clones an existing DocuSign account to a new DocuSign account.. Currently this only clones eSign settings and asset group information. Required scopes: asset_group_account_clone_write
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        request - The request defails for the new asset group account clone. (required)
        Returns:
        AssetGroupAccountClone
        Throws:
        ApiException - if fails to make API call
      • cloneAssetGroupAccountWithHttpInfo

        public ApiResponse<AssetGroupAccountClone> cloneAssetGroupAccountWithHttpInfo​(UUID organizationId,
                                                                                      AssetGroupAccountClone request)
                                                                               throws ApiException
        Clones an existing DocuSign account to a new DocuSign account. Currently this only clones eSign settings and asset group information. Required scopes: asset_group_account_clone_write
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        request - The request defails for the new asset group account clone. (required)
        Returns:
        AssetGroupAccountClone
        Throws:
        ApiException - if fails to make API call
      • getAssetGroupAccountClone

        public AssetGroupAccountClone getAssetGroupAccountClone​(UUID organizationId,
                                                                UUID assetGroupId,
                                                                UUID assetGroupWorkId)
                                                         throws ApiException
        Gets an asset group account clone by the asset group work id.. Required scopes: asset_group_account_clone_read
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        assetGroupId - The Guid representing the asset group id. (required)
        assetGroupWorkId - The Guid representing the asset group account clone id (required)
        Returns:
        AssetGroupAccountClone
        Throws:
        ApiException
      • getAssetGroupAccountClone

        public AssetGroupAccountClone getAssetGroupAccountClone​(UUID organizationId,
                                                                UUID assetGroupId,
                                                                UUID assetGroupWorkId,
                                                                ProvisionAssetGroupApi.GetAssetGroupAccountCloneOptions options)
                                                         throws ApiException
        Gets an asset group account clone by the asset group work id.. Required scopes: asset_group_account_clone_read
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        assetGroupId - The Guid representing the asset group id. (required)
        assetGroupWorkId - The Guid representing the asset group account clone id (required)
        options - for modifying the method behavior.
        Returns:
        AssetGroupAccountClone
        Throws:
        ApiException - if fails to make API call
      • getAssetGroupAccountCloneWithHttpInfo

        public ApiResponse<AssetGroupAccountClone> getAssetGroupAccountCloneWithHttpInfo​(UUID organizationId,
                                                                                         UUID assetGroupId,
                                                                                         UUID assetGroupWorkId,
                                                                                         ProvisionAssetGroupApi.GetAssetGroupAccountCloneOptions options)
                                                                                  throws ApiException
        Gets an asset group account clone by the asset group work id. Required scopes: asset_group_account_clone_read
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        assetGroupId - The Guid representing the asset group id. (required)
        assetGroupWorkId - The Guid representing the asset group account clone id (required)
        options - for modifying the method behavior.
        Returns:
        AssetGroupAccountClone
        Throws:
        ApiException - if fails to make API call
      • getAssetGroupAccountClonesByOrgId

        public AssetGroupAccountClones getAssetGroupAccountClonesByOrgId​(UUID organizationId)
                                                                  throws ApiException
        Gets all asset group account clone(s) for an organization id.. Required scopes: asset_group_account_clone_read
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        Returns:
        AssetGroupAccountClones
        Throws:
        ApiException
      • getAssetGroupAccounts

        public AssetGroupAccountsResponse getAssetGroupAccounts​(UUID organizationId)
                                                         throws ApiException
        Get all accounts in asset groups for the organization.. Required scopes: asset_group_account_read
        Parameters:
        organizationId - The Guid representing the organization id. (required)
        Returns:
        AssetGroupAccountsResponse
        Throws:
        ApiException