Class PublishSettingUpdateObject


  • public class PublishSettingUpdateObject
    extends Object
    Object model for updating an application's publish settings.
    • Constructor Detail

      • PublishSettingUpdateObject

        public PublishSettingUpdateObject()
    • Method Detail

      • sentimentAnalysis

        public boolean sentimentAnalysis()
        Get the sentimentAnalysis value.
        Returns:
        the sentimentAnalysis value
      • withSentimentAnalysis

        public PublishSettingUpdateObject withSentimentAnalysis​(boolean sentimentAnalysis)
        Set the sentimentAnalysis value.
        Parameters:
        sentimentAnalysis - the sentimentAnalysis value to set
        Returns:
        the PublishSettingUpdateObject object itself.
      • speech

        public boolean speech()
        Get the speech value.
        Returns:
        the speech value
      • withSpeech

        public PublishSettingUpdateObject withSpeech​(boolean speech)
        Set the speech value.
        Parameters:
        speech - the speech value to set
        Returns:
        the PublishSettingUpdateObject object itself.
      • spellChecker

        public boolean spellChecker()
        Get the spellChecker value.
        Returns:
        the spellChecker value
      • withSpellChecker

        public PublishSettingUpdateObject withSpellChecker​(boolean spellChecker)
        Set the spellChecker value.
        Parameters:
        spellChecker - the spellChecker value to set
        Returns:
        the PublishSettingUpdateObject object itself.