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 Summary
Modifier and TypeMethodDescriptionAssigns the CLIENT scope.Assigns the GLOBAL scope.Assigns the LEVEL scope.withScope(ConfigScope scope) Assigns a generalized scope.
-
Method Details
-
withScope
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
-
globalSide
Group.ITypeStep globalSide()Assigns the GLOBAL scope.- Returns:
- The subsequent type resolution step.
-