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 |
getResponseName()
Property name in EWS response.
|
protected final String fieldURI
protected final String fieldIndex
protected final String fieldItemType
protected final String collectionName
public void appendTo(StringBuilder buffer)
FieldURI
public void appendValue(StringBuilder buffer, String itemType, String value)
FieldURI
appendValue
in interface FieldURI
buffer
- current bufferitemType
- item typevalue
- field valuepublic String getResponseName()
FieldURI
getResponseName
in interface FieldURI
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.