Interface ArrayValue.Builder

    • Method Detail

      • booleanValues

        ArrayValue.Builder booleanValues​(Collection<Boolean> booleanValues)

        An array of Boolean values.

        Parameters:
        booleanValues - An array of Boolean values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • booleanValues

        ArrayValue.Builder booleanValues​(Boolean... booleanValues)

        An array of Boolean values.

        Parameters:
        booleanValues - An array of Boolean values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longValues

        ArrayValue.Builder longValues​(Collection<Long> longValues)

        An array of integers.

        Parameters:
        longValues - An array of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longValues

        ArrayValue.Builder longValues​(Long... longValues)

        An array of integers.

        Parameters:
        longValues - An array of integers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • doubleValues

        ArrayValue.Builder doubleValues​(Collection<Double> doubleValues)

        An array of floating-point numbers.

        Parameters:
        doubleValues - An array of floating-point numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • doubleValues

        ArrayValue.Builder doubleValues​(Double... doubleValues)

        An array of floating-point numbers.

        Parameters:
        doubleValues - An array of floating-point numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValues

        ArrayValue.Builder stringValues​(Collection<String> stringValues)

        An array of strings.

        Parameters:
        stringValues - An array of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValues

        ArrayValue.Builder stringValues​(String... stringValues)

        An array of strings.

        Parameters:
        stringValues - An array of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arrayValues

        ArrayValue.Builder arrayValues​(Collection<ArrayValue> arrayValues)

        An array of arrays.

        Parameters:
        arrayValues - An array of arrays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arrayValues

        ArrayValue.Builder arrayValues​(ArrayValue... arrayValues)

        An array of arrays.

        Parameters:
        arrayValues - An array of arrays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.