org.odata4j.consumer
Class OModifyImpl<T>

java.lang.Object
  extended by org.odata4j.consumer.OModifyImpl<T>
All Implemented Interfaces:
OModify<T>

public class OModifyImpl<T>
extends Object
implements OModify<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

OModifyImpl

public OModifyImpl(T updateRoot,
                   ODataClient client,
                   String serviceRootUri,
                   String entitySetName,
                   Object[] key)
Method Detail

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