|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OEntity | |
---|---|
org.odata4j.consumer | |
org.odata4j.core | |
org.odata4j.internal | |
org.odata4j.producer |
Uses of OEntity in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer that return types with arguments of type OEntity | |
---|---|
OCreate<OEntity> |
ODataConsumer.createEntity(String entitySetName)
|
OQuery<OEntity> |
ODataConsumer.getEntities(ORelatedEntitiesLink link)
|
OQuery<OEntity> |
ODataConsumer.getEntities(String entitySetName)
|
OEntityRef<OEntity> |
ODataConsumer.getEntity(ORelatedEntityLink link)
|
OEntityRef<OEntity> |
ODataConsumer.getEntity(String entitySetName,
Object... key)
|
OModify<OEntity> |
ODataConsumer.mergeEntity(String entitySetName,
Object... key)
|
OModify<OEntity> |
ODataConsumer.updateEntity(OEntity entity,
String entitySetName,
Object... key)
|
Methods in org.odata4j.consumer with parameters of type OEntity | |
---|---|
OModify<OEntity> |
ODataConsumer.updateEntity(OEntity entity,
String entitySetName,
Object... key)
|
Uses of OEntity in org.odata4j.core |
---|
Methods in org.odata4j.core that return OEntity | |
---|---|
static OEntity |
OEntities.create(List<OProperty<?>> properties,
List<OLink> links)
|
static OEntity |
OEntities.create(List<OProperty<?>> properties,
List<OLink> links,
String title)
|
Methods in org.odata4j.core that return types with arguments of type OEntity | ||
---|---|---|
static
|
OFuncs.entityPropertyValue(String propName,
Class<TProperty> propClass)
|
Uses of OEntity in org.odata4j.internal |
---|
Methods in org.odata4j.internal that return OEntity | |
---|---|
static OEntity |
InternalUtil.toOEntity(AtomFeedFormatParser.DataServicesAtomEntry dsae,
FeedCustomizationMapping mapping)
|
Methods in org.odata4j.internal with parameters of type OEntity | ||
---|---|---|
static
|
InternalUtil.toPojo(Class<T> pojoClass,
OEntity oe)
|
Uses of OEntity in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return OEntity | |
---|---|
OEntity |
EntityResponse.getEntity()
|
Methods in org.odata4j.producer that return types with arguments of type OEntity | |
---|---|
List<OEntity> |
EntitiesResponse.getEntities()
|
Method parameters in org.odata4j.producer with type arguments of type OEntity | |
---|---|
static EntitiesResponse |
Responses.entities(List<OEntity> entities,
EdmEntitySet entitySet,
Integer inlineCount,
String skipToken)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |