public abstract class DocRequest extends Request
| Constructor and Description |
|---|
DocRequest() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getEntityData()
Entity data to be saved.
|
protected void |
parse(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses the entitydata from the given Json object
|
void |
setEntityData(com.fasterxml.jackson.databind.JsonNode data)
Entity data to be saved.
|
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns json representation of this
|
getClientId, getEntityVersion, getExecution, getOperation, setClientId, setEntityVersion, setExecution, shallowCopyFromgetFactory, getSourceNode, toStringpublic com.fasterxml.jackson.databind.JsonNode getEntityData()
public void setEntityData(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016. All rights reserved.