Class NotificationRule

java.lang.Object
com.appiancorp.suiteapi.portal.NotificationRule
All Implemented Interfaces:
Serializable

@Deprecated public class NotificationRule extends Object implements Serializable
Deprecated.
The Notification functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
See Also:
  • Field Details

    • SORT_BY_CONDITIONS

      public static final Integer SORT_BY_CONDITIONS
      Deprecated.
      Sort by the conditions property
    • SORT_BY_MEDIUM_ID

      public static final Integer SORT_BY_MEDIUM_ID
      Deprecated.
      Sort by the mediumId property
    • SORT_BY_MEDIUM

      public static final Integer SORT_BY_MEDIUM
      Deprecated.
      Sort by the medium property
    • SORT_BY_APPLICATION_ID

      public static final Integer SORT_BY_APPLICATION_ID
      Deprecated.
      Sort by the applicationId property
    • SORT_BY_APPLICATION

      public static final Integer SORT_BY_APPLICATION
      Deprecated.
      Sort by the application property
    • SORT_BY_TYPE_ID

      public static final Integer SORT_BY_TYPE_ID
      Deprecated.
      Sort by the typeId property
    • SORT_BY_TYPE

      public static final Integer SORT_BY_TYPE
      Deprecated.
      Sort by the type property
    • SORT_BY_OPTIONS

      public static final Integer SORT_BY_OPTIONS
      Deprecated.
      Sort by the options property
  • Constructor Details

    • NotificationRule

      public NotificationRule()
      Deprecated.
  • Method Details

    • getConditions

      public String[][] getConditions()
      Deprecated.
    • setConditions

      public void setConditions(String[][] p)
      Deprecated.
    • getMediumId

      public int getMediumId()
      Deprecated.
    • setMediumId

      public void setMediumId(int p)
      Deprecated.
    • getMedium

      public String getMedium()
      Deprecated.
    • setMedium

      public void setMedium(String p)
      Deprecated.
    • getApplicationId

      public int getApplicationId()
      Deprecated.
    • setApplicationId

      public void setApplicationId(int p)
      Deprecated.
    • getApplication

      public String getApplication()
      Deprecated.
    • setApplication

      public void setApplication(String p)
      Deprecated.
    • getTypeId

      public int getTypeId()
      Deprecated.
    • setTypeId

      public void setTypeId(int p)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String p)
      Deprecated.
    • getOptions

      public Map getOptions()
      Deprecated.
    • setOptions

      public void setOptions(Map p)
      Deprecated.
    • getKeyedOptions

      public Map getKeyedOptions()
      Deprecated.
    • setKeyedOptions

      public void setKeyedOptions(Map p)
      Deprecated.