|
|||||||||
| 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. |
|
| Method Summary | |
|---|---|
static Contact.AUTHLEVEL |
fromString(java.lang.String s)
|
static Contact.AUTHLEVEL |
get(int code)
|
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
| 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()
public static Contact.AUTHLEVEL get(int code)
public static Contact.AUTHLEVEL fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||