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