Uses of Interface
com.spotify.github.http.Pagination
-
Packages that use Pagination Package Description com.spotify.github.async com.spotify.github.http com.spotify.github.v3.clients -
-
Uses of Pagination in com.spotify.github.async
Methods in com.spotify.github.async that return types with arguments of type Pagination Modifier and Type Method Description CompletableFuture<Pagination>
AsyncPage. pagination()
Pagination data. -
Uses of Pagination in com.spotify.github.http
Classes in com.spotify.github.http that implement Pagination Modifier and Type Class Description class
ImmutablePagination
Immutable implementation ofPagination
.Methods in com.spotify.github.http with parameters of type Pagination Modifier and Type Method Description static ImmutablePagination
ImmutablePagination. copyOf(Pagination instance)
Creates an immutable copy of aPagination
value.ImmutablePagination.Builder
ImmutablePagination.Builder. from(Pagination instance)
Fill a builder with attribute values from the providedPagination
instance. -
Uses of Pagination in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Pagination Modifier and Type Method Description CompletableFuture<Pagination>
GithubPage. pagination()
Pagination data.
-