@Deprecated
public class Medium
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
EMAIL
Deprecated.
Notification Media type specifying EMAIL notification
|
static java.lang.Integer |
PORTAL
Deprecated.
Notification Media type specifying PORTAL notification
|
static java.lang.Integer |
PUSH
Deprecated.
Notification Media type specifying PUSH notification
|
static java.lang.Integer |
SORT_BY_GENERIC_OPTIONS
Deprecated.
Sort by the
genericOptions property |
static java.lang.Integer |
SORT_BY_ID
Deprecated.
Sort by the
id property |
static java.lang.Integer |
SORT_BY_NAME
Deprecated.
Sort by the
name property |
static java.lang.Integer |
SORT_BY_SPECIFIC_OPTIONS
Deprecated.
Sort by the
specificOptions property |
Constructor and Description |
---|
Medium()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.appiancorp.ap2.ns.Option[] |
getGenericOptions()
Deprecated.
|
java.lang.Integer |
getId()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
com.appiancorp.ap2.ns.Option[] |
getSpecificOptions()
Deprecated.
|
void |
setGenericOptions(com.appiancorp.ap2.ns.Option[] genericOptions_)
Deprecated.
|
void |
setId(java.lang.Integer id_)
Deprecated.
|
void |
setName(java.lang.String name_)
Deprecated.
|
void |
setSpecificOptions(com.appiancorp.ap2.ns.Option[] specificOptions_)
Deprecated.
|
public static final java.lang.Integer EMAIL
public static final java.lang.Integer PORTAL
public static final java.lang.Integer PUSH
public static final java.lang.Integer SORT_BY_ID
id
propertypublic static final java.lang.Integer SORT_BY_NAME
name
propertypublic static final java.lang.Integer SORT_BY_GENERIC_OPTIONS
genericOptions
propertypublic static final java.lang.Integer SORT_BY_SPECIFIC_OPTIONS
specificOptions
propertypublic java.lang.Integer getId()
public java.lang.String getName()
public void setId(java.lang.Integer id_)
public void setName(java.lang.String name_)
public com.appiancorp.ap2.ns.Option[] getGenericOptions()
public com.appiancorp.ap2.ns.Option[] getSpecificOptions()
public void setGenericOptions(com.appiancorp.ap2.ns.Option[] genericOptions_)
public void setSpecificOptions(com.appiancorp.ap2.ns.Option[] specificOptions_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.