|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.ALLOWED_ACTIVITY>
com.skype.api.Conversation.ALLOWED_ACTIVITY
public static enum Conversation.ALLOWED_ACTIVITY
values for opt_admin_only_activities property
| Enum Constant Summary | |
|---|---|
ADD_CONSUMERS
allowed to add participants to the conference |
|
SET_META
allowed to set the CONVERSATION_META properties |
|
SPEAK
allowed to speak, but not write |
|
SPEAK_AND_WRITE
allowed to speak and write |
|
| Method Summary | |
|---|---|
static Conversation.ALLOWED_ACTIVITY |
fromString(java.lang.String s)
|
static Conversation.ALLOWED_ACTIVITY |
get(int code)
|
int |
getId()
|
static Conversation.ALLOWED_ACTIVITY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.ALLOWED_ACTIVITY[] |
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.ALLOWED_ACTIVITY SET_META
public static final Conversation.ALLOWED_ACTIVITY ADD_CONSUMERS
public static final Conversation.ALLOWED_ACTIVITY SPEAK
public static final Conversation.ALLOWED_ACTIVITY SPEAK_AND_WRITE
| Method Detail |
|---|
public static Conversation.ALLOWED_ACTIVITY[] values()
for (Conversation.ALLOWED_ACTIVITY c : Conversation.ALLOWED_ACTIVITY.values()) System.out.println(c);
public static Conversation.ALLOWED_ACTIVITY 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.ALLOWED_ACTIVITY get(int code)
public static Conversation.ALLOWED_ACTIVITY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||