Uses of Class
com.docusign.esign.model.SealIdentifier
-
Packages that use SealIdentifier Package Description com.docusign.esign.model -
-
Uses of SealIdentifier in com.docusign.esign.model
Methods in com.docusign.esign.model that return SealIdentifier Modifier and Type Method Description SealIdentifierSealIdentifier. sealDisplayName(java.lang.String sealDisplayName)sealDisplayName.SealIdentifierSealIdentifier. sealName(java.lang.String sealName)sealName.Methods in com.docusign.esign.model that return types with arguments of type SealIdentifier Modifier and Type Method Description java.util.List<SealIdentifier>UserSettingsInformation. getSealIdentifiers().java.util.List<SealIdentifier>AccountSeals. getSeals().Methods in com.docusign.esign.model with parameters of type SealIdentifier Modifier and Type Method Description UserSettingsInformationUserSettingsInformation. addSealIdentifiersItem(SealIdentifier sealIdentifiersItem)addSealIdentifiersItem.AccountSealsAccountSeals. addSealsItem(SealIdentifier sealsItem)addSealsItem.Method parameters in com.docusign.esign.model with type arguments of type SealIdentifier Modifier and Type Method Description UserSettingsInformationUserSettingsInformation. sealIdentifiers(java.util.List<SealIdentifier> sealIdentifiers)sealIdentifiers.AccountSealsAccountSeals. seals(java.util.List<SealIdentifier> seals)seals.voidUserSettingsInformation. setSealIdentifiers(java.util.List<SealIdentifier> sealIdentifiers)setSealIdentifiers.voidAccountSeals. setSeals(java.util.List<SealIdentifier> seals)setSeals.
-