Class ListBoxDescription.Builder

Enclosing class:
ListBoxDescription

public static class ListBoxDescription.Builder extends ListBoxDescription.Init<ListBoxDescription.Builder>
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.
Usage example: ListBoxDescription description = new ListBoxDescription.Builder().count(3).objectName("some name").build();