|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Account.CapabilityStatus>
com.skype.api.Account.CapabilityStatus
public static enum Account.CapabilityStatus
Account capabability statuses are possible values of Contact class CAPABILITY enumerator, when that enumerator is used in context of account. Compared to Contact class CAPABILITYSTATUS enums, Account class CAPABILITYSTATUS has additional items for subscription expiration warnings.
| Enum Constant Summary | |
|---|---|
CAPABILITY_EXISTS
Capability is supported by the currently logged in SkypeKit client. |
|
FINAL_EXPIRY_WARNING
Support for this capability ends today |
|
FIRST_EXPIRY_WARNING
Support for this capability ends this month (within 30 days) |
|
NO_CAPABILITY
Capability is not supported by the currently logged in SkypeKit client. |
|
SECOND_EXPIRY_WARNING
Support for this capability ends this week (within 7 days) |
|
| Field Summary | |
|---|---|
static int |
CAPABILITY_EXISTS_VALUE
|
static int |
FINAL_EXPIRY_WARNING_VALUE
|
static int |
FIRST_EXPIRY_WARNING_VALUE
|
static int |
NO_CAPABILITY_VALUE
|
static int |
SECOND_EXPIRY_WARNING_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Account.CapabilityStatus |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Account.CapabilityStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Account.CapabilityStatus[] |
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 Account.CapabilityStatus NO_CAPABILITY
public static final Account.CapabilityStatus CAPABILITY_EXISTS
public static final Account.CapabilityStatus FIRST_EXPIRY_WARNING
public static final Account.CapabilityStatus SECOND_EXPIRY_WARNING
public static final Account.CapabilityStatus FINAL_EXPIRY_WARNING
| Field Detail |
|---|
public static final int NO_CAPABILITY_VALUE
public static final int CAPABILITY_EXISTS_VALUE
public static final int FIRST_EXPIRY_WARNING_VALUE
public static final int SECOND_EXPIRY_WARNING_VALUE
public static final int FINAL_EXPIRY_WARNING_VALUE
| Method Detail |
|---|
public static Account.CapabilityStatus[] values()
for (Account.CapabilityStatus c : Account.CapabilityStatus.values()) System.out.println(c);
public static Account.CapabilityStatus 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 Account.CapabilityStatus get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||