public class UpdateCustomerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCustomerRequest.Builder
Class to build instances of
UpdateCustomerRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateCustomerRequest(io.apimatic.core.types.OptionalNullable<String> givenName,
io.apimatic.core.types.OptionalNullable<String> familyName,
io.apimatic.core.types.OptionalNullable<String> companyName,
io.apimatic.core.types.OptionalNullable<String> nickname,
io.apimatic.core.types.OptionalNullable<String> emailAddress,
Address address,
io.apimatic.core.types.OptionalNullable<String> phoneNumber,
io.apimatic.core.types.OptionalNullable<String> referenceId,
io.apimatic.core.types.OptionalNullable<String> note,
io.apimatic.core.types.OptionalNullable<String> birthday,
Long version,
CustomerTaxIds taxIds)
Initialization constructor.
|
|
UpdateCustomerRequest(String givenName,
String familyName,
String companyName,
String nickname,
String emailAddress,
Address address,
String phoneNumber,
String referenceId,
String note,
String birthday,
Long version,
CustomerTaxIds taxIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getAddress()
Getter for Address.
|
String |
getBirthday()
Getter for Birthday.
|
String |
getCompanyName()
Getter for CompanyName.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getFamilyName()
Getter for FamilyName.
|
String |
getGivenName()
Getter for GivenName.
|
String |
getNickname()
Getter for Nickname.
|
String |
getNote()
Getter for Note.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
String |
getReferenceId()
Getter for ReferenceId.
|
CustomerTaxIds |
getTaxIds()
Getter for TaxIds.
|
Long |
getVersion()
Getter for Version.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBirthday()
Internal Getter for Birthday.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCompanyName()
Internal Getter for CompanyName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEmailAddress()
Internal Getter for EmailAddress.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFamilyName()
Internal Getter for FamilyName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetGivenName()
Internal Getter for GivenName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetNickname()
Internal Getter for Nickname.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetNote()
Internal Getter for Note.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPhoneNumber()
Internal Getter for PhoneNumber.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
UpdateCustomerRequest.Builder |
toBuilder()
Builds a new
UpdateCustomerRequest.Builder object. |
String |
toString()
Converts this UpdateCustomerRequest into string format.
|
public UpdateCustomerRequest(String givenName, String familyName, String companyName, String nickname, String emailAddress, Address address, String phoneNumber, String referenceId, String note, String birthday, Long version, CustomerTaxIds taxIds)
givenName - String value for givenName.familyName - String value for familyName.companyName - String value for companyName.nickname - String value for nickname.emailAddress - String value for emailAddress.address - Address value for address.phoneNumber - String value for phoneNumber.referenceId - String value for referenceId.note - String value for note.birthday - String value for birthday.version - Long value for version.taxIds - CustomerTaxIds value for taxIds.protected UpdateCustomerRequest(io.apimatic.core.types.OptionalNullable<String> givenName, io.apimatic.core.types.OptionalNullable<String> familyName, io.apimatic.core.types.OptionalNullable<String> companyName, io.apimatic.core.types.OptionalNullable<String> nickname, io.apimatic.core.types.OptionalNullable<String> emailAddress, Address address, io.apimatic.core.types.OptionalNullable<String> phoneNumber, io.apimatic.core.types.OptionalNullable<String> referenceId, io.apimatic.core.types.OptionalNullable<String> note, io.apimatic.core.types.OptionalNullable<String> birthday, Long version, CustomerTaxIds taxIds)
givenName - String value for givenName.familyName - String value for familyName.companyName - String value for companyName.nickname - String value for nickname.emailAddress - String value for emailAddress.address - Address value for address.phoneNumber - String value for phoneNumber.referenceId - String value for referenceId.note - String value for note.birthday - String value for birthday.version - Long value for version.taxIds - CustomerTaxIds value for taxIds.protected io.apimatic.core.types.OptionalNullable<String> internalGetGivenName()
public String getGivenName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFamilyName()
public String getFamilyName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCompanyName()
public String getCompanyName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetNickname()
public String getNickname()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEmailAddress()
public String getEmailAddress()
public Address getAddress()
protected io.apimatic.core.types.OptionalNullable<String> internalGetPhoneNumber()
public String getPhoneNumber()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetNote()
public String getNote()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBirthday()
public String getBirthday()
public Long getVersion()
public CustomerTaxIds getTaxIds()
public String toString()
public UpdateCustomerRequest.Builder toBuilder()
UpdateCustomerRequest.Builder object.
Creates the instance with the state of the current model.UpdateCustomerRequest.Builder objectCopyright © 2024. All rights reserved.