Interface CollectiveConstant.Builder

    • Method Detail

      • valueList

        CollectiveConstant.Builder valueList​(Collection<String> valueList)

        A list of values for the collective constant.

        Parameters:
        valueList - A list of values for the collective constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueList

        CollectiveConstant.Builder valueList​(String... valueList)

        A list of values for the collective constant.

        Parameters:
        valueList - A list of values for the collective constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.