public class ODataDocument extends Object
Constructor and Description |
---|
ODataDocument() |
Modifier and Type | Method and Description |
---|---|
void |
addChildDocuments(String path,
List<ODataDocument> child) |
void |
addProperty(String key,
Object value) |
static ODataDocument |
createDocument(org.apache.olingo.commons.api.data.ComplexValue complex) |
static ODataDocument |
createDocument(org.apache.olingo.commons.api.data.Entity entity) |
List<Map<String,Object>> |
flatten() |
String |
getName() |
String |
toString() |
public String getName()
public void addChildDocuments(String path, List<ODataDocument> child)
public static ODataDocument createDocument(org.apache.olingo.commons.api.data.Entity entity)
public static ODataDocument createDocument(org.apache.olingo.commons.api.data.ComplexValue complex)
Copyright © 2013–2015 JBoss by Red Hat. All rights reserved.