|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IdFormat>
microsoft.exchange.webservices.data.IdFormat
public enum IdFormat
Defines supported Id formats in ConvertId operations.
Enum Constant Summary | |
---|---|
EntryId
The Entry id. |
|
EwsId
The Ews id. |
|
EwsLegacyId
The Ews legacy id. |
|
HexEntryId
The Hex entry id. |
|
OwaId
The Owa id. |
|
StoreId
The Store id. |
Method Summary | |
---|---|
static IdFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdFormat[] |
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 IdFormat EwsLegacyId
public static final IdFormat EwsId
public static final IdFormat EntryId
public static final IdFormat HexEntryId
public static final IdFormat StoreId
public static final IdFormat OwaId
Method Detail |
---|
public static IdFormat[] values()
for (IdFormat c : IdFormat.values()) System.out.println(c);
public static IdFormat 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 null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |