-
public final class Link
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLink.Companion
-
Method Summary
Modifier and Type Method Description final StringgetType()final List<String>getRel()final HrefgetHref()final MediaTypegetMediaType()final StringgetTitle()final Set<String>getRels()final StringgetProfile()final IntegergetLength()final StringgetHash()final Urlurl(Map<String, String> parameters)Returns the URL represented by this link's HREF. -
-
Method Detail
-
getHref
final Href getHref()
-
getMediaType
final MediaType getMediaType()
-
getProfile
final String getProfile()
-
url
final Url url(Map<String, String> parameters)
Returns the URL represented by this link's HREF.
If the HREF is a template, the parameters are used to expand it according to RFC 6570.
-
-
-
-