|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OCreateRequest | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.core | Core odata4j concepts. |
Uses of OCreateRequest in org.odata4j.consumer |
---|
Classes in org.odata4j.consumer that implement OCreateRequest | |
---|---|
class |
ConsumerCreateEntityRequest<T>
Create-request implementation. |
Methods in org.odata4j.consumer that return OCreateRequest | |
---|---|
OCreateRequest<T> |
ConsumerCreateEntityRequest.addToRelation(OEntity parent,
String navProperty)
|
OCreateRequest<OEntity> |
ODataConsumer.createEntity(String entitySetName)
Creates a new entity in the given entity-set. |
OCreateRequest<OEntity> |
AbstractODataConsumer.createEntity(String entitySetName)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.inline(String navProperty,
Iterable<OEntity> entities)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.inline(String navProperty,
OEntity... entities)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.link(String navProperty,
OEntity target)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.link(String navProperty,
OEntityKey targetKey)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.properties(Iterable<OProperty<?>> props)
|
OCreateRequest<T> |
ConsumerCreateEntityRequest.properties(OProperty<?>... props)
|
Uses of OCreateRequest in org.odata4j.core |
---|
Methods in org.odata4j.core that return OCreateRequest | |
---|---|
OCreateRequest<T> |
OCreateRequest.addToRelation(OEntity parent,
String navProperty)
Use a related parent entity's relationship collection to define an implicit link. |
OCreateRequest<T> |
OCreateRequest.inline(String navProperty,
Iterable<OEntity> entities)
Create related entities inline as part of a single request. |
OCreateRequest<T> |
OCreateRequest.inline(String navProperty,
OEntity... entities)
Create related entities inline as part of a single request. |
OCreateRequest<T> |
OCreateRequest.link(String navProperty,
OEntity target)
Define an explicit link to another related entity. |
OCreateRequest<T> |
OCreateRequest.link(String navProperty,
OEntityKey targetKey)
Define an explicit link to another related entity. |
OCreateRequest<T> |
OCreateRequest.properties(Iterable<OProperty<?>> props)
Set properties on the new entity. |
OCreateRequest<T> |
OCreateRequest.properties(OProperty<?>... props)
Set properties on the new entity. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |