|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Account.TimezonePolicy>
com.skype.api.Account.TimezonePolicy
public static enum Account.TimezonePolicy
Recognized values for the P_TIMEZONEPOLICY property that sets the rules for timezone offset so remote clients can determine your local time. Note that since this set of values is associated with a server-side property, you must set that property using Account.SetServersideIntPropertyserver-side.
| Enum Constant Summary | |
|---|---|
TZ_AUTOMATIC
Account's timezone setting is determined automatically. |
|
TZ_MANUAL
Account's timezone setting is set manually. |
|
TZ_UNDISCLOSED
Remote users will have no idea what your local time is. |
|
| Field Summary | |
|---|---|
static int |
TZ_AUTOMATIC_VALUE
|
static int |
TZ_MANUAL_VALUE
|
static int |
TZ_UNDISCLOSED_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Account.TimezonePolicy |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Account.TimezonePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Account.TimezonePolicy[] |
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.TimezonePolicy TZ_AUTOMATIC
public static final Account.TimezonePolicy TZ_MANUAL
public static final Account.TimezonePolicy TZ_UNDISCLOSED
| Field Detail |
|---|
public static final int TZ_AUTOMATIC_VALUE
public static final int TZ_MANUAL_VALUE
public static final int TZ_UNDISCLOSED_VALUE
| Method Detail |
|---|
public static Account.TimezonePolicy[] values()
for (Account.TimezonePolicy c : Account.TimezonePolicy.values()) System.out.println(c);
public static Account.TimezonePolicy 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.TimezonePolicy get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||