Interface PredefinedAttributeValues.Builder

    • Method Detail

      • stringList

        PredefinedAttributeValues.Builder stringList​(Collection<String> stringList)

        Predefined attribute values of type string list.

        Parameters:
        stringList - Predefined attribute values of type string list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringList

        PredefinedAttributeValues.Builder stringList​(String... stringList)

        Predefined attribute values of type string list.

        Parameters:
        stringList - Predefined attribute values of type string list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.