Interface VisibilityConditions.Builder

    • Method Detail

      • key

        VisibilityConditions.Builder key​(String key)

        The key that specifies the tag that you're using to filter the search results. It must be in the following format: Tags.<key>.

        Parameters:
        key - The key that specifies the tag that you're using to filter the search results. It must be in the following format: Tags.<key>.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        VisibilityConditions.Builder value​(String value)

        The value for the tag that you're using to filter the search results.

        Parameters:
        value - The value for the tag that you're using to filter the search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.