Interface ConnectionType.UpdateStages.WithIsGlobal

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

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

    Modifier and Type
    Method
    Description
    Specifies the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global..
  • Method Details

    • withIsGlobal

      ConnectionType.Update withIsGlobal(Boolean isGlobal)
      Specifies the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global..
      Parameters:
      isGlobal - Gets or sets a Boolean value to indicate if the connection type is global.
      Returns:
      the next definition stage.