public class Customer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Customer.Builder
Class to build instances of
Customer. |
| Constructor and Description |
|---|
Customer(String id,
String createdAt,
String updatedAt,
List<Card> cards,
String givenName,
String familyName,
String nickname,
String companyName,
String emailAddress,
Address address,
String phoneNumber,
String birthday,
String referenceId,
String note,
CustomerPreferences preferences,
String creationSource,
List<String> groupIds,
List<String> segmentIds,
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.
|
List<Card> |
getCards()
Getter for Cards.
|
String |
getCompanyName()
Getter for CompanyName.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCreationSource()
Getter for CreationSource.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getFamilyName()
Getter for FamilyName.
|
String |
getGivenName()
Getter for GivenName.
|
List<String> |
getGroupIds()
Getter for GroupIds.
|
String |
getId()
Getter for Id.
|
String |
getNickname()
Getter for Nickname.
|
String |
getNote()
Getter for Note.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
CustomerPreferences |
getPreferences()
Getter for Preferences.
|
String |
getReferenceId()
Getter for ReferenceId.
|
List<String> |
getSegmentIds()
Getter for SegmentIds.
|
CustomerTaxIds |
getTaxIds()
Getter for TaxIds.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Long |
getVersion()
Getter for Version.
|
int |
hashCode() |
Customer.Builder |
toBuilder()
Builds a new
Customer.Builder object. |
String |
toString()
Converts this Customer into string format.
|
public Customer(String id, String createdAt, String updatedAt, List<Card> cards, String givenName, String familyName, String nickname, String companyName, String emailAddress, Address address, String phoneNumber, String birthday, String referenceId, String note, CustomerPreferences preferences, String creationSource, List<String> groupIds, List<String> segmentIds, Long version, CustomerTaxIds taxIds)
id - String value for id.createdAt - String value for createdAt.updatedAt - String value for updatedAt.cards - List of Card value for cards.givenName - String value for givenName.familyName - String value for familyName.nickname - String value for nickname.companyName - String value for companyName.emailAddress - String value for emailAddress.address - Address value for address.phoneNumber - String value for phoneNumber.birthday - String value for birthday.referenceId - String value for referenceId.note - String value for note.preferences - CustomerPreferences value for preferences.creationSource - String value for creationSource.groupIds - List of String value for groupIds.segmentIds - List of String value for segmentIds.version - Long value for version.taxIds - CustomerTaxIds value for taxIds.public String getId()
public String getCreatedAt()
public String getUpdatedAt()
public List<Card> getCards()
public String getGivenName()
public String getFamilyName()
public String getNickname()
public String getCompanyName()
public String getEmailAddress()
public Address getAddress()
public String getPhoneNumber()
public String getBirthday()
public String getReferenceId()
public String getNote()
public CustomerPreferences getPreferences()
public String getCreationSource()
public List<String> getGroupIds()
public List<String> getSegmentIds()
public Long getVersion()
public CustomerTaxIds getTaxIds()
public String toString()
public Customer.Builder toBuilder()
Customer.Builder object.
Creates the instance with the state of the current model.Customer.Builder objectCopyright © 2022. All rights reserved.