protected static enum Field.DistinguishedPropertySetType extends Enum<Field.DistinguishedPropertySetType>
Enum Constant and Description |
---|
Address |
Appointment |
CalendarAssistant |
Common |
InternetHeaders |
Meeting |
PublicStrings |
Task |
UnifiedMessaging |
Modifier and Type | Method and Description |
---|---|
static Field.DistinguishedPropertySetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.DistinguishedPropertySetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Field.DistinguishedPropertySetType Meeting
public static final Field.DistinguishedPropertySetType Appointment
public static final Field.DistinguishedPropertySetType Common
public static final Field.DistinguishedPropertySetType PublicStrings
public static final Field.DistinguishedPropertySetType Address
public static final Field.DistinguishedPropertySetType InternetHeaders
public static final Field.DistinguishedPropertySetType CalendarAssistant
public static final Field.DistinguishedPropertySetType UnifiedMessaging
public static final Field.DistinguishedPropertySetType Task
public static Field.DistinguishedPropertySetType[] values()
for (Field.DistinguishedPropertySetType c : Field.DistinguishedPropertySetType.values()) System.out.println(c);
public static Field.DistinguishedPropertySetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.