Interface TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withText​(java.lang.String... aText)
      Sets the text for the text property.
      B withText​(java.util.Collection<java.lang.String> aText)
      Sets the text for the text property.
    • Method Detail

      • withText

        B withText​(java.lang.String... aText)
        Sets the text for the text property.
        Parameters:
        aText - The text to be stored by the text property.
        Returns:
        The builder for applying multiple build operations.
      • withText

        B withText​(java.util.Collection<java.lang.String> aText)
        Sets the text for the text property.
        Parameters:
        aText - The text to be stored by the text property.
        Returns:
        The builder for applying multiple build operations.