|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.ListType>
com.skype.api.Conversation.ListType
public static enum Conversation.ListType
| Enum Constant Summary | |
|---|---|
ALL_CONVERSATIONS
bookmarked or in_inbox or live or with_meta_info or activity in last 30 days |
|
BOOKMARKED_CONVERSATIONS
is_bookmarked is set |
|
INBOX_CONVERSATIONS
only last 6 months conversations are kept there |
|
LIVE_CONVERSATIONS
local_livestatus is different from NONE |
|
REALLY_ALL_CONVERSATIONS
all conversations, without any of the limits of ALL_CONVERSATIONS |
|
| Field Summary | |
|---|---|
static int |
ALL_CONVERSATIONS_VALUE
|
static int |
BOOKMARKED_CONVERSATIONS_VALUE
|
static int |
INBOX_CONVERSATIONS_VALUE
|
static int |
LIVE_CONVERSATIONS_VALUE
|
static int |
REALLY_ALL_CONVERSATIONS_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Conversation.ListType |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Conversation.ListType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.ListType[] |
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 Conversation.ListType ALL_CONVERSATIONS
public static final Conversation.ListType INBOX_CONVERSATIONS
public static final Conversation.ListType BOOKMARKED_CONVERSATIONS
public static final Conversation.ListType LIVE_CONVERSATIONS
public static final Conversation.ListType REALLY_ALL_CONVERSATIONS
| Field Detail |
|---|
public static final int ALL_CONVERSATIONS_VALUE
public static final int INBOX_CONVERSATIONS_VALUE
public static final int BOOKMARKED_CONVERSATIONS_VALUE
public static final int LIVE_CONVERSATIONS_VALUE
public static final int REALLY_ALL_CONVERSATIONS_VALUE
| Method Detail |
|---|
public static Conversation.ListType[] values()
for (Conversation.ListType c : Conversation.ListType.values()) System.out.println(c);
public static Conversation.ListType 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 Conversation.ListType get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||