|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccUserProp>
com.aol.acc.AccUserProp
public enum AccUserProp
The IAccUser interface provides the access to the information about an AIM user.
The data for some properties is not immediately available from get_Property
because the data must be asynchronously retrieved from the server.
For these properties, calling get_Property will return ACC_E_MUST_REQUEST_DATA
(unless the data is cached), indicating that you must use RequestProperty
In general, unless you know that the data is in cache, RequestProperty
should be used for the properties marked as "(request)".
| Enum Constant Summary | |
|---|---|
ArriveSound
The user's arrive sound |
|
AvTrack
The user's current A/V track |
|
AwayMessage
The user's away message |
|
Badge
The user's badge |
|
BigIcon
Can be 48x48...128x128, GIF/PNG/JPG/JPG2000/SWF |
|
Blocked
Whether the user is blocked |
|
BuddyFeedUpdateTime
Time when user's buddy feed last updated |
|
BuddyFeedUrl
URL for displaying buddy feed |
|
BuddyFeedViewTime
Time when self last viewed user's buddy feed |
|
BuddyIcon
The user's buddy icon |
|
Capabilities
The user's capabilities UUIDs |
|
Certificate
The user's signing certificate |
|
DepartSound
The user's depart sound |
|
DirEntry
DEPRECATED. |
|
E911Location
The user's location for E911 support |
|
EmailAddress
The user's email address |
|
Flags
The flags associated with the user, from AccUserFlags |
|
FlashWallpaper
The user's flash wallpaper |
|
Frequency
The user's frequency score |
|
FriendlyName
The friendly name of the user |
|
HtmlInfo
The user's aggregated HTML info |
|
IdleTime
The user's idle time, in seconds |
|
Ignored
Whether the user is ignored |
|
ImmersiveWallpaper
The user's immersive expression |
|
InBuddyList
Whether the user is in the buddy list |
|
Location
The user's geographic location |
|
MaxEmailAddressLength
Maximum email address length |
|
MaxFriendlyNameLength
Maximum friendly name length |
|
MaxNoteLength
Maximum user note length |
|
Name
The AIM name of the user |
|
Note
A locally specified note about the user |
|
OnlineTime
The user's online time, in seconds |
|
Profile
The profile for the user |
|
RadioStation
The user's current radio station |
|
RichName
The user's rich text name |
|
Session
The IAccSession object for the user, if any |
|
SmallIcon
The user's small icon |
|
SmsChargeback
Whether or not sending a SMS message to the user will be charged |
|
State
The state of the user, from AccUserState |
|
StatusText
The user's status text |
|
StatusTextLink
The user's status text link |
|
StatusTextTimestamp
The unix time when AccUserProp_StatusText last changed. |
|
SuperIcon
The user's super buddy icon |
|
SuperIconTrigger
The user's super buddy icon trigger |
|
TrustedAsBuddy
Whether the user is a known buddy, i.e. |
|
UNKNOWNVALUE
|
|
Wallpaper
The user's wallpaper |
|
WarningPercent
The user's warning level |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccUserProp |
intToEnum(int value)
|
AccUserProp |
or(AccUserProp val)
|
int |
value()
|
static AccUserProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccUserProp[] |
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 AccUserProp UNKNOWNVALUE
public static final AccUserProp Session
public static final AccUserProp Name
public static final AccUserProp FriendlyName
public static final AccUserProp State
public static final AccUserProp Flags
public static final AccUserProp Blocked
public static final AccUserProp Ignored
public static final AccUserProp OnlineTime
public static final AccUserProp IdleTime
public static final AccUserProp WarningPercent
public static final AccUserProp SmsChargeback
public static final AccUserProp EmailAddress
public static final AccUserProp Note
public static final AccUserProp Frequency
public static final AccUserProp InBuddyList
public static final AccUserProp TrustedAsBuddy
public static final AccUserProp BuddyFeedUpdateTime
public static final AccUserProp BuddyFeedViewTime
public static final AccUserProp BuddyFeedUrl
public static final AccUserProp Profile
public static final AccUserProp AwayMessage
public static final AccUserProp Capabilities
public static final AccUserProp Certificate
public static final AccUserProp HtmlInfo
public static final AccUserProp DirEntry
public static final AccUserProp SmallIcon
public static final AccUserProp BuddyIcon
public static final AccUserProp StatusText
public static final AccUserProp ArriveSound
public static final AccUserProp RichName
public static final AccUserProp SuperIcon
public static final AccUserProp RadioStation
public static final AccUserProp SuperIconTrigger
public static final AccUserProp StatusTextLink
public static final AccUserProp E911Location
public static final AccUserProp Location
public static final AccUserProp BigIcon
public static final AccUserProp StatusTextTimestamp
public static final AccUserProp AvTrack
public static final AccUserProp DepartSound
public static final AccUserProp Wallpaper
public static final AccUserProp Badge
public static final AccUserProp FlashWallpaper
public static final AccUserProp ImmersiveWallpaper
public static final AccUserProp MaxFriendlyNameLength
public static final AccUserProp MaxEmailAddressLength
public static final AccUserProp MaxNoteLength
| Method Detail |
|---|
public static final AccUserProp[] values()
for(AccUserProp c : AccUserProp.values())
System.out.println(c);
public static AccUserProp 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 AccUserProp or(AccUserProp val)
public static AccUserProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||