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