Class CrmCreateContactRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CrmCreateContactRequestDto
-
public class CrmCreateContactRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrmCreateContactRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description CrmCreateContactRequestDto()CrmCreateContactRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyName, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> phoneNumbers, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> dealIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> accountIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>accountIds()List of associated account IDsstatic CrmCreateContactRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>companyName()The contact company nameorg.openapitools.jackson.nullable.JsonNullable<java.util.List<CustomFields>>customFields()Contact custom fieldsorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>dealIds()List of associated deal IDsorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>emails()List of contact email addressesbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>firstName()The contact first nameinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>lastName()The contact last nameorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>phoneNumbers()List of contact phone numbersjava.lang.StringtoString()CrmCreateContactRequestDtowithAccountIds(java.util.List<java.lang.String> accountIds)List of associated account IDsCrmCreateContactRequestDtowithAccountIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> accountIds)List of associated account IDsCrmCreateContactRequestDtowithCompanyName(java.lang.String companyName)The contact company nameCrmCreateContactRequestDtowithCompanyName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyName)The contact company nameCrmCreateContactRequestDtowithCustomFields(java.util.List<CustomFields> customFields)Contact custom fieldsCrmCreateContactRequestDtowithCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)Contact custom fieldsCrmCreateContactRequestDtowithDealIds(java.util.List<java.lang.String> dealIds)List of associated deal IDsCrmCreateContactRequestDtowithDealIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> dealIds)List of associated deal IDsCrmCreateContactRequestDtowithEmails(java.util.List<java.lang.String> emails)List of contact email addressesCrmCreateContactRequestDtowithEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> emails)List of contact email addressesCrmCreateContactRequestDtowithFirstName(java.lang.String firstName)The contact first nameCrmCreateContactRequestDtowithFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)The contact first nameCrmCreateContactRequestDtowithLastName(java.lang.String lastName)The contact last nameCrmCreateContactRequestDtowithLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)The contact last nameCrmCreateContactRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerCrmCreateContactRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerCrmCreateContactRequestDtowithPhoneNumbers(java.util.List<java.lang.String> phoneNumbers)List of contact phone numbersCrmCreateContactRequestDtowithPhoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> phoneNumbers)List of contact phone numbers
-
-
-
Constructor Detail
-
CrmCreateContactRequestDto
public CrmCreateContactRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyName, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> emails, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> phoneNumbers, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> dealIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> accountIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
CrmCreateContactRequestDto
public CrmCreateContactRequestDto()
-
-
Method Detail
-
firstName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName()
The contact first name
-
lastName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName()
The contact last name
-
companyName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyName()
The contact company name
-
emails
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> emails()
List of contact email addresses
-
phoneNumbers
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> phoneNumbers()
List of contact phone numbers
-
dealIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> dealIds()
List of associated deal IDs
-
accountIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> accountIds()
List of associated account IDs
-
customFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CustomFields>> customFields()
Contact custom fields
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static CrmCreateContactRequestDto.Builder builder()
-
withFirstName
public CrmCreateContactRequestDto withFirstName(java.lang.String firstName)
The contact first name
-
withFirstName
public CrmCreateContactRequestDto withFirstName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> firstName)
The contact first name
-
withLastName
public CrmCreateContactRequestDto withLastName(java.lang.String lastName)
The contact last name
-
withLastName
public CrmCreateContactRequestDto withLastName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastName)
The contact last name
-
withCompanyName
public CrmCreateContactRequestDto withCompanyName(java.lang.String companyName)
The contact company name
-
withCompanyName
public CrmCreateContactRequestDto withCompanyName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyName)
The contact company name
-
withEmails
public CrmCreateContactRequestDto withEmails(java.util.List<java.lang.String> emails)
List of contact email addresses
-
withEmails
public CrmCreateContactRequestDto withEmails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> emails)
List of contact email addresses
-
withPhoneNumbers
public CrmCreateContactRequestDto withPhoneNumbers(java.util.List<java.lang.String> phoneNumbers)
List of contact phone numbers
-
withPhoneNumbers
public CrmCreateContactRequestDto withPhoneNumbers(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> phoneNumbers)
List of contact phone numbers
-
withDealIds
public CrmCreateContactRequestDto withDealIds(java.util.List<java.lang.String> dealIds)
List of associated deal IDs
-
withDealIds
public CrmCreateContactRequestDto withDealIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> dealIds)
List of associated deal IDs
-
withAccountIds
public CrmCreateContactRequestDto withAccountIds(java.util.List<java.lang.String> accountIds)
List of associated account IDs
-
withAccountIds
public CrmCreateContactRequestDto withAccountIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> accountIds)
List of associated account IDs
-
withCustomFields
public CrmCreateContactRequestDto withCustomFields(java.util.List<CustomFields> customFields)
Contact custom fields
-
withCustomFields
public CrmCreateContactRequestDto withCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)
Contact custom fields
-
withPassthrough
public CrmCreateContactRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public CrmCreateContactRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-