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