Interface ProductTypeResourceIdentifier

All Superinterfaces:
Identifiable<ProductType>, ResourceIdentifier, WithKey
All Known Implementing Classes:
ProductTypeResourceIdentifierImpl

public interface ProductTypeResourceIdentifier extends ResourceIdentifier, Identifiable<ProductType>

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


Example to create an instance using the builder pattern

     ProductTypeResourceIdentifier productTypeResourceIdentifier = ProductTypeResourceIdentifier.builder()
             .build()