Interface CustomerUpdateAction

All Superinterfaces:
ResourceUpdateAction<CustomerUpdateAction>
All Known Subinterfaces:
CustomerAddAddressAction, CustomerAddBillingAddressIdAction, CustomerAddShippingAddressIdAction, CustomerAddStoreAction, CustomerChangeAddressAction, CustomerChangeEmailAction, CustomerRemoveAddressAction, CustomerRemoveBillingAddressIdAction, CustomerRemoveShippingAddressIdAction, CustomerRemoveStoreAction, CustomerSetAddressCustomFieldAction, CustomerSetAddressCustomTypeAction, CustomerSetAuthenticationModeAction, CustomerSetCompanyNameAction, CustomerSetCustomerGroupAction, CustomerSetCustomerNumberAction, CustomerSetCustomFieldAction, CustomerSetCustomTypeAction, CustomerSetDateOfBirthAction, CustomerSetDefaultBillingAddressAction, CustomerSetDefaultShippingAddressAction, CustomerSetExternalIdAction, CustomerSetFirstNameAction, CustomerSetKeyAction, CustomerSetLastNameAction, CustomerSetLocaleAction, CustomerSetMiddleNameAction, CustomerSetSalutationAction, CustomerSetStoresAction, CustomerSetTitleAction, CustomerSetVatIdAction
All Known Implementing Classes:
CustomerAddAddressActionImpl, CustomerAddBillingAddressIdActionImpl, CustomerAddShippingAddressIdActionImpl, CustomerAddStoreActionImpl, CustomerChangeAddressActionImpl, CustomerChangeEmailActionImpl, CustomerRemoveAddressActionImpl, CustomerRemoveBillingAddressIdActionImpl, CustomerRemoveShippingAddressIdActionImpl, CustomerRemoveStoreActionImpl, CustomerSetAddressCustomFieldActionImpl, CustomerSetAddressCustomTypeActionImpl, CustomerSetAuthenticationModeActionImpl, CustomerSetCompanyNameActionImpl, CustomerSetCustomerGroupActionImpl, CustomerSetCustomerNumberActionImpl, CustomerSetCustomFieldActionImpl, CustomerSetCustomTypeActionImpl, CustomerSetDateOfBirthActionImpl, CustomerSetDefaultBillingAddressActionImpl, CustomerSetDefaultShippingAddressActionImpl, CustomerSetExternalIdActionImpl, CustomerSetFirstNameActionImpl, CustomerSetKeyActionImpl, CustomerSetLastNameActionImpl, CustomerSetLocaleActionImpl, CustomerSetMiddleNameActionImpl, CustomerSetSalutationActionImpl, CustomerSetStoresActionImpl, CustomerSetTitleActionImpl, CustomerSetVatIdActionImpl, CustomerUpdateActionImpl

CustomerUpdateAction
Example to create a subtype instance using the builder pattern

     CustomerUpdateAction customerUpdateAction = CustomerUpdateAction.addAddressBuilder()
             address(addressBuilder -> addressBuilder)
             .build()