Interface ConnectionType.DefinitionStages.WithIsGlobal

All Known Subinterfaces:
ConnectionType.Definition, ConnectionType.DefinitionStages.WithCreate
Enclosing interface:
ConnectionType.DefinitionStages

public static interface ConnectionType.DefinitionStages.WithIsGlobal
The stage of the ConnectionType definition allowing to specify isGlobal.
  • Method Details

    • withIsGlobal

      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.