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 classImmutableLinkImmutable implementation ofLink.Methods in com.spotify.github.http that return Link Modifier and Type Method Description static LinkLink. 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 ImmutableLinkImmutableLink. copyOf(Link instance)Creates an immutable copy of aLinkvalue.ImmutableLink.BuilderImmutableLink.Builder. from(Link instance)Fill a builder with attribute values from the providedLinkinstance.
-