Class CreateContactResponse
java.lang.Object
com.boldsign.model.CreateContactResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CreateContactResponse
extends Object
CreateContactResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreatedContactsItem(ContactCreated createdContactsItem) createdContacts(List<ContactCreated> createdContacts) booleanstatic CreateContactResponseCreate an instance of CreateContactResponse given an JSON stringGet createdContactsinthashCode()voidsetCreatedContacts(List<ContactCreated> createdContacts) toJson()Convert an instance of CreateContactResponse 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_CREATED_CONTACTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateContactResponse
public CreateContactResponse()
-
-
Method Details
-
createdContacts
-
addCreatedContactsItem
-
getCreatedContacts
Get createdContacts- Returns:
- createdContacts
-
setCreatedContacts
-
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 CreateContactResponse
-
fromJson
Create an instance of CreateContactResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateContactResponse
- Throws:
IOException- if the JSON string is invalid with respect to CreateContactResponse
-
toJson
Convert an instance of CreateContactResponse to an JSON string- Returns:
- JSON string
-