Uses of Class
io.quarkiverse.openfga.client.utils.PaginatedList
Packages that use PaginatedList
-
Uses of PaginatedList in io.quarkiverse.openfga.client
Methods in io.quarkiverse.openfga.client that return types with arguments of type PaginatedListModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PaginatedList<AuthorizationModel>>io.smallrye.mutiny.Uni<PaginatedList<Store>>OpenFGAClient.listStores(Integer pageSize, String continuationToken) io.smallrye.mutiny.Uni<PaginatedList<Tuple>>AuthorizationModelClient.queryTuples(PartialTupleKey tupleKey, Integer pageSize, String continuationToken) io.smallrye.mutiny.Uni<PaginatedList<Tuple>>AuthorizationModelClient.readTuples(Integer pageSize, String continuationToken) io.smallrye.mutiny.Uni<PaginatedList<Tuple>>StoreClient.readTuples(Integer pageSize, String continuationToken) -
Uses of PaginatedList in io.quarkiverse.openfga.client.utils
Method parameters in io.quarkiverse.openfga.client.utils with type arguments of type PaginatedListModifier and TypeMethodDescriptionstatic <T> io.smallrye.mutiny.Uni<List<T>>PaginatedList.collectAllPages(Integer pageSize, BiFunction<Integer, String, io.smallrye.mutiny.Uni<PaginatedList<T>>> listGenerator)