Interface ListUsageFilter.Builder

    • Method Detail

      • values

        ListUsageFilter.Builder values​(Collection<String> values)

        The values to filter by.

        Parameters:
        values - The values to filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ListUsageFilter.Builder values​(String... values)

        The values to filter by.

        Parameters:
        values - The values to filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOption

        ListUsageFilter.Builder matchOption​(String matchOption)

        The match option for the filter (e.g., equals, contains).

        Parameters:
        matchOption - The match option for the filter (e.g., equals, contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MatchOption, MatchOption
      • matchOption

        ListUsageFilter.Builder matchOption​(MatchOption matchOption)

        The match option for the filter (e.g., equals, contains).

        Parameters:
        matchOption - The match option for the filter (e.g., equals, contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MatchOption, MatchOption