Interface CustomerGroupChangeNameAction

All Superinterfaces:
CustomerGroupUpdateAction, ResourceUpdateAction<CustomerGroupUpdateAction>
All Known Implementing Classes:
CustomerGroupChangeNameActionImpl

CustomerGroupChangeNameAction
Example to create an instance using the builder pattern

     CustomerGroupChangeNameAction customerGroupChangeNameAction = CustomerGroupChangeNameAction.builder()
             .name("{name}")
             .build()