Class ContactsDetails
java.lang.Object
com.boldsign.model.ContactsDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ContactsDetails
extends Object
ContactsDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompanyName(String companyName) booleanstatic ContactsDetailsCreate an instance of ContactsDetails given an JSON stringGet companyNamegetEmail()Get emailgetId()Get idGet jobTitlegetName()Get nameGet phoneNumberinthashCode()phoneNumber(PhoneNumber phoneNumber) voidsetCompanyName(String companyName) voidvoidvoidsetJobTitle(String jobTitle) voidvoidsetPhoneNumber(PhoneNumber phoneNumber) toJson()Convert an instance of ContactsDetails 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_NAME
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_COMPANY_NAME
- See Also:
-
SERIALIZED_NAME_JOB_TITLE
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ContactsDetails
public ContactsDetails()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
email
-
getEmail
-
setEmail
-
companyName
-
getCompanyName
-
setCompanyName
-
jobTitle
-
getJobTitle
-
setJobTitle
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
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 ContactsDetails
-
fromJson
Create an instance of ContactsDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ContactsDetails
- Throws:
IOException- if the JSON string is invalid with respect to ContactsDetails
-
toJson
Convert an instance of ContactsDetails to an JSON string- Returns:
- JSON string
-