org.odata4j.consumer
Class AbstractConsumerEntityPayloadRequest
java.lang.Object
org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
- Direct Known Subclasses:
- ConsumerCreateEntityRequest, ConsumerEntityModificationRequest
public abstract class AbstractConsumerEntityPayloadRequest
- extends Object
Shared consumer request implementation for operations with an entity as the request payload.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entitySetName
protected final String entitySetName
links
protected final List<OLink> links
metadata
protected final EdmDataServices metadata
props
protected final List<OProperty<?>> props
serviceRootUri
protected final String serviceRootUri
AbstractConsumerEntityPayloadRequest
protected AbstractConsumerEntityPayloadRequest(String entitySetName,
String serviceRootUri,
EdmDataServices metadata)
inline
protected <T> T inline(T rt,
String navProperty,
OEntity... entities)
link
protected <T> T link(T rt,
String navProperty,
OEntity target)
link
protected <T> T link(T rt,
String navProperty,
OEntityKey targetKey)
properties
protected <T> T properties(T rt,
Iterable<OProperty<?>> props)
properties
protected <T> T properties(T rt,
OProperty<?>... props)
http://odata4j.org