public abstract class

AbstractConsumerEntityPayloadRequest

extends Object
java.lang.Object
   ↳ org.odata4j.consumer.AbstractConsumerEntityPayloadRequest

Summary

Fields
protected final String entitySetName
protected final List<OLink> links
protected final EdmDataServices metadata
protected final List<OProperty<?>> props
protected final String serviceRootUri
Protected Constructors
AbstractConsumerEntityPayloadRequest(String entitySetName, String serviceRootUri, EdmDataServices metadata)
Protected Methods
<T> T link(T rt, String navProperty, OEntity target)
<T> T link(T rt, String navProperty, OEntityKey targetKey)
<T> T properties(T rt, Iterable<OProperty<?>> props)
<T> T properties(T rt, OProperty...<?> props)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final String entitySetName

protected final List<OLink> links

protected final EdmDataServices metadata

protected final List<OProperty<?>> props

protected final String serviceRootUri

Protected Constructors

protected AbstractConsumerEntityPayloadRequest (String entitySetName, String serviceRootUri, EdmDataServices metadata)

Parameters
entitySetName
serviceRootUri
metadata

Protected Methods

protected T link (T rt, String navProperty, OEntity target)

Parameters
rt
navProperty
target

protected T link (T rt, String navProperty, OEntityKey targetKey)

Parameters
rt
navProperty
targetKey

protected T properties (T rt, Iterable<OProperty<?>> props)

Parameters
rt
props

protected T properties (T rt, OProperty...<?> props)

Parameters
rt
props