Interface CustomerGroupResourceIdentifier

All Superinterfaces:
Identifiable<CustomerGroup>, ResourceIdentifier, WithKey

public interface CustomerGroupResourceIdentifier extends ResourceIdentifier, Identifiable<CustomerGroup>

ResourceIdentifier to a CustomerGroup. Either id or key is required. If both are set, an InvalidJsonInput error is returned.


Example to create an instance using the builder pattern

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