public static interface GetExperimentResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<GetExperimentResponse.Builder,GetExperimentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetExperimentResponse.Builder |
experiment(Consumer<Experiment.Builder> experiment)
Information about the experiment.
|
GetExperimentResponse.Builder |
experiment(Experiment experiment)
Information about the experiment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExperimentResponse.Builder experiment(Experiment experiment)
Information about the experiment.
experiment - Information about the experiment.default GetExperimentResponse.Builder experiment(Consumer<Experiment.Builder> experiment)
Information about 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.