Project.UpdateStages.WithDatabasesInfo Interface

public static interface Project.UpdateStages.WithDatabasesInfo

The stage of the Project update allowing to specify databasesInfo.

Method Summary

Modifier and Type Method and Description
abstract Update withDatabasesInfo(List<DatabaseInfo> databasesInfo)

Specifies the databasesInfo property: List of DatabaseInfo.

Method Details

withDatabasesInfo

public abstract Project.Update withDatabasesInfo(List<DatabaseInfo> databasesInfo)

Specifies the databasesInfo property: List of DatabaseInfo.

Parameters:

databasesInfo - List of DatabaseInfo.

Returns:

the next definition stage.

Applies to