Class WordListBaseUpdateObject


  • public class WordListBaseUpdateObject
    extends Object
    Object model for updating one of the list entity's sublists.
    • Constructor Detail

      • WordListBaseUpdateObject

        public WordListBaseUpdateObject()
    • Method Detail

      • canonicalForm

        public String canonicalForm()
        Get the canonicalForm value.
        Returns:
        the canonicalForm value
      • withCanonicalForm

        public WordListBaseUpdateObject withCanonicalForm​(String canonicalForm)
        Set the canonicalForm value.
        Parameters:
        canonicalForm - the canonicalForm value to set
        Returns:
        the WordListBaseUpdateObject object itself.
      • list

        public List<String> list()
        Get the list value.
        Returns:
        the list value
      • withList

        public WordListBaseUpdateObject withList​(List<String> list)
        Set the list value.
        Parameters:
        list - the list value to set
        Returns:
        the WordListBaseUpdateObject object itself.