Package com.braintrustdata.api.models
Class ProjectScoreListPage
-
- All Implemented Interfaces:
public final class ProjectScoreListPageList 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 classProjectScoreListPage.Responsepublic final classProjectScoreListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ProjectScoreListPage.Responseresponse()final List<ProjectScore>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProjectScoreListParams>getNextPageParams()final Optional<ProjectScoreListPage>getNextPage()final ProjectScoreListPage.AutoPagerautoPager()final static ProjectScoreListPageof(ProjectScoreService projectScoresService, ProjectScoreListParams params, ProjectScoreListPage.Response response)-
-
Method Detail
-
response
final ProjectScoreListPage.Response response()
-
objects
final List<ProjectScore> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectScoreListParams> getNextPageParams()
-
getNextPage
final Optional<ProjectScoreListPage> getNextPage()
-
autoPager
final ProjectScoreListPage.AutoPager autoPager()
-
of
final static ProjectScoreListPage of(ProjectScoreService projectScoresService, ProjectScoreListParams params, ProjectScoreListPage.Response response)
-
-
-
-