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