Uses of Class
com.docusign.esign.model.SealSign
-
Packages that use SealSign Package Description com.docusign.esign.model -
-
Uses of SealSign in com.docusign.esign.model
Methods in com.docusign.esign.model that return SealSign Modifier and Type Method Description SealSignSealSign. accessCode(String accessCode)accessCode.SealSignSealSign. addAccessCodeToEmail(String addAccessCodeToEmail)addAccessCodeToEmail.SealSignSealSign. addCustomFieldsItem(String customFieldsItem)addCustomFieldsItem.SealSignSealSign. addDocumentVisibilityItem(DocumentVisibility documentVisibilityItem)addDocumentVisibilityItem.SealSignSealSign. addRecipientAttachmentsItem(RecipientAttachment recipientAttachmentsItem)addRecipientAttachmentsItem.SealSignSealSign. addRecipientSignatureProvidersItem(RecipientSignatureProvider recipientSignatureProvidersItem)addRecipientSignatureProvidersItem.SealSignSealSign. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)addSocialAuthenticationsItem.SealSignSealSign. clientUserId(String clientUserId)clientUserId.SealSignSealSign. customFields(List<String> customFields)customFields.SealSignSealSign. declinedDateTime(String declinedDateTime)declinedDateTime.SealSignSealSign. declinedReason(String declinedReason)declinedReason.SealSignSealSign. deliveredDateTime(String deliveredDateTime)deliveredDateTime.SealSignSealSign. deliveryMethod(String deliveryMethod)deliveryMethod.SealSignSealSign. documentVisibility(List<DocumentVisibility> documentVisibility)documentVisibility.SealSignSealSign. emailNotification(RecipientEmailNotification emailNotification)emailNotification.SealSignSealSign. embeddedRecipientStartURL(String embeddedRecipientStartURL)embeddedRecipientStartURL.SealSignSealSign. errorDetails(ErrorDetails errorDetails)errorDetails.SealSignSealSign. faxNumber(String faxNumber)faxNumber.SealSignSealSign. idCheckConfigurationName(String idCheckConfigurationName)idCheckConfigurationName.SealSignSealSign. idCheckInformationInput(IdCheckInformationInput idCheckInformationInput)idCheckInformationInput.SealSignSealSign. identityVerification(RecipientIdentityVerification identityVerification)identityVerification.SealSignSealSign. inheritEmailNotificationConfiguration(String inheritEmailNotificationConfiguration)inheritEmailNotificationConfiguration.SealSignSealSign. name(String name)name.SealSignSealSign. note(String note)note.SealSignSealSign. phoneAuthentication(RecipientPhoneAuthentication phoneAuthentication)phoneAuthentication.SealSignSealSign. recipientAttachments(List<RecipientAttachment> recipientAttachments)recipientAttachments.SealSignSealSign. recipientAuthenticationStatus(AuthenticationStatus recipientAuthenticationStatus)recipientAuthenticationStatus.SealSignSealSign. recipientId(String recipientId)recipientId.SealSignSealSign. recipientIdGuid(String recipientIdGuid)recipientIdGuid.SealSignSealSign. recipientSignatureProviders(List<RecipientSignatureProvider> recipientSignatureProviders)recipientSignatureProviders.SealSignSealSign. requireIdLookup(String requireIdLookup)requireIdLookup.SealSignSealSign. roleName(String roleName)roleName.SealSignSealSign. routingOrder(String routingOrder)routingOrder.SealSignSealSign. samlAuthentication(RecipientSAMLAuthentication samlAuthentication)samlAuthentication.SealSignSealSign. sentDateTime(String sentDateTime)sentDateTime.SealSignSealSign. signedDateTime(String signedDateTime)signedDateTime.SealSignSealSign. smsAuthentication(RecipientSMSAuthentication smsAuthentication)smsAuthentication.SealSignSealSign. socialAuthentications(List<SocialAuthentication> socialAuthentications)socialAuthentications.SealSignSealSign. status(String status)status.SealSignSealSign. tabs(Tabs tabs)tabs.SealSignSealSign. templateLocked(String templateLocked)templateLocked.SealSignSealSign. templateRequired(String templateRequired)templateRequired.SealSignSealSign. totalTabCount(String totalTabCount)totalTabCount.SealSignSealSign. userId(String userId)userId.Methods in com.docusign.esign.model that return types with arguments of type SealSign Modifier and Type Method Description List<SealSign>Recipients. getSeals().List<SealSign>TemplateRecipients. getSeals().Methods in com.docusign.esign.model with parameters of type SealSign Modifier and Type Method Description RecipientsRecipients. addSealsItem(SealSign sealsItem)addSealsItem.TemplateRecipientsTemplateRecipients. addSealsItem(SealSign sealsItem)addSealsItem.Method parameters in com.docusign.esign.model with type arguments of type SealSign Modifier and Type Method Description RecipientsRecipients. seals(List<SealSign> seals)seals.TemplateRecipientsTemplateRecipients. seals(List<SealSign> seals)seals.voidRecipients. setSeals(List<SealSign> seals)setSeals.voidTemplateRecipients. setSeals(List<SealSign> seals)setSeals.
-