Package com.braintrustdata.api.models
Class ProjectScoreListPage.Builder
-
- All Implemented Interfaces:
public final class ProjectScoreListPage.BuilderA builder for ProjectScoreListPage.
-
-
Method Summary
Modifier and Type Method Description final ProjectScoreListPage.Builderservice(ProjectScoreService service)final ProjectScoreListPage.Builderparams(ProjectScoreListParams params)The parameters that were used to request this page. final ProjectScoreListPage.Builderresponse(ProjectScoreListPageResponse response)The response that this page was parsed from. final ProjectScoreListPagebuild()Returns an immutable instance of ProjectScoreListPage. -
-
Method Detail
-
service
final ProjectScoreListPage.Builder service(ProjectScoreService service)
-
params
final ProjectScoreListPage.Builder params(ProjectScoreListParams params)
The parameters that were used to request this page.
-
response
final ProjectScoreListPage.Builder response(ProjectScoreListPageResponse response)
The response that this page was parsed from.
-
build
final ProjectScoreListPage build()
Returns an immutable instance of ProjectScoreListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-