Package com.appiancorp.suiteapi.portal
Class Medium
java.lang.Object
com.appiancorp.suiteapi.portal.Medium
- All Implemented Interfaces:
Serializable
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.Notification Media type specifying EMAIL notificationstatic final Integer
Deprecated.Notification Media type specifying PORTAL notificationstatic final Integer
Deprecated.Notification Media type specifying PUSH notificationstatic final Integer
Deprecated.Sort by thegenericOptions
propertystatic final Integer
Deprecated.Sort by theid
propertystatic final Integer
Deprecated.Sort by thename
propertystatic final Integer
Deprecated.Sort by thespecificOptions
property -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.appiancorp.ap2.ns.Option[]
Deprecated.getId()
Deprecated.getName()
Deprecated.com.appiancorp.ap2.ns.Option[]
Deprecated.void
setGenericOptions
(com.appiancorp.ap2.ns.Option[] genericOptions_) Deprecated.void
Deprecated.void
Deprecated.void
setSpecificOptions
(com.appiancorp.ap2.ns.Option[] specificOptions_) Deprecated.
-
Field Details
-
EMAIL
Deprecated.Notification Media type specifying EMAIL notification -
PORTAL
Deprecated.Notification Media type specifying PORTAL notification -
PUSH
Deprecated.Notification Media type specifying PUSH notification -
SORT_BY_ID
Deprecated.Sort by theid
property -
SORT_BY_NAME
Deprecated.Sort by thename
property -
SORT_BY_GENERIC_OPTIONS
Deprecated.Sort by thegenericOptions
property -
SORT_BY_SPECIFIC_OPTIONS
Deprecated.Sort by thespecificOptions
property
-
-
Constructor Details
-
Medium
public Medium()Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getName
Deprecated. -
setId
Deprecated. -
setName
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.
-