Modifier and Type | Method and Description |
---|---|
ODataComplexValue<OP> |
ODataComplexValue.add(OP field)
Adds field to the complex type.
|
<OP extends CommonODataProperty> |
ODataValue.asComplex()
Casts to complex value.
|
<OP extends CommonODataProperty> |
AbstractODataValue.asComplex()
Casts to complex value.
|
ODataComplexValue<? extends CommonODataProperty> |
CommonODataObjectFactory.newComplexValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<ODataProperty> |
ODataProperty.getComplexValue()
Gets complex value.
|
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataLinkedComplexValue |
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<ODataProperty> |
ODataValuable.getComplexValue()
Gets complex value.
|
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<CommonODataProperty> |
ComplexInvocationHandler.getComplex() |
Modifier and Type | Method and Description |
---|---|
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(ODataComplexValue<?> complex,
Class<?> typeRef,
AbstractService<?> service) |
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(ODataComplexValue<? extends CommonODataProperty> complex,
Class<?> typeRef,
AbstractService<?> service,
CommonURIBuilder<?> uri) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtils.addProperties(CommonEdmEnabledODataClient<?> client,
Map<String,Object> changes,
ODataComplexValue<CommonODataProperty> entity) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.