OP
- The actual ODataProperty interface.public interface ODataComplexValue<OP extends CommonODataProperty> extends ODataValue, Iterable<OP>
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<OP> |
add(OP field)
Adds field to the complex type.
|
Map<String,Object> |
asJavaMap()
Converts this instance as POJO collection.
|
OP |
get(String name)
Gets field.
|
int |
size()
Gets number of fields.
|
asCollection, asComplex, asPrimitive, getTypeName, isCollection, isComplex, isPrimitive
ODataComplexValue<OP> add(OP field)
field
- field to be added.OP get(String name)
name
- name of the field to be retrieved.int size()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.