Uses of Interface
com.spotify.github.http.Link
-
Packages that use Link Package Description com.spotify.github.http -
-
Uses of Link in com.spotify.github.http
Classes in com.spotify.github.http that implement Link Modifier and Type Class Description class
ImmutableLink
Immutable implementation ofLink
.Methods in com.spotify.github.http that return Link Modifier and Type Method Description static Link
Link. from(String[] linkValues)
Construct a Link object from an array of link header strings.Methods in com.spotify.github.http with parameters of type Link Modifier and Type Method Description static ImmutableLink
ImmutableLink. copyOf(Link instance)
Creates an immutable copy of aLink
value.ImmutableLink.Builder
ImmutableLink.Builder. from(Link instance)
Fill a builder with attribute values from the providedLink
instance.
-