|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Contact.AuthLevel>
com.skype.api.Contact.AuthLevel
public static enum Contact.AuthLevel
Describes the recognized relational states between a local account and a remote contact.
| Enum Constant Summary | |
|---|---|
AUTHORIZED_BY_ME
Contact has been authorized by the local account. |
|
BLOCKED_BY_ME
Contact has been blocked by the local account. |
|
NONE
Authorization request is either ignored or pending. |
|
| Field Summary | |
|---|---|
static int |
AUTHORIZED_BY_ME_VALUE
|
static int |
BLOCKED_BY_ME_VALUE
|
static int |
NONE_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Contact.AuthLevel |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Contact.AuthLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Contact.AuthLevel[] |
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 Contact.AuthLevel NONE
public static final Contact.AuthLevel AUTHORIZED_BY_ME
public static final Contact.AuthLevel BLOCKED_BY_ME
| Field Detail |
|---|
public static final int NONE_VALUE
public static final int AUTHORIZED_BY_ME_VALUE
public static final int BLOCKED_BY_ME_VALUE
| Method Detail |
|---|
public static Contact.AuthLevel[] values()
for (Contact.AuthLevel c : Contact.AuthLevel.values()) System.out.println(c);
public static Contact.AuthLevel 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 Contact.AuthLevel get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||