com.skype.api
Enum Conversation.LIST_TYPE

java.lang.Object
  extended by java.lang.Enum<Conversation.LIST_TYPE>
      extended by com.skype.api.Conversation.LIST_TYPE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Conversation.LIST_TYPE>
Enclosing class:
Conversation

public static enum Conversation.LIST_TYPE
extends java.lang.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

ALL_CONVERSATIONS

public static final Conversation.LIST_TYPE ALL_CONVERSATIONS
bookmarked or in_inbox or live or with_meta_info or activity in last 30 days


INBOX_CONVERSATIONS

public static final Conversation.LIST_TYPE INBOX_CONVERSATIONS
only last 6 months conversations are kept there


BOOKMARKED_CONVERSATIONS

public static final Conversation.LIST_TYPE BOOKMARKED_CONVERSATIONS
is_bookmarked is set


LIVE_CONVERSATIONS

public static final Conversation.LIST_TYPE LIVE_CONVERSATIONS
local_livestatus is different from NONE


REALLY_ALL_CONVERSATIONS

public static final Conversation.LIST_TYPE REALLY_ALL_CONVERSATIONS
all conversations, without any of the limits of ALL_CONVERSATIONS

Method Detail

values

public static Conversation.LIST_TYPE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Conversation.LIST_TYPE c : Conversation.LIST_TYPE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Conversation.LIST_TYPE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public int getId()

get

public static Conversation.LIST_TYPE get(int code)

fromString

public static Conversation.LIST_TYPE fromString(java.lang.String s)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.