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