Uses of Class
com.docusign.esign.model.Notary
-
Packages that use Notary Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of Notary in com.docusign.esign.api
Methods in com.docusign.esign.api that return Notary Modifier and Type Method Description NotaryNotaryApi. createNotary(Notary notary)Add a notary to the system.NotaryNotaryApi. updateNotary(Notary notary)Update a notary.Methods in com.docusign.esign.api with parameters of type Notary Modifier and Type Method Description NotaryNotaryApi. createNotary(Notary notary)Add a notary to the system.NotaryNotaryApi. updateNotary(Notary notary)Update a notary. -
Uses of Notary in com.docusign.esign.model
Methods in com.docusign.esign.model that return Notary Modifier and Type Method Description NotaryNotary. createdDate(java.lang.String createdDate)createdDate.NotaryNotary. enabled(java.lang.String enabled)enabled.NotaryNotaryResult. getNotary()Get notary.NotaryNotary. searchable(java.lang.String searchable)searchable.NotaryNotary. userInfo(UserInformation userInfo)userInfo.Methods in com.docusign.esign.model with parameters of type Notary Modifier and Type Method Description NotaryResultNotaryResult. notary(Notary notary)notary.voidNotaryResult. setNotary(Notary notary)setNotary.
-