Class ClosedListModelCreateObject


  • public class ClosedListModelCreateObject
    extends Object
    Object model for creating a list entity.
    • Constructor Detail

      • ClosedListModelCreateObject

        public ClosedListModelCreateObject()
    • Method Detail

      • subLists

        public List<WordListObject> subLists()
        Get the subLists value.
        Returns:
        the subLists value
      • withSubLists

        public ClosedListModelCreateObject withSubLists​(List<WordListObject> subLists)
        Set the subLists value.
        Parameters:
        subLists - the subLists value to set
        Returns:
        the ClosedListModelCreateObject object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public ClosedListModelCreateObject withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the ClosedListModelCreateObject object itself.