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(java.lang.String email)email.DelegationInfoNotaryRecipient. getDelegatedBy()Get delegatedBy.DelegationInfoSigner. getDelegatedBy()Get delegatedBy.DelegationInfoWitness. getDelegatedBy()Get delegatedBy.DelegationInfoDelegationInfo. name(java.lang.String name)name.DelegationInfoDelegationInfo. userAuthorizationId(java.lang.String userAuthorizationId)userAuthorizationId.DelegationInfoDelegationInfo. userId(java.lang.String userId)userId.Methods in com.docusign.esign.model that return types with arguments of type DelegationInfo Modifier and Type Method Description java.util.List<DelegationInfo>NotaryRecipient. getDelegatedTo().java.util.List<DelegationInfo>Signer. getDelegatedTo().java.util.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(java.util.List<DelegationInfo> delegatedTo)delegatedTo.SignerSigner. delegatedTo(java.util.List<DelegationInfo> delegatedTo)delegatedTo.WitnessWitness. delegatedTo(java.util.List<DelegationInfo> delegatedTo)delegatedTo.voidNotaryRecipient. setDelegatedTo(java.util.List<DelegationInfo> delegatedTo)setDelegatedTo.voidSigner. setDelegatedTo(java.util.List<DelegationInfo> delegatedTo)setDelegatedTo.voidWitness. setDelegatedTo(java.util.List<DelegationInfo> delegatedTo)setDelegatedTo.
-