Class Removed
java.lang.Object
com.boldsign.model.Removed
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Removed
extends Object
Removed
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RemovedCreate an instance of Removed given an JSON stringGet signerEmailGet signerNameGet signerPhoneNumberinthashCode()voidsetSignerEmail(String signerEmail) voidsetSignerName(String signerName) voidsetSignerPhoneNumber(String signerPhoneNumber) signerEmail(String signerEmail) signerName(String signerName) signerPhoneNumber(String signerPhoneNumber) toJson()Convert an instance of Removed 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_SIGNER_NAME
- See Also:
-
SERIALIZED_NAME_SIGNER_EMAIL
- See Also:
-
SERIALIZED_NAME_SIGNER_PHONE_NUMBER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Removed
public Removed()
-
-
Method Details
-
signerName
-
getSignerName
-
setSignerName
-
signerEmail
-
getSignerEmail
-
setSignerEmail
-
signerPhoneNumber
-
getSignerPhoneNumber
-
setSignerPhoneNumber
-
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 Removed
-
fromJson
Create an instance of Removed given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Removed
- Throws:
IOException- if the JSON string is invalid with respect to Removed
-
toJson
-