Interface Variable.UpdateStages.WithValue

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

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

    Modifier and Type
    Method
    Description
    Specifies the value property: Gets or sets the value of the variable..
  • Method Details

    • withValue

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