Uses of Class
com.docusign.esign.model.DelegationInfo
-
Packages that use DelegationInfo Package Description com.docusign.esign.model -
-
Uses of DelegationInfo in com.docusign.esign.model
Methods in com.docusign.esign.model that return DelegationInfo Modifier and Type Method Description DelegationInfoDelegationInfo. email(String email)email.DelegationInfoNotaryRecipient. getDelegatedBy().DelegationInfoSigner. getDelegatedBy().DelegationInfoWitness. getDelegatedBy().DelegationInfoDelegationInfo. name(String name)name.DelegationInfoDelegationInfo. userAuthorizationId(String userAuthorizationId)userAuthorizationId.DelegationInfoDelegationInfo. userId(String userId)userId.Methods in com.docusign.esign.model that return types with arguments of type DelegationInfo Modifier and Type Method Description List<DelegationInfo>NotaryRecipient. getDelegatedTo().List<DelegationInfo>Signer. getDelegatedTo().List<DelegationInfo>Witness. getDelegatedTo().Methods in com.docusign.esign.model with parameters of type DelegationInfo Modifier and Type Method Description NotaryRecipientNotaryRecipient. addDelegatedToItem(DelegationInfo delegatedToItem)addDelegatedToItem.SignerSigner. addDelegatedToItem(DelegationInfo delegatedToItem)addDelegatedToItem.WitnessWitness. addDelegatedToItem(DelegationInfo delegatedToItem)addDelegatedToItem.NotaryRecipientNotaryRecipient. delegatedBy(DelegationInfo delegatedBy)delegatedBy.SignerSigner. delegatedBy(DelegationInfo delegatedBy)delegatedBy.WitnessWitness. delegatedBy(DelegationInfo delegatedBy)delegatedBy.voidNotaryRecipient. setDelegatedBy(DelegationInfo delegatedBy)setDelegatedBy.voidSigner. setDelegatedBy(DelegationInfo delegatedBy)setDelegatedBy.voidWitness. setDelegatedBy(DelegationInfo delegatedBy)setDelegatedBy.Method parameters in com.docusign.esign.model with type arguments of type DelegationInfo Modifier and Type Method Description NotaryRecipientNotaryRecipient. delegatedTo(List<DelegationInfo> delegatedTo)delegatedTo.SignerSigner. delegatedTo(List<DelegationInfo> delegatedTo)delegatedTo.WitnessWitness. delegatedTo(List<DelegationInfo> delegatedTo)delegatedTo.voidNotaryRecipient. setDelegatedTo(List<DelegationInfo> delegatedTo)setDelegatedTo.voidSigner. setDelegatedTo(List<DelegationInfo> delegatedTo)setDelegatedTo.voidWitness. setDelegatedTo(List<DelegationInfo> delegatedTo)setDelegatedTo.
-