|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Message.SetMetadataKey>
com.skype.api.Message.SetMetadataKey
public static enum Message.SetMetadataKey
For messages of type SET_METADATA that alert participants to changes to the associated Conversation's metadata, indicates which metadata property changed and its P_BODY_XML property contains the changed data. Your UI is expected to detect messages with PARAM_KEY set and to update its visual representation of Conversation accordingly. You can use the associated Conversation's properties and methods to obtain the updated metadata rather than parse the message body XML, for example, Conversation.P_META_PICTURE and Conversation.Conversation.GetPropMetaPicture.
| Enum Constant Summary | |
|---|---|
SET_META_GUIDELINES
Notification message that conversation guidelines have changed. |
|
SET_META_NAME
Notification message that conversation name has changed. |
|
SET_META_PICTURE
Notification message that conversation picture has changed. |
|
SET_META_TOPIC
Notification message that conversation topic has changed. |
|
| Field Summary | |
|---|---|
static int |
SET_META_GUIDELINES_VALUE
|
static int |
SET_META_NAME_VALUE
|
static int |
SET_META_PICTURE_VALUE
|
static int |
SET_META_TOPIC_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Message.SetMetadataKey |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Message.SetMetadataKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Message.SetMetadataKey[] |
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.SetMetadataKey SET_META_NAME
public static final Message.SetMetadataKey SET_META_TOPIC
public static final Message.SetMetadataKey SET_META_GUIDELINES
public static final Message.SetMetadataKey SET_META_PICTURE
| Field Detail |
|---|
public static final int SET_META_NAME_VALUE
public static final int SET_META_TOPIC_VALUE
public static final int SET_META_GUIDELINES_VALUE
public static final int SET_META_PICTURE_VALUE
| Method Detail |
|---|
public static Message.SetMetadataKey[] values()
for (Message.SetMetadataKey c : Message.SetMetadataKey.values()) System.out.println(c);
public static Message.SetMetadataKey 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()
getId in interface EnumConvertingpublic EnumConverting getDefault()
getDefault in interface EnumConvertingpublic EnumConverting convert(int from)
convert in interface EnumConvertingpublic EnumConverting[] getArray(int size)
getArray in interface EnumConvertingpublic static Message.SetMetadataKey get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||