Interface CustomerGroupResourceIdentifier

All Superinterfaces:
Identifiable<CustomerGroup>, ResourceIdentifier, WithKey
All Known Implementing Classes:
CustomerGroupResourceIdentifierImpl

ResourceIdentifier to a CustomerGroup.


Example to create an instance using the builder pattern

     CustomerGroupResourceIdentifier customerGroupResourceIdentifier = CustomerGroupResourceIdentifier.builder()
             .build()