Uses of Class
com.boldsign.model.ChangeRecipient
Packages that use ChangeRecipient
-
Uses of ChangeRecipient in com.boldsign.api
Methods in com.boldsign.api with parameters of type ChangeRecipientModifier and TypeMethodDescriptionvoidDocumentApi.changeRecipient(String documentId, ChangeRecipient changeRecipient) Change recipient details of a document.okhttp3.CallDocumentApi.changeRecipientAsync(String documentId, ChangeRecipient changeRecipient, ApiCallback<Void> _callback) Change recipient details of a document.okhttp3.CallDocumentApi.changeRecipientCall(String documentId, ChangeRecipient changeRecipient, ApiCallback _callback) Build call for changeRecipientDocumentApi.changeRecipientWithHttpInfo(String documentId, ChangeRecipient changeRecipient) Change recipient details of a document. -
Uses of ChangeRecipient in com.boldsign.model
Methods in com.boldsign.model that return ChangeRecipientModifier and TypeMethodDescriptionstatic ChangeRecipientCreate an instance of ChangeRecipient given an JSON stringChangeRecipient.newSignerEmail(String newSignerEmail) ChangeRecipient.newSignerName(String newSignerName) ChangeRecipient.oldPhoneNumber(PhoneNumber oldPhoneNumber) ChangeRecipient.oldSignerEmail(String oldSignerEmail) ChangeRecipient.onBehalfOf(String onBehalfOf) ChangeRecipient.phoneNumber(PhoneNumber phoneNumber)