Class WordListObject


  • public class WordListObject
    extends Object
    Sublist of items for a list entity.
    • Constructor Detail

      • WordListObject

        public WordListObject()
    • Method Detail

      • canonicalForm

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

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

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

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