public class IndexedFieldUpdate extends FieldUpdate
| Modifier and Type | Field and Description |
|---|---|
protected String |
collectionName |
| Constructor and Description |
|---|
IndexedFieldUpdate(String collectionName)
Create indexed field update object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldValue(FieldUpdate fieldUpdate)
Add indexed field value.
|
void |
write(String itemType,
Writer writer)
Write field to request writer.
|
protected final String collectionName
public IndexedFieldUpdate(String collectionName)
collectionName - values collection name e.g. EmailAddressespublic void addFieldValue(FieldUpdate fieldUpdate)
fieldUpdate - field update objectpublic void write(String itemType, Writer writer) throws IOException
write in class FieldUpdateitemType - item typewriter - request writerIOException - on errorCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.