Package com.braintrustdata.api.models
Class ProjectScoreListPage
-
- All Implemented Interfaces:
public final class ProjectScoreListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreListPage.BuilderA builder for ProjectScoreListPage.
public final classProjectScoreListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<ProjectScore>objects()Delegates to ProjectScoreListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<ProjectScoreListParams>getNextPageParams()final Optional<ProjectScoreListPage>getNextPage()final ProjectScoreListPage.AutoPagerautoPager()final ProjectScoreListParamsparams()The parameters that were used to request this page. final ProjectScoreListPageResponseresponse()The response that this page was parsed from. final ProjectScoreListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreListPage.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectScoreListPage. -
-
Method Detail
-
objects
final List<ProjectScore> objects()
Delegates to ProjectScoreListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProjectScoreListParams> getNextPageParams()
-
getNextPage
final Optional<ProjectScoreListPage> getNextPage()
-
autoPager
final ProjectScoreListPage.AutoPager autoPager()
-
params
final ProjectScoreListParams params()
The parameters that were used to request this page.
-
response
final ProjectScoreListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final ProjectScoreListPage.Builder toBuilder()
-
builder
final static ProjectScoreListPage.Builder builder()
Returns a mutable builder for constructing an instance of ProjectScoreListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-