| Package | Description |
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.client.core.domain |
| 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 | Class and Description |
|---|---|
class |
ClientComplexValueImpl |
| Modifier and Type | Method and Description |
|---|---|
ClientComplexValue |
ClientComplexValueImpl.add(ClientProperty field)
Adds field to the complex type.
|
ClientComplexValue |
ClientValuableImpl.getComplexValue() |
ClientComplexValue |
ClientAnnotationImpl.getComplexValue() |
ClientComplexValue |
ClientObjectFactoryImpl.newComplexValue(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ClientObjectFactoryImpl.newComplexProperty(String name,
ClientComplexValue value) |
Copyright © 2023. All rights reserved.