Interface Variable.UpdateStages.WithDescription

All Known Subinterfaces:
Variable.Update
Enclosing interface:
Variable.UpdateStages

public static interface Variable.UpdateStages.WithDescription
The stage of the Variable update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Gets or sets the description of the variable..
  • Method Details

    • withDescription

      Variable.Update withDescription(String description)
      Specifies the description property: Gets or sets the description of the variable..
      Parameters:
      description - Gets or sets the description of the variable.
      Returns:
      the next definition stage.