Uses of Class
com.docusign.maestro.model.ESignSigner
-
Packages that use ESignSigner Package Description com.docusign.maestro.model -
-
Uses of ESignSigner in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return ESignSigner Modifier and Type Method Description ESignSignerESignSigner. email(Object email)email.ESignSignerESignSigner. note(Object note)note.ESignSignerESignSigner. routingOrder(String routingOrder)routingOrder.ESignSignerESignSigner. tabs(ESignTabsRecord tabs)tabs.ESignSignerESignSigner. userName(Object userName)userName.Methods in com.docusign.maestro.model that return types with arguments of type ESignSigner Modifier and Type Method Description List<ESignSigner>DSSignStepInput. getSigners()Get signers.Methods in com.docusign.maestro.model with parameters of type ESignSigner Modifier and Type Method Description DSSignStepInputDSSignStepInput. addSignersItem(ESignSigner signersItem)addSignersItem.Method parameters in com.docusign.maestro.model with type arguments of type ESignSigner Modifier and Type Method Description voidDSSignStepInput. setSigners(List<ESignSigner> signers)setSigners.DSSignStepInputDSSignStepInput. signers(List<ESignSigner> signers)signers.
-