Class Application

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

@Deprecated public class Application 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

    • 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_NOTIFICATION_TYPES

      public static final Integer SORT_BY_NOTIFICATION_TYPES
      Deprecated.
      Sort by the notificationTypes property
  • Constructor Details

    • Application

      public Application()
      Deprecated.
  • Method Details

    • getId

      public Integer getId()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getNotificationTypes

      public com.appiancorp.ap2.ns.NotificationType[] getNotificationTypes()
      Deprecated.
    • setId

      public void setId(Integer id_)
      Deprecated.
    • setName

      public void setName(String name_)
      Deprecated.
    • setNotificationTypes

      public void setNotificationTypes(com.appiancorp.ap2.ns.NotificationType[] notificationTypes_)
      Deprecated.