Interface IUserEMailNotificationSettings

    • Method Detail

      • isUseApplicationDefault

        boolean isUseApplicationDefault()
        Gets if the default settings of the application should be used or not.

        If true all the other notification settings of the user are ignored and the default settings of the application are used.

        Returns:
        true if the default settings of the application should be used, false if this settings should be used.
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • setUseApplicationDefault

        void setUseApplicationDefault​(boolean useApplicationDefault)
        Sets if the default settings of the application should be used or not.

        If true all the other notification settings of the user are ignored and the default settings of the application are used.

        Parameters:
        useApplicationDefault - if true the default settings of the application should be used, if false this settings should b used.
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.