Interface Formula.DefinitionStages.WithDescription

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

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

    • withDescription

      Formula.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The description of the formula..
      Parameters:
      description - The description of the formula.
      Returns:
      the next definition stage.