org.odata4j.core
Class OComplexObjects

java.lang.Object
  extended by org.odata4j.core.OComplexObjects

public class OComplexObjects
extends Object

A static factory to create immutable OComplexObject instances.


Method Summary
static OComplexObject create(EdmComplexType type, List<OProperty<?>> properties)
          Creates a new OComplexObject of a given edm complex type using the properties provided.
static OComplexObject.Builder newBuilder(EdmComplexType type)
          Starts a new OComplexObject builder of a given edm complex type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static OComplexObject create(EdmComplexType type,
                                    List<OProperty<?>> properties)
Creates a new OComplexObject of a given edm complex type using the properties provided.


newBuilder

public static OComplexObject.Builder newBuilder(EdmComplexType type)
Starts a new OComplexObject builder of a given edm complex type.



http://odata4j.org