Package com.braintrustdata.api.models
Class ExperimentListPageAsync
-
- All Implemented Interfaces:
public final class ExperimentListPageAsyncList out all experiments. The experiments are sorted by creation date, with the most recently-created experiments coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentListPageAsync.Responsepublic final classExperimentListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ExperimentListPageAsync.Responseresponse()final List<Experiment>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ExperimentListParams>getNextPageParams()final CompletableFuture<Optional<ExperimentListPageAsync>>getNextPage()final ExperimentListPageAsync.AutoPagerautoPager()final static ExperimentListPageAsyncof(ExperimentServiceAsync experimentsService, ExperimentListParams params, ExperimentListPageAsync.Response response)-
-
Method Detail
-
response
final ExperimentListPageAsync.Response response()
-
objects
final List<Experiment> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ExperimentListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ExperimentListPageAsync>> getNextPage()
-
autoPager
final ExperimentListPageAsync.AutoPager autoPager()
-
of
final static ExperimentListPageAsync of(ExperimentServiceAsync experimentsService, ExperimentListParams params, ExperimentListPageAsync.Response response)
-
-
-
-