Class TableDescription.Builder

Enclosing class:
TableDescription

public static class TableDescription.Builder extends TableDescription.Init<TableDescription.Builder>
This class can be used to construct an instance of the TableDescription class using the builder pattern.
Usage example: TableDescription description = new TableDescription.Builder().attachedText("some attachedText").setText("some Text").build();