Interface Lab.UpdateStages.WithTitle

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

public static interface Lab.UpdateStages.WithTitle
The stage of the Lab update allowing to specify title.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the title property: The title of the lab..
  • Method Details

    • withTitle

      Lab.Update withTitle(String title)
      Specifies the title property: The title of the lab..
      Parameters:
      title - The title of the lab.
      Returns:
      the next definition stage.