| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionName |
protected String |
fieldIndex |
protected String |
fieldItemType |
protected String |
fieldURI |
protected String |
graphId |
| Constructor and Description |
|---|
IndexedFieldURI(String fieldURI,
String fieldIndex,
String fieldItemType,
String collectionName)
Create indexed field uri.
|
IndexedFieldURI(String fieldURI,
String fieldIndex,
String fieldItemType,
String collectionName,
String graphId) |
| 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
protected String graphId
public IndexedFieldURI(String fieldURI, String fieldIndex, String fieldItemType, String collectionName)
fieldURI - base field urifieldIndex - field namefieldItemType - field item typecollectionName - collection namepublic 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–2026 MickaĆ«l Guessant. All rights reserved.