Class MyCustomerUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.MyCustomerUpdateAction.Builder
- Enclosing class:
- MyCustomerUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddress(AddCustomerAddress addAddress) addBillingAddressId(AddCustomerBillingAddressId addBillingAddressId) addShippingAddressId(AddCustomerShippingAddressId addShippingAddressId) build()changeAddress(ChangeCustomerAddress changeAddress) changeEmail(ChangeCustomerEmail changeEmail) removeAddress(RemoveCustomerAddress removeAddress) removeBillingAddressId(RemoveCustomerBillingAddressId removeBillingAddressId) removeShippingAddressId(RemoveCustomerShippingAddressId removeShippingAddressId) setAddressCustomField(SetCustomerAddressCustomField setAddressCustomField) setAddressCustomType(SetCustomerAddressCustomType setAddressCustomType) setCompanyName(SetCustomerCompanyName setCompanyName) setCustomField(SetCustomerCustomField setCustomField) setCustomType(SetCustomerCustomType setCustomType) setDateOfBirth(SetCustomerDateOfBirth setDateOfBirth) setDefaultBillingAddress(SetCustomerDefaultBillingAddress setDefaultBillingAddress) setDefaultShippingAddress(SetCustomerDefaultShippingAddress setDefaultShippingAddress) setFirstName(SetCustomerFirstName setFirstName) setLastName(SetCustomerLastName setLastName) setLocale(SetCustomerLocale setLocale) setMiddleName(SetCustomerMiddleName setMiddleName) setSalutation(SetCustomerSalutation setSalutation) setTitle(SetCustomerTitle setTitle) setVatId(SetCustomerVatId setVatId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
addAddress
-
addBillingAddressId
public MyCustomerUpdateAction.Builder addBillingAddressId(AddCustomerBillingAddressId addBillingAddressId) -
addShippingAddressId
public MyCustomerUpdateAction.Builder addShippingAddressId(AddCustomerShippingAddressId addShippingAddressId) -
changeAddress
-
changeEmail
-
removeAddress
-
removeBillingAddressId
public MyCustomerUpdateAction.Builder removeBillingAddressId(RemoveCustomerBillingAddressId removeBillingAddressId) -
removeShippingAddressId
public MyCustomerUpdateAction.Builder removeShippingAddressId(RemoveCustomerShippingAddressId removeShippingAddressId) -
setCompanyName
-
setAddressCustomField
public MyCustomerUpdateAction.Builder setAddressCustomField(SetCustomerAddressCustomField setAddressCustomField) -
setAddressCustomType
public MyCustomerUpdateAction.Builder setAddressCustomType(SetCustomerAddressCustomType setAddressCustomType) -
setCustomField
-
setCustomType
-
setLocale
-
setDateOfBirth
-
setDefaultBillingAddress
public MyCustomerUpdateAction.Builder setDefaultBillingAddress(SetCustomerDefaultBillingAddress setDefaultBillingAddress) -
setDefaultShippingAddress
public MyCustomerUpdateAction.Builder setDefaultShippingAddress(SetCustomerDefaultShippingAddress setDefaultShippingAddress) -
setFirstName
-
setLastName
-
setMiddleName
-
setSalutation
-
setTitle
-
setVatId
-