Uses of Class
com.boldsign.model.ChangeRecipient
-
Packages that use ChangeRecipient Package Description com.boldsign.api com.boldsign.model -
-
Uses of ChangeRecipient in com.boldsign.api
Methods in com.boldsign.api with parameters of type ChangeRecipient Modifier and Type Method Description voidDocumentApi. 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 changeRecipientApiResponse<Void>DocumentApi. 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 ChangeRecipient Modifier and Type Method Description static ChangeRecipientChangeRecipient. fromJson(String jsonString)Create an instance of ChangeRecipient given an JSON stringChangeRecipientChangeRecipient. newSignerEmail(String newSignerEmail)ChangeRecipientChangeRecipient. newSignerName(String newSignerName)ChangeRecipientChangeRecipient. oldPhoneNumber(PhoneNumber oldPhoneNumber)ChangeRecipientChangeRecipient. oldSignerEmail(String oldSignerEmail)ChangeRecipientChangeRecipient. onBehalfOf(String onBehalfOf)ChangeRecipientChangeRecipient. order(Integer order)ChangeRecipientChangeRecipient. phoneNumber(PhoneNumber phoneNumber)ChangeRecipientChangeRecipient. reason(String reason)
-