|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Message.PROPERTY>
com.skype.api.Message.PROPERTY
public static enum Message.PROPERTY
Properties of the Message class
| Enum Constant Summary | |
|---|---|
author
Identity of the sender. |
|
author_displayname
displayname of the sender at the time of posting, type: String |
|
body_xml
Message type-specific parameter , type: String |
|
consumption_status
type: Message.CONSUMPTION_STATUS |
|
convo_guid
GUID of the Conversation. |
|
convo_id
DB ID of corresponding conversation, type: Conversation |
|
edit_timestamp
UNIX timestamp of last edit, type: int |
|
edited_by
Identity of the author that last edited this message. |
|
guid
Unlike the message id, the GUID is the same on all instances and for all participants. |
|
identities
Message type-specific parameter. |
|
leavereason
Leave reason for message of the RETIRED type, and STARTED/ENDED_LIVESESSION. |
|
originally_meant_for
This property gets set when a conference is spawned from dialog Conversation. |
|
param_key
Message type-specific parameter. |
|
param_value
Message type-specific parameter , type: int |
|
participant_count
Number of people who received this message (including local user) , type: int |
|
reason
Message type-specific parameter. |
|
sending_status
type: Message.SENDING_STATUS |
|
timestamp
UNIX timestamp (sent time, adjusted for local clock), type: int |
|
type
type: Message.TYPE |
|
| Method Summary | |
|---|---|
static Message.PROPERTY |
fromString(java.lang.String s)
|
static Message.PROPERTY |
get(int code)
|
int |
getId()
|
static Message.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Message.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 Message.PROPERTY convo_id
public static final Message.PROPERTY convo_guid
public static final Message.PROPERTY author
public static final Message.PROPERTY author_displayname
public static final Message.PROPERTY guid
public static final Message.PROPERTY originally_meant_for
public static final Message.PROPERTY timestamp
public static final Message.PROPERTY type
public static final Message.PROPERTY sending_status
public static final Message.PROPERTY consumption_status
public static final Message.PROPERTY edited_by
public static final Message.PROPERTY edit_timestamp
public static final Message.PROPERTY param_key
public static final Message.PROPERTY param_value
public static final Message.PROPERTY body_xml
public static final Message.PROPERTY identities
public static final Message.PROPERTY reason
public static final Message.PROPERTY leavereason
public static final Message.PROPERTY participant_count
| Method Detail |
|---|
public static Message.PROPERTY[] values()
for (Message.PROPERTY c : Message.PROPERTY.values()) System.out.println(c);
public static Message.PROPERTY 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 name
java.lang.NullPointerException - if the argument is nullpublic int getId()
public static Message.PROPERTY get(int code)
public static Message.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||