|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.consumer.OModifyImpl<T>
public class OModifyImpl<T>
| Constructor Summary | |
|---|---|
OModifyImpl(T updateRoot,
ODataClient client,
String serviceRootUri,
String entitySetName,
Object[] key)
|
|
| Method Summary | |
|---|---|
boolean |
execute()
|
OModify<T> |
nav(String navProperty,
Object... key)
|
OModify<T> |
properties(OProperty<?>... props)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OModifyImpl(T updateRoot,
ODataClient client,
String serviceRootUri,
String entitySetName,
Object[] key)
| Method Detail |
|---|
public boolean execute()
execute in interface OModify<T>
public OModify<T> nav(String navProperty,
Object... key)
nav in interface OModify<T>public OModify<T> properties(OProperty<?>... props)
properties in interface OModify<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||