Package com.braintrustdata.api.models
Class ViewListPageAsync
-
- All Implemented Interfaces:
public final class ViewListPageAsyncList out all views. The views are sorted by creation date, with the most recently-created views coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewListPageAsync.Responsepublic final classViewListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ViewListPageAsync.Responseresponse()final List<View>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ViewListParams>getNextPageParams()final CompletableFuture<Optional<ViewListPageAsync>>getNextPage()final ViewListPageAsync.AutoPagerautoPager()final static ViewListPageAsyncof(ViewServiceAsync viewsService, ViewListParams params, ViewListPageAsync.Response response)-
-
Method Detail
-
response
final ViewListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ViewListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ViewListPageAsync>> getNextPage()
-
autoPager
final ViewListPageAsync.AutoPager autoPager()
-
of
final static ViewListPageAsync of(ViewServiceAsync viewsService, ViewListParams params, ViewListPageAsync.Response response)
-
-
-
-