@Deprecated
public class Application
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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_NOTIFICATION_TYPES
Deprecated.
Sort by the
notificationTypes property |
Constructor and Description |
---|
Application()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
com.appiancorp.ap2.ns.NotificationType[] |
getNotificationTypes()
Deprecated.
|
void |
setId(java.lang.Integer id_)
Deprecated.
|
void |
setName(java.lang.String name_)
Deprecated.
|
void |
setNotificationTypes(com.appiancorp.ap2.ns.NotificationType[] notificationTypes_)
Deprecated.
|
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_NOTIFICATION_TYPES
notificationTypes
propertypublic java.lang.Integer getId()
public java.lang.String getName()
public com.appiancorp.ap2.ns.NotificationType[] getNotificationTypes()
public void setId(java.lang.Integer id_)
public void setName(java.lang.String name_)
public void setNotificationTypes(com.appiancorp.ap2.ns.NotificationType[] notificationTypes_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.