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