public static enum GraphField.DistinguishedPropertySetType extends Enum<GraphField.DistinguishedPropertySetType>
| Enum Constant and Description |
|---|
Address |
Appointment |
CalendarAssistant |
Common |
InternetHeaders |
Meeting |
PublicStrings |
Task |
UnifiedMessaging |
| Modifier and Type | Method and Description |
|---|---|
static GraphField.DistinguishedPropertySetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphField.DistinguishedPropertySetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphField.DistinguishedPropertySetType Meeting
public static final GraphField.DistinguishedPropertySetType Appointment
public static final GraphField.DistinguishedPropertySetType Common
public static final GraphField.DistinguishedPropertySetType PublicStrings
public static final GraphField.DistinguishedPropertySetType Address
public static final GraphField.DistinguishedPropertySetType InternetHeaders
public static final GraphField.DistinguishedPropertySetType CalendarAssistant
public static final GraphField.DistinguishedPropertySetType UnifiedMessaging
public static final GraphField.DistinguishedPropertySetType Task
public static GraphField.DistinguishedPropertySetType[] values()
for (GraphField.DistinguishedPropertySetType c : GraphField.DistinguishedPropertySetType.values()) System.out.println(c);
public static GraphField.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–2026 MickaĆ«l Guessant. All rights reserved.