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