Uses of Enum Class
de.gematik.bbriccs.rest.fd.query.SearchPrefix
Packages that use SearchPrefix
-
Uses of SearchPrefix in de.gematik.bbriccs.rest.fd.query
Methods in de.gematik.bbriccs.rest.fd.query that return SearchPrefixModifier and TypeMethodDescriptionstatic SearchPrefixReturns the enum constant of this class with the specified name.static SearchPrefix[]SearchPrefix.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.gematik.bbriccs.rest.fd.query with parameters of type SearchPrefixModifierConstructorDescriptionSearchQueryParameter(String parameter, SearchPrefix prefix, String value) This constructor can be used to form search Requests e.g., authored-on=ge2020 which has the pattern [parameter]=[prefix][value]