Uses of Class
com.docusign.esign.model.AccountSeals
-
Packages that use AccountSeals Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of AccountSeals in com.docusign.esign.api
Methods in com.docusign.esign.api that return AccountSeals Modifier and Type Method Description AccountSealsTrustServiceProvidersApi. getSealProviders(String accountId)Returns Account available seals for specified account..Methods in com.docusign.esign.api that return types with arguments of type AccountSeals Modifier and Type Method Description ApiResponse<AccountSeals>TrustServiceProvidersApi. getSealProvidersWithHttpInfo(String accountId)Returns Account available seals for specified account. -
Uses of AccountSeals in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountSeals Modifier and Type Method Description AccountSealsAccountSeals. addSealsItem(SealIdentifier sealsItem)addSealsItem.AccountSealsAccountSeals. seals(List<SealIdentifier> seals)seals.
-