public class FieldUpdate extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FieldUpdate() |
|
FieldUpdate(FieldURI fieldURI,
String value)
Create field update with value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(String itemType,
Writer writer)
Write field to request writer.
|
public FieldUpdate(FieldURI fieldURI, String value)
fieldURI - target fieldvalue - field valueprotected FieldUpdate()
public void write(String itemType, Writer writer) throws IOException
itemType - item typewriter - request writerIOException - on errorCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.