org.odata4j.consumer
Class OModifyImpl<T>
java.lang.Object
org.odata4j.consumer.OModifyImpl<T>
- All Implemented Interfaces:
- OModify<T>
public class OModifyImpl<T>
- extends Object
- implements OModify<T>
OModifyImpl
public OModifyImpl(T updateRoot,
ODataClient client,
String serviceRootUri,
String entitySetName,
Object[] key)
execute
public boolean execute()
- Specified by:
execute
in interface OModify<T>
nav
public OModify<T> nav(String navProperty,
Object... key)
- Specified by:
nav
in interface OModify<T>
properties
public OModify<T> properties(OProperty<?>... props)
- Specified by:
properties
in interface OModify<T>
http://odata4j.org