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

    • Method Detail

      • withText

        B withText​(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​(Collection<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.