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 that return types with arguments of type Notary Modifier and Type Method Description ApiResponse<Notary>NotaryApi. createNotaryWithHttpInfo(Notary notary)Add a notary to the system Registers the current user as a notary.ApiResponse<Notary>NotaryApi. updateNotaryWithHttpInfo(Notary notary)Update a notary Updates notary information for the current user.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.ApiResponse<Notary>NotaryApi. createNotaryWithHttpInfo(Notary notary)Add a notary to the system Registers the current user as a notary.NotaryNotaryApi. updateNotary(Notary notary)Update a notary.ApiResponse<Notary>NotaryApi. updateNotaryWithHttpInfo(Notary notary)Update a notary Updates notary information for the current user. -
Uses of Notary in com.docusign.esign.model
Methods in com.docusign.esign.model that return Notary Modifier and Type Method Description NotaryNotary. createdDate(String createdDate)createdDate.NotaryNotary. enabled(String enabled)enabled.NotaryNotaryResult. getNotary().NotaryNotary. searchable(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.
-