|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.odata4j.core.OComplexObjects
public class OComplexObjects
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 |
---|
public static OComplexObject create(EdmComplexType type, List<OProperty<?>> properties)
OComplexObject
of a given edm complex type using the properties provided.
public static OComplexObject.Builder newBuilder(EdmComplexType type)
OComplexObject
builder of a given edm complex type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |