Interface Scope.Builder

    • Method Detail

      • key

        Scope.Builder key​(String key)

        The type of the scope.

        Parameters:
        key - The type of the scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScopeType, ScopeType
      • key

        Scope.Builder key​(ScopeType key)

        The type of the scope.

        Parameters:
        key - The type of the scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScopeType, ScopeType
      • value

        Scope.Builder value​(String value)

        The resource identifier for the specified scope type.

        Parameters:
        value - The resource identifier for the specified scope type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.