org.odata4j.consumer
Class OCreateImpl<T>

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

public class OCreateImpl<T>
extends Object
implements OCreate<T>


Constructor Summary
OCreateImpl(ODataClient client, String serviceRootUri, String entitySetName, FeedCustomizationMapping fcMapping)
           
 
Method Summary
 T execute()
           
 OCreate<T> properties(OProperty<?>... props)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCreateImpl

public OCreateImpl(ODataClient client,
                   String serviceRootUri,
                   String entitySetName,
                   FeedCustomizationMapping fcMapping)
Method Detail

execute

public T execute()
Specified by:
execute in interface OCreate<T>

properties

public OCreate<T> properties(OProperty<?>... props)
Specified by:
properties in interface OCreate<T>


http://odata4j.org