Package com.braintrustdata.api.models
Class ProjectScoreListPageAsync
-
- All Implemented Interfaces:
public final class ProjectScoreListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreListPageAsync.BuilderA builder for ProjectScoreListPageAsync.
public final classProjectScoreListPageAsync.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 CompletableFuture<Optional<ProjectScoreListPageAsync>>getNextPage()final ProjectScoreListPageAsync.AutoPagerautoPager()final ProjectScoreListParamsparams()The parameters that were used to request this page. final ProjectScoreListPageResponseresponse()The response that this page was parsed from. final ProjectScoreListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectScoreListPageAsync. -
-
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 CompletableFuture<Optional<ProjectScoreListPageAsync>> getNextPage()
-
autoPager
final ProjectScoreListPageAsync.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 ProjectScoreListPageAsync.Builder toBuilder()
-
builder
final static ProjectScoreListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of ProjectScoreListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-