Package com.braintrustdata.api.models
Class ProjectScoreListPageAsync
-
- All Implemented Interfaces:
public final class ProjectScoreListPageAsyncList out all project_scores. The project_scores are sorted by creation date, with the most recently-created project_scores coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreListPageAsync.Responsepublic final classProjectScoreListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectScoreListPageAsync.Responseresponse()final List<ProjectScore>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectScoreListParams>getNextPageParams()final CompletableFuture<Optional<ProjectScoreListPageAsync>>getNextPage()final ProjectScoreListPageAsync.AutoPagerautoPager()final static ProjectScoreListPageAsyncof(ProjectScoreServiceAsync projectScoresService, ProjectScoreListParams params, ProjectScoreListPageAsync.Response response)-
-
Method Detail
-
response
final ProjectScoreListPageAsync.Response response()
-
objects
final List<ProjectScore> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectScoreListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProjectScoreListPageAsync>> getNextPage()
-
autoPager
final ProjectScoreListPageAsync.AutoPager autoPager()
-
of
final static ProjectScoreListPageAsync of(ProjectScoreServiceAsync projectScoresService, ProjectScoreListParams params, ProjectScoreListPageAsync.Response response)
-
-
-
-