|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Conversation.ParticipantFilter>
com.skype.api.Conversation.ParticipantFilter
public static enum Conversation.ParticipantFilter
| Enum Constant Summary | |
|---|---|
ALL
All participants (may included some that are RETIRED or OUTLAW, but not all of them) |
|
APPLICANTS
Only people who are applying to join the conversation |
|
CONSUMERS
Participants that can receive messages, including myself |
|
CONSUMERS_AND_APPLICANTS
Consumers and applicants |
|
MYSELF
Myself |
|
OTHER_CONSUMERS
All consumers except myself |
|
| Field Summary | |
|---|---|
static int |
ALL_VALUE
|
static int |
APPLICANTS_VALUE
|
static int |
CONSUMERS_AND_APPLICANTS_VALUE
|
static int |
CONSUMERS_VALUE
|
static int |
MYSELF_VALUE
|
static int |
OTHER_CONSUMERS_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Conversation.ParticipantFilter |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Conversation.ParticipantFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Conversation.ParticipantFilter[] |
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.ParticipantFilter ALL
public static final Conversation.ParticipantFilter CONSUMERS
public static final Conversation.ParticipantFilter APPLICANTS
public static final Conversation.ParticipantFilter CONSUMERS_AND_APPLICANTS
public static final Conversation.ParticipantFilter MYSELF
public static final Conversation.ParticipantFilter OTHER_CONSUMERS
| Field Detail |
|---|
public static final int ALL_VALUE
public static final int CONSUMERS_VALUE
public static final int APPLICANTS_VALUE
public static final int CONSUMERS_AND_APPLICANTS_VALUE
public static final int MYSELF_VALUE
public static final int OTHER_CONSUMERS_VALUE
| Method Detail |
|---|
public static Conversation.ParticipantFilter[] values()
for (Conversation.ParticipantFilter c : Conversation.ParticipantFilter.values()) System.out.println(c);
public static Conversation.ParticipantFilter 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.ParticipantFilter get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||