Package com.braintrustdata.api.models
Class DatasetListPageAsync
-
- All Implemented Interfaces:
public final class DatasetListPageAsyncList out all datasets. The datasets are sorted by creation date, with the most recently-created datasets coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDatasetListPageAsync.Responsepublic final classDatasetListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final DatasetListPageAsync.Responseresponse()final List<Dataset>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DatasetListParams>getNextPageParams()final CompletableFuture<Optional<DatasetListPageAsync>>getNextPage()final DatasetListPageAsync.AutoPagerautoPager()final static DatasetListPageAsyncof(DatasetServiceAsync datasetsService, DatasetListParams params, DatasetListPageAsync.Response response)-
-
Method Detail
-
response
final DatasetListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DatasetListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<DatasetListPageAsync>> getNextPage()
-
autoPager
final DatasetListPageAsync.AutoPager autoPager()
-
of
final static DatasetListPageAsync of(DatasetServiceAsync datasetsService, DatasetListParams params, DatasetListPageAsync.Response response)
-
-
-
-