Interface CustomerGroupUpdateAction

All Superinterfaces:
ResourceUpdateAction<CustomerGroupUpdateAction>
All Known Subinterfaces:
CustomerGroupChangeNameAction, CustomerGroupSetCustomFieldAction, CustomerGroupSetCustomTypeAction, CustomerGroupSetKeyAction

public interface CustomerGroupUpdateAction extends ResourceUpdateAction<CustomerGroupUpdateAction>
CustomerGroupUpdateAction
Example to create a subtype instance using the builder pattern

     CustomerGroupUpdateAction customerGroupUpdateAction = CustomerGroupUpdateAction.changeNameBuilder()
             name("{name}")
             .build()