|
|||||||||
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 |
---|
Methods in org.odata4j.consumer that return OCreateRequest | |
---|---|
OCreateRequest<OEntity> |
ODataConsumer.createEntity(String entitySetName)
Creates a new entity in the given entity-set. |
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,
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 |