Interface DimensionValues.Builder

    • Method Detail

      • key

        DimensionValues.Builder key​(String key)

        The names of the metadata types that you can use to filter and group your results.

        Parameters:
        key - The names of the metadata types that you can use to filter and group your results.
        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 names of the metadata types that you can use to filter and group your results.

        Parameters:
        key - The names of the metadata types that you can use to filter and group your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Dimension, Dimension
      • values

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

        The metadata values that you can use to filter and group your results.

        Parameters:
        values - The metadata values that you can use to filter and group your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The metadata values that you can use to filter and group your results.

        Parameters:
        values - The metadata values that you can use to filter and group your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.