|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EdmComplexType | |
|---|---|
| org.odata4j.core | Core odata4j concepts. |
| org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
| org.odata4j.format.json | |
| org.odata4j.internal | |
| Uses of EdmComplexType in org.odata4j.core |
|---|
| Methods in org.odata4j.core that return EdmComplexType | |
|---|---|
EdmComplexType |
OComplexObject.Builder.getType()
|
| Methods in org.odata4j.core with parameters of type EdmComplexType | |
|---|---|
static OProperty<List<OProperty<?>>> |
OProperties.complex(String name,
EdmComplexType type,
List<OProperty<?>> value)
Creates a new complex-valued OData property of the given edm-type. |
static OComplexObject |
OComplexObjects.create(EdmComplexType type,
List<OProperty<?>> properties)
Creates a new OComplexObject of a given edm complex type using the properties provided. |
static OComplexObject.Builder |
OComplexObjects.newBuilder(EdmComplexType type)
Starts a new OComplexObject builder of a given edm complex type. |
| Uses of EdmComplexType in org.odata4j.edm |
|---|
| Methods in org.odata4j.edm that return EdmComplexType | |
|---|---|
EdmComplexType |
EdmComplexType.Builder.build()
|
EdmComplexType |
EdmDataServices.findEdmComplexType(String complexTypeFQName)
|
| Methods in org.odata4j.edm that return types with arguments of type EdmComplexType | |
|---|---|
List<EdmComplexType> |
EdmSchema.getComplexTypes()
|
Iterable<EdmComplexType> |
EdmDataServices.getComplexTypes()
|
| Uses of EdmComplexType in org.odata4j.format.json |
|---|
| Constructors in org.odata4j.format.json with parameters of type EdmComplexType | |
|---|---|
JsonComplexObjectFormatParser(EdmComplexType type)
|
|
| Uses of EdmComplexType in org.odata4j.internal |
|---|
| Methods in org.odata4j.internal that return EdmComplexType | |
|---|---|
EdmComplexType |
EdmDataServicesDecorator.findEdmComplexType(String complexTypeFQName)
|
| Methods in org.odata4j.internal that return types with arguments of type EdmComplexType | |
|---|---|
Iterable<EdmComplexType> |
EdmDataServicesDecorator.getComplexTypes()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||