Interface StoreResourceIdentifier

All Superinterfaces:
Identifiable<Store>, ResourceIdentifier, WithKey
All Known Implementing Classes:
StoreResourceIdentifierImpl

public interface StoreResourceIdentifier extends ResourceIdentifier, Identifiable<Store>

ResourceIdentifier to a Store.


Example to create an instance using the builder pattern

     StoreResourceIdentifier storeResourceIdentifier = StoreResourceIdentifier.builder()
             .build()
 
  • Field Details

  • Method Details