Interface ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
ElementsAccessor
public static interface ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>>
Provides a builder method for a text property returning the builder for
applying multiple build operations.
-
Method Summary
-
Method Details
-
withText
-