Interface ProductSelectionResourceIdentifier

All Superinterfaces:
Identifiable<ProductSelection>, ResourceIdentifier, WithKey

public interface ProductSelectionResourceIdentifier extends ResourceIdentifier, Identifiable<ProductSelection>

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


Example to create an instance using the builder pattern

     ProductSelectionResourceIdentifier productSelectionResourceIdentifier = ProductSelectionResourceIdentifier.builder()
             .build()