Uses of Interface
cloud.quasarch.akash.impl.model.PagedResponse
Packages that use PagedResponse
-
Uses of PagedResponse in cloud.quasarch.akash.impl.model
Classes in cloud.quasarch.akash.impl.model that implement PagedResponseModifier and TypeClassDescriptionfinal recordResponse which contains paged results in the form of anIterable -
Uses of PagedResponse in cloud.quasarch.akash.impl.pagination
Constructors in cloud.quasarch.akash.impl.pagination with parameters of type PagedResponseModifierConstructorDescriptionAkashPagedIterable(Function<String, PagedResponse<T>> dataFetcher, PagedResponse<T> firstPage) constructorAkashPagedIterator(Function<String, PagedResponse<T>> dataFetcher, PagedResponse<T> firstPage) constructorConstructor parameters in cloud.quasarch.akash.impl.pagination with type arguments of type PagedResponseModifierConstructorDescriptionAkashPagedIterable(Function<String, PagedResponse<T>> dataFetcher, PagedResponse<T> firstPage) constructorAkashPagedIterator(Function<String, PagedResponse<T>> dataFetcher, PagedResponse<T> firstPage) constructor