Interface StateResourceIdentifier

All Superinterfaces:
Identifiable<State>, ResourceIdentifier, WithKey
All Known Implementing Classes:
StateResourceIdentifierImpl

ResourceIdentifier to a State.


Example to create an instance using the builder pattern

     StateResourceIdentifier stateResourceIdentifier = StateResourceIdentifier.builder()
             .build()