|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ContactGroup.PROPERTY>
com.skype.api.ContactGroup.PROPERTY
public static enum ContactGroup.PROPERTY
Properties of the ContactGroup class
| Enum Constant Summary | |
|---|---|
custom_group_id
unique 32-bit ID for custom groups, type: int |
|
given_displayname
change via ContactGroup.GiveDisplayname(), type: String |
|
nrofcontacts
Number of contacts in the group. |
|
nrofcontacts_online
number of contacts online in the group, type: int |
|
type
ContactGroup.TYPE, type: TYPE |
|
| Method Summary | |
|---|---|
static ContactGroup.PROPERTY |
fromString(java.lang.String s)
|
static ContactGroup.PROPERTY |
get(int code)
|
int |
getId()
|
static ContactGroup.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactGroup.PROPERTY[] |
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.PROPERTY type
public static final ContactGroup.PROPERTY custom_group_id
public static final ContactGroup.PROPERTY given_displayname
public static final ContactGroup.PROPERTY nrofcontacts
public static final ContactGroup.PROPERTY nrofcontacts_online
| Method Detail |
|---|
public static ContactGroup.PROPERTY[] values()
for (ContactGroup.PROPERTY c : ContactGroup.PROPERTY.values()) System.out.println(c);
public static ContactGroup.PROPERTY 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.PROPERTY get(int code)
public static ContactGroup.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||