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