Interface CustomerGroupUpdate

All Superinterfaces:
ResourceUpdate<CustomerGroupUpdate,CustomerGroupUpdateAction,CustomerGroupUpdateBuilder>

CustomerGroupUpdate
Example to create an instance using the builder pattern

     CustomerGroupUpdate customerGroupUpdate = CustomerGroupUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()