Interface ConnectionType.UpdateStages.WithName

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

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

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

    • withName

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