@Deprecated
public class NotificationRule
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_APPLICATION
Deprecated.
Sort by the
application property |
static java.lang.Integer |
SORT_BY_APPLICATION_ID
Deprecated.
Sort by the
applicationId property |
static java.lang.Integer |
SORT_BY_CONDITIONS
Deprecated.
Sort by the
conditions property |
static java.lang.Integer |
SORT_BY_MEDIUM
Deprecated.
Sort by the
medium property |
static java.lang.Integer |
SORT_BY_MEDIUM_ID
Deprecated.
Sort by the
mediumId property |
static java.lang.Integer |
SORT_BY_OPTIONS
Deprecated.
Sort by the
options property |
static java.lang.Integer |
SORT_BY_TYPE
Deprecated.
Sort by the
type property |
static java.lang.Integer |
SORT_BY_TYPE_ID
Deprecated.
Sort by the
typeId property |
Constructor and Description |
---|
NotificationRule()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplication()
Deprecated.
|
int |
getApplicationId()
Deprecated.
|
java.lang.String[][] |
getConditions()
Deprecated.
|
java.util.Map |
getKeyedOptions()
Deprecated.
|
java.lang.String |
getMedium()
Deprecated.
|
int |
getMediumId()
Deprecated.
|
java.util.Map |
getOptions()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
int |
getTypeId()
Deprecated.
|
void |
setApplication(java.lang.String p)
Deprecated.
|
void |
setApplicationId(int p)
Deprecated.
|
void |
setConditions(java.lang.String[][] p)
Deprecated.
|
void |
setKeyedOptions(java.util.Map p)
Deprecated.
|
void |
setMedium(java.lang.String p)
Deprecated.
|
void |
setMediumId(int p)
Deprecated.
|
void |
setOptions(java.util.Map p)
Deprecated.
|
void |
setType(java.lang.String p)
Deprecated.
|
void |
setTypeId(int p)
Deprecated.
|
public static final java.lang.Integer SORT_BY_CONDITIONS
conditions
propertypublic static final java.lang.Integer SORT_BY_MEDIUM_ID
mediumId
propertypublic static final java.lang.Integer SORT_BY_MEDIUM
medium
propertypublic static final java.lang.Integer SORT_BY_APPLICATION_ID
applicationId
propertypublic static final java.lang.Integer SORT_BY_APPLICATION
application
propertypublic static final java.lang.Integer SORT_BY_TYPE_ID
typeId
propertypublic static final java.lang.Integer SORT_BY_TYPE
type
propertypublic static final java.lang.Integer SORT_BY_OPTIONS
options
propertypublic java.lang.String[][] getConditions()
public void setConditions(java.lang.String[][] p)
public int getMediumId()
public void setMediumId(int p)
public java.lang.String getMedium()
public void setMedium(java.lang.String p)
public int getApplicationId()
public void setApplicationId(int p)
public java.lang.String getApplication()
public void setApplication(java.lang.String p)
public int getTypeId()
public void setTypeId(int p)
public java.lang.String getType()
public void setType(java.lang.String p)
public java.util.Map getOptions()
public void setOptions(java.util.Map p)
public java.util.Map getKeyedOptions()
public void setKeyedOptions(java.util.Map p)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.