Class Customer.Builder
java.lang.Object
com.commercetools.graphql.api.types.Customer.Builder
- Enclosing class:
- Customer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationMode(AuthenticationMode authenticationMode) billingAddresses(List<Address> billingAddresses) billingAddressIds(List<String> billingAddressIds) build()companyName(String companyName) createdAt(OffsetDateTime createdAt) custom(CustomFieldsType custom) customerGroup(CustomerGroup customerGroup) customerGroupRef(Reference customerGroupRef) customerNumber(String customerNumber) dateOfBirth(LocalDate dateOfBirth) defaultBillingAddress(Address defaultBillingAddress) defaultBillingAddressId(String defaultBillingAddressId) defaultShippingAddress(Address defaultShippingAddress) defaultShippingAddressId(String defaultShippingAddressId) externalId(String externalId) isEmailVerified(Boolean isEmailVerified) lastModifiedAt(OffsetDateTime lastModifiedAt) lastModifiedBy(Initiator lastModifiedBy) middleName(String middleName) salutation(String salutation) shippingAddresses(List<Address> shippingAddresses) shippingAddressIds(List<String> shippingAddressIds) storesRef(List<KeyReference> storesRef)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
customerNumber
-
email
-
addresses
-
defaultShippingAddressId
-
defaultBillingAddressId
-
shippingAddressIds
-
billingAddressIds
-
isEmailVerified
-
customerGroupRef
-
externalId
-
key
-
authenticationMode
-
firstName
-
lastName
-
middleName
-
title
-
locale
-
salutation
-
dateOfBirth
-
companyName
-
vatId
-
password
-
customerGroup
-
defaultShippingAddress
-
defaultBillingAddress
-
shippingAddresses
-
billingAddresses
-
storesRef
-
stores
-
custom
-
id
-
version
-
createdAt
-
lastModifiedAt
-
createdBy
-
lastModifiedBy
-