|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.MY_STATUS>
com.skype.api.Conversation.MY_STATUS
public static enum Conversation.MY_STATUS
| 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
|
|
| Method Summary | |
|---|---|
static Conversation.MY_STATUS |
fromString(java.lang.String s)
|
static Conversation.MY_STATUS |
get(int code)
|
int |
getId()
|
static Conversation.MY_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.MY_STATUS[] |
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.MY_STATUS CONNECTING
public static final Conversation.MY_STATUS RETRY_CONNECTING
public static final Conversation.MY_STATUS DOWNLOADING_MESSAGES
public static final Conversation.MY_STATUS QUEUED_TO_ENTER
public static final Conversation.MY_STATUS APPLICANT
public static final Conversation.MY_STATUS APPLICATION_DENIED
public static final Conversation.MY_STATUS INVALID_ACCESS_TOKEN
public static final Conversation.MY_STATUS CONSUMER
public static final Conversation.MY_STATUS RETIRED_FORCEFULLY
public static final Conversation.MY_STATUS RETIRED_VOLUNTARILY
| Method Detail |
|---|
public static Conversation.MY_STATUS[] values()
for (Conversation.MY_STATUS c : Conversation.MY_STATUS.values()) System.out.println(c);
public static Conversation.MY_STATUS 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.MY_STATUS get(int code)
public static Conversation.MY_STATUS fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||