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 Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: The description of the details or intents of the Experiment.
-
Method Details
-
withDescription
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.
-