public class DeserializerResultImpl extends Object implements org.apache.olingo.server.api.deserializer.DeserializerResult
| Modifier and Type | Class and Description |
|---|---|
static class |
DeserializerResultImpl.DeserializerResultBuilder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.olingo.commons.api.data.Parameter> |
getActionParameters() |
org.apache.olingo.commons.api.data.Entity |
getEntity() |
org.apache.olingo.commons.api.data.EntityCollection |
getEntityCollection() |
List<URI> |
getEntityReferences() |
org.apache.olingo.server.api.uri.queryoption.ExpandOption |
getExpandTree() |
org.apache.olingo.commons.api.data.Property |
getProperty() |
static DeserializerResultImpl.DeserializerResultBuilder |
with() |
public org.apache.olingo.commons.api.data.Entity getEntity()
getEntity in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic org.apache.olingo.commons.api.data.EntityCollection getEntityCollection()
getEntityCollection in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic org.apache.olingo.server.api.uri.queryoption.ExpandOption getExpandTree()
getExpandTree in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic Map<String,org.apache.olingo.commons.api.data.Parameter> getActionParameters()
getActionParameters in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic org.apache.olingo.commons.api.data.Property getProperty()
getProperty in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic List<URI> getEntityReferences()
getEntityReferences in interface org.apache.olingo.server.api.deserializer.DeserializerResultpublic static DeserializerResultImpl.DeserializerResultBuilder with()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.