|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccAlertProp>
com.aol.acc.AccAlertProp
public enum AccAlertProp
The IAccAlert encapsulates an AIM alert.
| Enum Constant Summary | |
|---|---|
Address
Email address this alert is in reference to |
|
Content
The content for this "rendered" alert |
|
Cookie
Unique ID for this particular alert |
|
Description
Description of this "rendered" alert |
|
DisplayTime
Time when this alert should be displayed |
|
Duplicate
Checks if this is a duplicate alert |
|
Duration
Duration to display this alert for |
|
GotMail
Is there new mail for this user? |
|
GotPics
Checks if there are new pictures for the user |
|
ImageUrl
The URL for displaying an image for a specific alert |
|
MoreInfoUrl
The URL for more info on a specific alert |
|
NotifyPrefs
Indicates how this alert should be displayed |
|
NumMails
Number of new emails in the user's inbox |
|
NumVoicemails
Number of new voicemails in the user's inbox |
|
ReadUrl
URL to be used for reading mail |
|
Timestamp
Time the alert was sent |
|
UNKNOWNVALUE
|
|
Uuid
UUID (type) of the alert |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccAlertProp |
intToEnum(int value)
|
AccAlertProp |
or(AccAlertProp val)
|
int |
value()
|
static AccAlertProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccAlertProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccAlertProp UNKNOWNVALUE
public static final AccAlertProp Uuid
public static final AccAlertProp Cookie
public static final AccAlertProp Timestamp
public static final AccAlertProp GotMail
public static final AccAlertProp NumMails
public static final AccAlertProp NumVoicemails
public static final AccAlertProp Address
public static final AccAlertProp ReadUrl
public static final AccAlertProp GotPics
public static final AccAlertProp Description
public static final AccAlertProp Content
public static final AccAlertProp ImageUrl
public static final AccAlertProp MoreInfoUrl
public static final AccAlertProp Duplicate
public static final AccAlertProp DisplayTime
public static final AccAlertProp Duration
public static final AccAlertProp NotifyPrefs
| Method Detail |
|---|
public static final AccAlertProp[] values()
for(AccAlertProp c : AccAlertProp.values())
System.out.println(c);
public static AccAlertProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccAlertProp or(AccAlertProp val)
public static AccAlertProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||