Package com.braintrustdata.api.models
Class DatasetListPage
-
- All Implemented Interfaces:
public final class DatasetListPageList 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 classDatasetListPage.Responsepublic final classDatasetListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final DatasetListPage.Responseresponse()final List<Dataset>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DatasetListParams>getNextPageParams()final Optional<DatasetListPage>getNextPage()final DatasetListPage.AutoPagerautoPager()final static DatasetListPageof(DatasetService datasetsService, DatasetListParams params, DatasetListPage.Response response)-
-
Method Detail
-
response
final DatasetListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DatasetListParams> getNextPageParams()
-
getNextPage
final Optional<DatasetListPage> getNextPage()
-
autoPager
final DatasetListPage.AutoPager autoPager()
-
of
final static DatasetListPage of(DatasetService datasetsService, DatasetListParams params, DatasetListPage.Response response)
-
-
-
-