Class PhraselistUpdateObject


  • public class PhraselistUpdateObject
    extends Object
    Object model for updating a Phraselist.
    • Constructor Detail

      • PhraselistUpdateObject

        public PhraselistUpdateObject()
    • Method Detail

      • phrases

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

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

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

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

        public Boolean isActive()
        Get the isActive value.
        Returns:
        the isActive value
      • withIsActive

        public PhraselistUpdateObject withIsActive​(Boolean isActive)
        Set the isActive value.
        Parameters:
        isActive - the isActive value to set
        Returns:
        the PhraselistUpdateObject object itself.
      • isExchangeable

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

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

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

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