Interface AccessLevelFilter.Builder

    • Method Detail

      • key

        AccessLevelFilter.Builder key​(String key)

        The access level.

        • Account - Filter results based on the account.

        • Role - Filter results based on the federated role of the specified user.

        • User - Filter results based on the specified user.

        Parameters:
        key - The access level.

        • Account - Filter results based on the account.

        • Role - Filter results based on the federated role of the specified user.

        • User - Filter results based on the specified user.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessLevelFilterKey, AccessLevelFilterKey
      • key

        AccessLevelFilter.Builder key​(AccessLevelFilterKey key)

        The access level.

        • Account - Filter results based on the account.

        • Role - Filter results based on the federated role of the specified user.

        • User - Filter results based on the specified user.

        Parameters:
        key - The access level.

        • Account - Filter results based on the account.

        • Role - Filter results based on the federated role of the specified user.

        • User - Filter results based on the specified user.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessLevelFilterKey, AccessLevelFilterKey
      • value

        AccessLevelFilter.Builder value​(String value)

        The user to which the access level applies. The only supported value is self.

        Parameters:
        value - The user to which the access level applies. The only supported value is self.
        Returns:
        Returns a reference to this object so that method calls can be chained together.