Interface Group.IScopeStep

Enclosing interface:
Group

public static interface Group.IScopeStep
Phase 1 of the fluent builder: Determines the network and lifecycle scope of the property.
  • Method Details

    • withScope

      Group.ITypeStep withScope(ConfigScope scope)
      Assigns a generalized scope.
      Parameters:
      scope - The target ConfigScope.
      Returns:
      The subsequent type resolution step.
    • clientSide

      Group.ITypeStep clientSide()
      Assigns the CLIENT scope.
      Returns:
      The subsequent type resolution step.
    • levelSide

      Group.ITypeStep levelSide()
      Assigns the LEVEL scope.
      Returns:
      The subsequent type resolution step.
    • globalSide

      Group.ITypeStep globalSide()
      Assigns the GLOBAL scope.
      Returns:
      The subsequent type resolution step.