Uses of Class
com.boldsign.model.DocumentSigner
-
Packages that use DocumentSigner Package Description com.boldsign.model -
-
Uses of DocumentSigner in com.boldsign.model
Methods in com.boldsign.model that return types with arguments of type DocumentSigner Modifier and Type Method Description List<DocumentSigner>EmbeddedDocumentRequest. getSigners()Get signersList<DocumentSigner>SendForSign. getSigners()Get signersMethods in com.boldsign.model with parameters of type DocumentSigner Modifier and Type Method Description EmbeddedDocumentRequestEmbeddedDocumentRequest. addSignersItem(DocumentSigner signersItem)SendForSignSendForSign. addSignersItem(DocumentSigner signersItem)Method parameters in com.boldsign.model with type arguments of type DocumentSigner Modifier and Type Method Description voidEmbeddedDocumentRequest. setSigners(List<DocumentSigner> signers)voidSendForSign. setSigners(List<DocumentSigner> signers)EmbeddedDocumentRequestEmbeddedDocumentRequest. signers(List<DocumentSigner> signers)SendForSignSendForSign. signers(List<DocumentSigner> signers)
-