Class PhraselistCreateObject


  • public class PhraselistCreateObject
    extends Object
    Object model for creating a phraselist model.
    • Constructor Detail

      • PhraselistCreateObject

        public PhraselistCreateObject()
    • Method Detail

      • phrases

        public String phrases()
        Get the phrases value.
        Returns:
        the phrases value
      • withPhrases

        public PhraselistCreateObject withPhrases​(String phrases)
        Set the phrases value.
        Parameters:
        phrases - the phrases value to set
        Returns:
        the PhraselistCreateObject object itself.
      • name

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

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

        public Boolean isExchangeable()
        Get the isExchangeable value.
        Returns:
        the isExchangeable value
      • withIsExchangeable

        public PhraselistCreateObject withIsExchangeable​(Boolean isExchangeable)
        Set the isExchangeable value.
        Parameters:
        isExchangeable - the isExchangeable value to set
        Returns:
        the PhraselistCreateObject object itself.
      • enabledForAllModels

        public Boolean enabledForAllModels()
        Get the enabledForAllModels value.
        Returns:
        the enabledForAllModels value
      • withEnabledForAllModels

        public PhraselistCreateObject withEnabledForAllModels​(Boolean enabledForAllModels)
        Set the enabledForAllModels value.
        Parameters:
        enabledForAllModels - the enabledForAllModels value to set
        Returns:
        the PhraselistCreateObject object itself.