Interface BackendContract.UpdateStages.WithTitle

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

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

    Modifier and Type
    Method
    Description
    Specifies the title property: Backend Title..
  • Method Details

    • withTitle

      BackendContract.Update withTitle(String title)
      Specifies the title property: Backend Title..
      Parameters:
      title - Backend Title.
      Returns:
      the next definition stage.