| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionName |
protected String |
fieldIndex |
protected String |
fieldItemType |
protected String |
fieldURI |
| Constructor and Description |
|---|
IndexedFieldURI(String fieldURI,
String fieldIndex,
String fieldItemType,
String collectionName)
Create indexed field uri.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(StringBuilder buffer)
Append field to buffer
|
void |
appendValue(StringBuilder buffer,
String itemType,
String value)
Append updated field value to buffer
|
String |
getGraphId()
Get field id for graph requests
|
String |
getResponseName()
Property name in EWS response.
|
boolean |
isBoolean() |
boolean |
isMultiValued() |
boolean |
isNumber() |
protected final String fieldURI
protected final String fieldIndex
protected final String fieldItemType
protected final String collectionName
public void appendTo(StringBuilder buffer)
FieldURIpublic void appendValue(StringBuilder buffer, String itemType, String value)
FieldURIappendValue in interface FieldURIbuffer - current bufferitemType - item typevalue - field valuepublic String getResponseName()
FieldURIgetResponseName in interface FieldURIpublic String getGraphId()
FieldURIgetGraphId in interface FieldURIpublic boolean isMultiValued()
isMultiValued in interface FieldURICopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.