Interface MyCustomerUpdateAction

All Superinterfaces:
ResourceUpdateAction<MyCustomerUpdateAction>
All Known Subinterfaces:
MyCustomerAddAddressAction, MyCustomerAddBillingAddressIdAction, MyCustomerAddShippingAddressIdAction, MyCustomerChangeAddressAction, MyCustomerChangeEmailAction, MyCustomerRemoveAddressAction, MyCustomerRemoveBillingAddressIdAction, MyCustomerRemoveShippingAddressIdAction, MyCustomerSetCompanyNameAction, MyCustomerSetCustomFieldAction, MyCustomerSetCustomTypeAction, MyCustomerSetDateOfBirthAction, MyCustomerSetDefaultBillingAddressAction, MyCustomerSetDefaultShippingAddressAction, MyCustomerSetFirstNameAction, MyCustomerSetLastNameAction, MyCustomerSetLocaleAction, MyCustomerSetMiddleNameAction, MyCustomerSetSalutationAction, MyCustomerSetTitleAction, MyCustomerSetVatIdAction
All Known Implementing Classes:
MyCustomerAddAddressActionImpl, MyCustomerAddBillingAddressIdActionImpl, MyCustomerAddShippingAddressIdActionImpl, MyCustomerChangeAddressActionImpl, MyCustomerChangeEmailActionImpl, MyCustomerRemoveAddressActionImpl, MyCustomerRemoveBillingAddressIdActionImpl, MyCustomerRemoveShippingAddressIdActionImpl, MyCustomerSetCompanyNameActionImpl, MyCustomerSetCustomFieldActionImpl, MyCustomerSetCustomTypeActionImpl, MyCustomerSetDateOfBirthActionImpl, MyCustomerSetDefaultBillingAddressActionImpl, MyCustomerSetDefaultShippingAddressActionImpl, MyCustomerSetFirstNameActionImpl, MyCustomerSetLastNameActionImpl, MyCustomerSetLocaleActionImpl, MyCustomerSetMiddleNameActionImpl, MyCustomerSetSalutationActionImpl, MyCustomerSetTitleActionImpl, MyCustomerSetVatIdActionImpl, MyCustomerUpdateActionImpl

MyCustomerUpdateAction
Example to create a subtype instance using the builder pattern

     MyCustomerUpdateAction myCustomerUpdateAction = MyCustomerUpdateAction.addAddressBuilder()
             address(addressBuilder -> addressBuilder)
             .build()