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 FieldUpdate
itemType
- item typewriter
- request writerIOException
- on errorCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.