Interface Experiment.DefinitionStages.WithDescription

All Known Subinterfaces:
Experiment.Definition, Experiment.DefinitionStages.WithCreate
Enclosing interface:
Experiment.DefinitionStages

public static interface Experiment.DefinitionStages.WithDescription
The stage of the Experiment definition allowing to specify description.
  • Method Details

    • withDescription

      Experiment.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The description of the details or intents of the Experiment.
      Parameters:
      description - The description of the details or intents of the Experiment.
      Returns:
      the next definition stage.