Class ClosedListModelUpdateObject


  • public class ClosedListModelUpdateObject
    extends Object
    Object model for updating a list entity.
    • Constructor Detail

      • ClosedListModelUpdateObject

        public ClosedListModelUpdateObject()
    • Method Detail

      • subLists

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

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

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

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