| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
IndexedPropertyPathUri |
IndexedPropertyPath.getUri()
Gets the dictionary that contains the member to return.
|
static IndexedPropertyPathUri |
IndexedPropertyPathUri.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexedPropertyPathUri[] |
IndexedPropertyPathUri.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedPropertyPath.setUri(IndexedPropertyPathUri uri)
Sets the dictionary that contains the member to return.
|
| Constructor and Description |
|---|
IndexedPropertyPath(IndexedPropertyPathUri uri,
java.lang.String index)
Initializes a new instance of the IndexedPropertyPath class.
|