Uses of Interface
com.cognitect.transit.URI
-
Packages that use URI Package Description com.cognitect.transit -
-
Uses of URI in com.cognitect.transit
Methods in com.cognitect.transit that return URI Modifier and Type Method Description URI
Link. getHref()
Get the link's hrefstatic URI
TransitFactory. uri(String uri)
Creates a URIMethods in com.cognitect.transit with parameters of type URI Modifier and Type Method Description static Link
TransitFactory. link(URI href, String rel)
Creates a Linkstatic Link
TransitFactory. link(URI href, String rel, String name, String prompt, String render)
Creates a Link
-