Uses of Class
com.docusign.admin.model.AssetGroupAccountsResponse
-
Packages that use AssetGroupAccountsResponse Package Description com.docusign.admin.api -
-
Uses of AssetGroupAccountsResponse in com.docusign.admin.api
Methods in com.docusign.admin.api that return AssetGroupAccountsResponse Modifier and Type Method Description AssetGroupAccountsResponseProvisionAssetGroupApi. getAssetGroupAccounts(UUID organizationId)Get all accounts in asset groups for the organization..AssetGroupAccountsResponseProvisionAssetGroupApi. getAssetGroupAccounts(UUID organizationId, ProvisionAssetGroupApi.GetAssetGroupAccountsOptions options)Get all accounts in asset groups for the organization..Methods in com.docusign.admin.api that return types with arguments of type AssetGroupAccountsResponse Modifier and Type Method Description ApiResponse<AssetGroupAccountsResponse>ProvisionAssetGroupApi. getAssetGroupAccountsWithHttpInfo(UUID organizationId, ProvisionAssetGroupApi.GetAssetGroupAccountsOptions options)Get all accounts in asset groups for the organization.
-