Uses of Class
com.apicatalog.jsonld.http.link.LinkHeaderParser.State
-
Packages that use LinkHeaderParser.State Package Description com.apicatalog.jsonld.http.link -
-
Uses of LinkHeaderParser.State in com.apicatalog.jsonld.http.link
Fields in com.apicatalog.jsonld.http.link declared as LinkHeaderParser.State Modifier and Type Field Description private LinkHeaderParser.StateLinkHeaderParser. stateMethods in com.apicatalog.jsonld.http.link that return LinkHeaderParser.State Modifier and Type Method Description static LinkHeaderParser.StateLinkHeaderParser.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.
-