Interface Variable.UpdateStages.WithName

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

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

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

    • withName

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