Uses of Class
no.hasmac.jsonld.http.link.LinkHeaderParser.State
-
Packages that use LinkHeaderParser.State Package Description no.hasmac.jsonld.http.link -
-
Uses of LinkHeaderParser.State in no.hasmac.jsonld.http.link
Fields in no.hasmac.jsonld.http.link declared as LinkHeaderParser.State Modifier and Type Field Description private LinkHeaderParser.State
LinkHeaderParser. state
Methods in no.hasmac.jsonld.http.link that return LinkHeaderParser.State Modifier and Type Method Description static LinkHeaderParser.State
LinkHeaderParser.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinkHeaderParser.State[]
LinkHeaderParser.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-