Package | Description |
---|---|
org.apache.olingo.client.api.domain | |
org.apache.olingo.ext.proxy.commons | |
org.apache.olingo.ext.proxy.utils |
Modifier and Type | Method and Description |
---|---|
ClientComplexValue |
ClientComplexValue.add(ClientProperty field)
Adds field to the complex type.
|
ClientComplexValue |
ClientValue.asComplex()
Casts to complex value.
|
ClientComplexValue |
AbstractClientValue.asComplex()
Casts to complex value.
|
ClientComplexValue |
ClientValuable.getComplexValue()
Gets complex value.
|
ClientComplexValue |
ClientObjectFactory.newComplexValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
ClientProperty |
ClientObjectFactory.newComplexProperty(String name,
ClientComplexValue value)
Instantiates a new complex property.
|
Modifier and Type | Method and Description |
---|---|
ClientComplexValue |
ComplexInvocationHandler.getComplex() |
Modifier and Type | Method and Description |
---|---|
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(ClientComplexValue complex,
Class<?> typeRef,
AbstractService<?> service) |
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(ClientComplexValue complex,
Class<?> typeRef,
AbstractService<?> service,
URIBuilder uri) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtils.addProperties(EdmEnabledODataClient client,
Map<String,Object> changes,
ClientComplexValue entity) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.