Package | Description |
---|---|
org.apache.olingo.client.api.communication.request.retrieve.v4 | |
org.apache.olingo.client.api.serialization.v4 | |
org.apache.olingo.commons.api.domain.v4 |
Modifier and Type | Method and Description |
---|---|
ODataPropertyRequest<ODataProperty> |
RetrieveRequestFactory.getPropertyRequest(URI uri) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource) |
ODataProperty |
ODataReader.readProperty(InputStream input,
ODataFormat format) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataEntity.getProperty(String name) |
ODataProperty |
ODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value) |
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
ODataProperty |
ODataObjectFactory.newEnumProperty(String name,
ODataEnumValue value) |
ODataProperty |
ODataObjectFactory.newPrimitiveProperty(String name,
ODataPrimitiveValue value) |
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<ODataProperty> |
ODataValuable.getComplexValue()
Gets complex value.
|
List<ODataProperty> |
ODataEntity.getProperties() |
ODataComplexValue<ODataProperty> |
ODataObjectFactory.newComplexValue(String typeName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.