|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.AllowedActivity>
com.skype.api.Conversation.AllowedActivity
public static enum Conversation.AllowedActivity
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 |
|
| Field Summary | |
|---|---|
static int |
ADD_CONSUMERS_VALUE
|
static int |
SET_META_VALUE
|
static int |
SPEAK_AND_WRITE_VALUE
|
static int |
SPEAK_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Conversation.AllowedActivity |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Conversation.AllowedActivity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.AllowedActivity[] |
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.AllowedActivity SET_META
public static final Conversation.AllowedActivity ADD_CONSUMERS
public static final Conversation.AllowedActivity SPEAK
public static final Conversation.AllowedActivity SPEAK_AND_WRITE
| Field Detail |
|---|
public static final int SET_META_VALUE
public static final int ADD_CONSUMERS_VALUE
public static final int SPEAK_VALUE
public static final int SPEAK_AND_WRITE_VALUE
| Method Detail |
|---|
public static Conversation.AllowedActivity[] values()
for (Conversation.AllowedActivity c : Conversation.AllowedActivity.values()) System.out.println(c);
public static Conversation.AllowedActivity 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.AllowedActivity get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||