Class ClosedListModelPatchObject


  • public class ClosedListModelPatchObject
    extends Object
    Object model for adding a batch of sublists to an existing list entity.
    • Constructor Detail

      • ClosedListModelPatchObject

        public ClosedListModelPatchObject()
    • Method Detail

      • subLists

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

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