Class DocumentReassign
java.lang.Object
com.boldsign.model.DocumentReassign
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentReassign
extends Object
DocumentReassign
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DocumentReassignCreate an instance of DocumentReassign given an JSON stringGet messagegetOrder()Get orderGet signerEmailinthashCode()voidsetMessage(String message) voidvoidsetSignerEmail(String signerEmail) signerEmail(String signerEmail) toJson()Convert an instance of DocumentReassign 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_EMAIL
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentReassign
public DocumentReassign()
-
-
Method Details
-
signerEmail
-
getSignerEmail
-
setSignerEmail
-
order
-
getOrder
-
setOrder
-
message
-
getMessage
-
setMessage
-
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 DocumentReassign
-
fromJson
Create an instance of DocumentReassign given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentReassign
- Throws:
IOException- if the JSON string is invalid with respect to DocumentReassign
-
toJson
Convert an instance of DocumentReassign to an JSON string- Returns:
- JSON string
-