|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.LIST_TYPE>
com.skype.api.Conversation.LIST_TYPE
public static enum Conversation.LIST_TYPE
| 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 |
|
| Method Summary | |
|---|---|
static Conversation.LIST_TYPE |
fromString(java.lang.String s)
|
static Conversation.LIST_TYPE |
get(int code)
|
int |
getId()
|
static Conversation.LIST_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.LIST_TYPE[] |
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.LIST_TYPE ALL_CONVERSATIONS
public static final Conversation.LIST_TYPE INBOX_CONVERSATIONS
public static final Conversation.LIST_TYPE BOOKMARKED_CONVERSATIONS
public static final Conversation.LIST_TYPE LIVE_CONVERSATIONS
public static final Conversation.LIST_TYPE REALLY_ALL_CONVERSATIONS
| Method Detail |
|---|
public static Conversation.LIST_TYPE[] values()
for (Conversation.LIST_TYPE c : Conversation.LIST_TYPE.values()) System.out.println(c);
public static Conversation.LIST_TYPE 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 Conversation.LIST_TYPE get(int code)
public static Conversation.LIST_TYPE fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||