|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.MyStatus>
com.skype.api.Conversation.MyStatus
public static enum Conversation.MyStatus
| Enum Constant Summary | |
|---|---|
APPLICANT
I'm applying to join the conference |
|
APPLICATION_DENIED
My application to join the conference was denied |
|
CONNECTING
connecting to conference |
|
CONSUMER
I'm part of the conference, I can participate |
|
DOWNLOADING_MESSAGES
unused |
|
INVALID_ACCESS_TOKEN
The password I provided is incorrect |
|
QUEUED_TO_ENTER
conference is full for now, being queued |
|
RETIRED_FORCEFULLY
I was kicked from the conference |
|
RETIRED_VOLUNTARILY
I left the conference |
|
RETRY_CONNECTING
|
|
| Field Summary | |
|---|---|
static int |
APPLICANT_VALUE
|
static int |
APPLICATION_DENIED_VALUE
|
static int |
CONNECTING_VALUE
|
static int |
CONSUMER_VALUE
|
static int |
DOWNLOADING_MESSAGES_VALUE
|
static int |
INVALID_ACCESS_TOKEN_VALUE
|
static int |
QUEUED_TO_ENTER_VALUE
|
static int |
RETIRED_FORCEFULLY_VALUE
|
static int |
RETIRED_VOLUNTARILY_VALUE
|
static int |
RETRY_CONNECTING_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Conversation.MyStatus |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Conversation.MyStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.MyStatus[] |
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.MyStatus CONNECTING
public static final Conversation.MyStatus RETRY_CONNECTING
public static final Conversation.MyStatus DOWNLOADING_MESSAGES
public static final Conversation.MyStatus QUEUED_TO_ENTER
public static final Conversation.MyStatus APPLICANT
public static final Conversation.MyStatus APPLICATION_DENIED
public static final Conversation.MyStatus INVALID_ACCESS_TOKEN
public static final Conversation.MyStatus CONSUMER
public static final Conversation.MyStatus RETIRED_FORCEFULLY
public static final Conversation.MyStatus RETIRED_VOLUNTARILY
| Field Detail |
|---|
public static final int CONNECTING_VALUE
public static final int RETRY_CONNECTING_VALUE
public static final int DOWNLOADING_MESSAGES_VALUE
public static final int QUEUED_TO_ENTER_VALUE
public static final int APPLICANT_VALUE
public static final int APPLICATION_DENIED_VALUE
public static final int INVALID_ACCESS_TOKEN_VALUE
public static final int CONSUMER_VALUE
public static final int RETIRED_FORCEFULLY_VALUE
public static final int RETIRED_VOLUNTARILY_VALUE
| Method Detail |
|---|
public static Conversation.MyStatus[] values()
for (Conversation.MyStatus c : Conversation.MyStatus.values()) System.out.println(c);
public static Conversation.MyStatus 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.MyStatus get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||