Class Medium

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

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

    • EMAIL

      public static final Integer EMAIL
      Deprecated.
      Notification Media type specifying EMAIL notification
    • PORTAL

      public static final Integer PORTAL
      Deprecated.
      Notification Media type specifying PORTAL notification
    • PUSH

      public static final Integer PUSH
      Deprecated.
      Notification Media type specifying PUSH notification
    • SORT_BY_ID

      public static final Integer SORT_BY_ID
      Deprecated.
      Sort by the id property
    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
      Deprecated.
      Sort by the name property
    • SORT_BY_GENERIC_OPTIONS

      public static final Integer SORT_BY_GENERIC_OPTIONS
      Deprecated.
      Sort by the genericOptions property
    • SORT_BY_SPECIFIC_OPTIONS

      public static final Integer SORT_BY_SPECIFIC_OPTIONS
      Deprecated.
      Sort by the specificOptions property
  • Constructor Details

    • Medium

      public Medium()
      Deprecated.
  • Method Details

    • getId

      public Integer getId()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setId

      public void setId(Integer id_)
      Deprecated.
    • setName

      public void setName(String name_)
      Deprecated.
    • getGenericOptions

      public com.appiancorp.ap2.ns.Option[] getGenericOptions()
      Deprecated.
    • getSpecificOptions

      public com.appiancorp.ap2.ns.Option[] getSpecificOptions()
      Deprecated.
    • setGenericOptions

      public void setGenericOptions(com.appiancorp.ap2.ns.Option[] genericOptions_)
      Deprecated.
    • setSpecificOptions

      public void setSpecificOptions(com.appiancorp.ap2.ns.Option[] specificOptions_)
      Deprecated.