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 classImmutablePaginationImmutable implementation ofPagination.Methods in com.spotify.github.http with parameters of type Pagination Modifier and Type Method Description static ImmutablePaginationImmutablePagination. copyOf(Pagination instance)Creates an immutable copy of aPaginationvalue.ImmutablePagination.BuilderImmutablePagination.Builder. from(Pagination instance)Fill a builder with attribute values from the providedPaginationinstance. -
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.
-