Interface DimensionValues.Builder

    • Method Detail

      • key

        DimensionValues.Builder key​(String key)

        The name of the dimension that you want to filter on.

        Parameters:
        key - The name of the dimension that you want to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Dimension, Dimension
      • key

        DimensionValues.Builder key​(Dimension key)

        The name of the dimension that you want to filter on.

        Parameters:
        key - The name of the dimension that you want to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Dimension, Dimension
      • matchOptionsWithStrings

        DimensionValues.Builder matchOptionsWithStrings​(Collection<String> matchOptions)

        The match options that you can use to filter your results. You can specify only one of these values in the array.

        Parameters:
        matchOptions - The match options that you can use to filter your results. You can specify only one of these values in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptionsWithStrings

        DimensionValues.Builder matchOptionsWithStrings​(String... matchOptions)

        The match options that you can use to filter your results. You can specify only one of these values in the array.

        Parameters:
        matchOptions - The match options that you can use to filter your results. You can specify only one of these values in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        DimensionValues.Builder matchOptions​(Collection<MatchOption> matchOptions)

        The match options that you can use to filter your results. You can specify only one of these values in the array.

        Parameters:
        matchOptions - The match options that you can use to filter your results. You can specify only one of these values in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchOptions

        DimensionValues.Builder matchOptions​(MatchOption... matchOptions)

        The match options that you can use to filter your results. You can specify only one of these values in the array.

        Parameters:
        matchOptions - The match options that you can use to filter your results. You can specify only one of these values in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.

        Parameters:
        values - The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        DimensionValues.Builder values​(String... values)

        The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.

        Parameters:
        values - The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.