Class NotificationPreferenceData

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotificationPreferenceData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      NotificationChannel getChannel()  
      java.lang.String getEmailAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      java.lang.String getMobileNumber()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      java.lang.String getValue()  
      boolean isEmailEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      boolean isEnabled()  
      boolean isSmsEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      boolean isVisible()  
      void setChannel​(NotificationChannel channel)  
      void setEmailAddress​(java.lang.String emailAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setEmailEnabled​(boolean emailEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setEnabled​(boolean enabled)  
      void setMobileNumber​(java.lang.String mobileNumber)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setSmsEnabled​(boolean smsEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
      void setValue​(java.lang.String value)  
      void setVisible​(boolean visible)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationPreferenceData

        public NotificationPreferenceData()
    • Method Detail

      • setEmailEnabled

        @Deprecated(forRemoval=true)
        public void setEmailEnabled​(boolean emailEnabled)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • isEmailEnabled

        @Deprecated(forRemoval=true)
        public boolean isEmailEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • setSmsEnabled

        @Deprecated(forRemoval=true)
        public void setSmsEnabled​(boolean smsEnabled)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • isSmsEnabled

        @Deprecated(forRemoval=true)
        public boolean isSmsEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • setEmailAddress

        @Deprecated(forRemoval=true)
        public void setEmailAddress​(java.lang.String emailAddress)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • getEmailAddress

        @Deprecated(forRemoval=true)
        public java.lang.String getEmailAddress()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • setMobileNumber

        @Deprecated(forRemoval=true)
        public void setMobileNumber​(java.lang.String mobileNumber)
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • getMobileNumber

        @Deprecated(forRemoval=true)
        public java.lang.String getMobileNumber()
        Deprecated, for removal: This API element is subject to removal in a future version.
        true
      • setValue

        public void setValue​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isEnabled

        public boolean isEnabled()
      • setVisible

        public void setVisible​(boolean visible)
      • isVisible

        public boolean isVisible()