Interface Project.UpdateStages.WithDatabasesInfo

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

public static interface Project.UpdateStages.WithDatabasesInfo
The stage of the Project update allowing to specify databasesInfo.
  • Method Details

    • withDatabasesInfo

      Project.Update withDatabasesInfo(List<DatabaseInfo> databasesInfo)
      Specifies the databasesInfo property: List of DatabaseInfo.
      Parameters:
      databasesInfo - List of DatabaseInfo.
      Returns:
      the next definition stage.