Class ChangeRecipient
java.lang.Object
com.boldsign.model.ChangeRecipient
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ChangeRecipient
extends Object
ChangeRecipient
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ChangeRecipientCreate an instance of ChangeRecipient given an JSON stringGet newSignerEmailGet newSignerNameGet oldPhoneNumberGet oldSignerEmailGet onBehalfOfgetOrder()Get order minimum: 1 maximum: 50Get phoneNumberGet reasoninthashCode()newSignerEmail(String newSignerEmail) newSignerName(String newSignerName) oldPhoneNumber(PhoneNumber oldPhoneNumber) oldSignerEmail(String oldSignerEmail) onBehalfOf(String onBehalfOf) phoneNumber(PhoneNumber phoneNumber) voidsetNewSignerEmail(String newSignerEmail) voidsetNewSignerName(String newSignerName) voidsetOldPhoneNumber(PhoneNumber oldPhoneNumber) voidsetOldSignerEmail(String oldSignerEmail) voidsetOnBehalfOf(String onBehalfOf) voidvoidsetPhoneNumber(PhoneNumber phoneNumber) voidtoJson()Convert an instance of ChangeRecipient to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_NEW_SIGNER_NAME
- See Also:
-
SERIALIZED_NAME_REASON
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_NEW_SIGNER_EMAIL
- See Also:
-
SERIALIZED_NAME_OLD_SIGNER_EMAIL
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_OLD_PHONE_NUMBER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ChangeRecipient
public ChangeRecipient()
-
-
Method Details
-
newSignerName
-
getNewSignerName
-
setNewSignerName
-
reason
-
getReason
-
setReason
-
order
-
getOrder
-
setOrder
-
newSignerEmail
-
getNewSignerEmail
-
setNewSignerEmail
-
oldSignerEmail
-
getOldSignerEmail
-
setOldSignerEmail
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
oldPhoneNumber
-
getOldPhoneNumber
-
setOldPhoneNumber
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ChangeRecipient
-
fromJson
Create an instance of ChangeRecipient given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ChangeRecipient
- Throws:
IOException- if the JSON string is invalid with respect to ChangeRecipient
-
toJson
Convert an instance of ChangeRecipient to an JSON string- Returns:
- JSON string
-