Interface StoreResourceIdentifier

All Superinterfaces:
Identifiable<Store>, ResourceIdentifier, WithKey

public interface StoreResourceIdentifier extends ResourceIdentifier, Identifiable<Store>

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


Example to create an instance using the builder pattern

     StoreResourceIdentifier storeResourceIdentifier = StoreResourceIdentifier.builder()
             .build()