Class DocumentCcDetails
java.lang.Object
com.boldsign.model.DocumentCcDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentCcDetails
extends Object
DocumentCcDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) booleanstatic DocumentCcDetailsCreate an instance of DocumentCcDetails given an JSON stringGet emailAddressGet isViewedinthashCode()voidsetEmailAddress(String emailAddress) voidsetIsViewed(Boolean isViewed) toJson()Convert an instance of DocumentCcDetails 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_EMAIL_ADDRESS
- See Also:
-
SERIALIZED_NAME_IS_VIEWED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentCcDetails
public DocumentCcDetails()
-
-
Method Details
-
emailAddress
-
getEmailAddress
-
setEmailAddress
-
isViewed
-
getIsViewed
-
setIsViewed
-
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 DocumentCcDetails
-
fromJson
Create an instance of DocumentCcDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentCcDetails
- Throws:
IOException- if the JSON string is invalid with respect to DocumentCcDetails
-
toJson
Convert an instance of DocumentCcDetails to an JSON string- Returns:
- JSON string
-