|
|||||||||
| 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_PENDING_AUTH_BUDDIES
The set of all contacts whose Contact:_TYPE reflects UNRECOGNIZED OR have not authorized the local user yet. |
|
| Field Summary | |
|---|---|
static int |
ALL_BUDDIES_VALUE
|
static int |
ALL_KNOWN_CONTACTS_VALUE
|
static int |
CONTACTS_AUTHORIZED_BY_ME_VALUE
|
static int |
CONTACTS_BLOCKED_BY_ME_VALUE
|
static int |
CONTACTS_WAITING_MY_AUTHORIZATION_VALUE
|
static int |
CUSTOM_GROUP_VALUE
|
static int |
EXTERNAL_CONTACTS_VALUE
|
static int |
ONLINE_BUDDIES_VALUE
|
static int |
PROPOSED_SHARED_GROUP_VALUE
|
static int |
RECENTLY_CONTACTED_CONTACTS_VALUE
|
static int |
SHARED_GROUP_VALUE
|
static int |
SKYPE_BUDDIES_VALUE
|
static int |
SKYPEOUT_BUDDIES_VALUE
|
static int |
UNGROUPED_BUDDIES_VALUE
|
static int |
UNKNOWN_OR_PENDING_AUTH_BUDDIES_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static ContactGroup.Type |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
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_PENDING_AUTH_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
| Field Detail |
|---|
public static final int ALL_KNOWN_CONTACTS_VALUE
public static final int ALL_BUDDIES_VALUE
public static final int SKYPE_BUDDIES_VALUE
public static final int SKYPEOUT_BUDDIES_VALUE
public static final int ONLINE_BUDDIES_VALUE
public static final int UNKNOWN_OR_PENDING_AUTH_BUDDIES_VALUE
public static final int RECENTLY_CONTACTED_CONTACTS_VALUE
public static final int CONTACTS_WAITING_MY_AUTHORIZATION_VALUE
public static final int CONTACTS_AUTHORIZED_BY_ME_VALUE
public static final int CONTACTS_BLOCKED_BY_ME_VALUE
public static final int UNGROUPED_BUDDIES_VALUE
public static final int CUSTOM_GROUP_VALUE
public static final int PROPOSED_SHARED_GROUP_VALUE
public static final int SHARED_GROUP_VALUE
public static final int EXTERNAL_CONTACTS_VALUE
| 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()
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 ContactGroup.Type get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||