public static interface GetExperimentResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetExperimentResponse.Builder,GetExperimentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetExperimentResponse.Builder |
experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment.
|
GetExperimentResponse.Builder |
experiment(Experiment experiment)
A structure containing the configuration details of the experiment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExperimentResponse.Builder experiment(Experiment experiment)
A structure containing the configuration details of the experiment.
experiment - A structure containing the configuration details of the experiment.default GetExperimentResponse.Builder experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment.
This is a convenience method that creates an instance of theExperiment.Builder avoiding the need to
create one manually via Experiment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to experiment(Experiment).
experiment - a consumer that will call methods on Experiment.Builderexperiment(Experiment)Copyright © 2022. All rights reserved.