Class ListOfValuesDescription.Builder

Enclosing class:
ListOfValuesDescription

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