|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ContactGroup.TYPE>
com.skype.api.ContactGroup.TYPE
public static enum ContactGroup.TYPE
The list of all possible ContactGroup types. A value of this type can be passed to Skype class GetHardwiredContactGroup to retrieve the relevant ContactGroup object.
| Enum Constant Summary | |
|---|---|
ALL_BUDDIES
The set of all authorized contacts, that is, contacts that were last the target of Contact.SetBuddyStatus(false) plus all SkypeOut contacts. |
|
ALL_KNOWN_CONTACTS
The superset of all "hardwired" contact groups. |
|
CONTACTS_AUTHORIZED_BY_ME
All contacts authorized by the user. |
|
CONTACTS_BLOCKED_BY_ME
Group of contacts the user has blocked from further incoming communications. |
|
CONTACTS_WAITING_MY_AUTHORIZATION
Contacts to whose authorization request the user has not responded yet. |
|
CUSTOM_GROUP
A custom group defined by user. |
|
EXTERNAL_CONTACTS
The set of all contacts that were originally imported from an external address book. |
|
ONLINE_BUDDIES
The subset of ALL_BUDDIES that are currently online, including those currently marked as DO_NOT_DISTURBED and AWAY. |
|
PROPOSED_SHARED_GROUP
The shared contact group functionality is no longer supported. |
|
RECENTLY_CONTACTED_CONTACTS
This filter returns top 10 most recently contacted contacts, based on Contact.P_LASTUSED_TIMESTAMP property values. |
|
SHARED_GROUP
The shared contact group functionality is no longer supported. |
|
SKYPE_BUDDIES
The set of all authorized Skype contacts (Contact:_SKYPENAME is non-null). |
|
SKYPEOUT_BUDDIES
The set of all SkypeOut contacts (Contact:_PSTNNUMBER is non-null). |
|
UNGROUPED_BUDDIES
The set of all "buddies" that are not also a member of a custom group. |
|
UNKNOWN_OR_PENDINGAUTH_BUDDIES
The set of all contacts whose Contact:_TYPE reflects UNRECOGNIZED OR have not authorized the local user yet. |
|
| Method Summary | |
|---|---|
static ContactGroup.TYPE |
fromString(java.lang.String s)
|
static ContactGroup.TYPE |
get(int code)
|
int |
getId()
|
static ContactGroup.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactGroup.TYPE[] |
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 ContactGroup.TYPE ALL_KNOWN_CONTACTS
public static final ContactGroup.TYPE ALL_BUDDIES
public static final ContactGroup.TYPE SKYPE_BUDDIES
public static final ContactGroup.TYPE SKYPEOUT_BUDDIES
public static final ContactGroup.TYPE ONLINE_BUDDIES
public static final ContactGroup.TYPE UNKNOWN_OR_PENDINGAUTH_BUDDIES
public static final ContactGroup.TYPE RECENTLY_CONTACTED_CONTACTS
public static final ContactGroup.TYPE CONTACTS_WAITING_MY_AUTHORIZATION
public static final ContactGroup.TYPE CONTACTS_AUTHORIZED_BY_ME
public static final ContactGroup.TYPE CONTACTS_BLOCKED_BY_ME
public static final ContactGroup.TYPE UNGROUPED_BUDDIES
public static final ContactGroup.TYPE CUSTOM_GROUP
public static final ContactGroup.TYPE PROPOSED_SHARED_GROUP
public static final ContactGroup.TYPE SHARED_GROUP
public static final ContactGroup.TYPE EXTERNAL_CONTACTS
| Method Detail |
|---|
public static ContactGroup.TYPE[] values()
for (ContactGroup.TYPE c : ContactGroup.TYPE.values()) System.out.println(c);
public static ContactGroup.TYPE 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 ContactGroup.TYPE get(int code)
public static ContactGroup.TYPE fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||