| Package | Description |
|---|---|
| davmail.exchange.graph |
| Modifier and Type | Field and Description |
|---|---|
protected GraphField.PropertyType |
GraphField.propertyType |
| Modifier and Type | Method and Description |
|---|---|
static GraphField.PropertyType |
GraphField.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphField.PropertyType[] |
GraphField.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
GraphField.addFieldMap(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
int intPropertyTag,
GraphField.PropertyType propertyType) |
protected static void |
GraphField.addFieldMap(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
GraphField.PropertyType propertyType) |
protected static void |
GraphField.addFieldMap(String alias,
GraphField.PropertyType propertyType) |
protected static void |
GraphField.addFieldMap(String alias,
int intPropertyTag,
GraphField.PropertyType propertyType) |
protected static void |
GraphField.addFieldMap(String alias,
String graphId,
GraphField.PropertyType propertyType) |
| Constructor and Description |
|---|
GraphField(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
int propertyId,
GraphField.PropertyType propertyType) |
GraphField(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
GraphField.PropertyType propertyType) |
GraphField(String alias,
int intPropertyTag,
GraphField.PropertyType propertyType)
Create extended field.
|
GraphField(String alias,
String graphId,
GraphField.PropertyType propertyType) |
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.