Class ContactCreated
java.lang.Object
com.boldsign.model.ContactCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ContactCreated
extends Object
ContactCreated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ContactCreatedCreate an instance of ContactCreated given an JSON stringgetEmail()Get emailgetId()Get idinthashCode()voidvoidtoJson()Convert an instance of ContactCreated 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_ID
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ContactCreated
public ContactCreated()
-
-
Method Details
-
id
-
getId
-
setId
-
email
-
getEmail
-
setEmail
-
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 ContactCreated
-
fromJson
Create an instance of ContactCreated given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ContactCreated
- Throws:
IOException- if the JSON string is invalid with respect to ContactCreated
-
toJson
-