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