public interface ClientComplexValue extends ClientValue, ClientLinked, ClientAnnotatable, Iterable<ClientProperty>
| Modifier and Type | Method and Description | 
|---|---|
| ClientComplexValue | add(ClientProperty field)Adds field to the complex type. | 
| Map<String,Object> | asJavaMap()Converts this instance as POJO collection. | 
| ClientProperty | get(String name)Gets field. | 
| int | size()Gets number of fields. | 
asCollection, asComplex, asEnum, asPrimitive, getTypeName, isCollection, isComplex, isEnum, isPrimitiveaddLink, getAssociationLink, getAssociationLinks, getNavigationLink, getNavigationLinks, removeLinkgetAnnotationsforEach, iterator, spliteratorClientComplexValue add(ClientProperty field)
field - field to be added.ClientProperty get(String name)
name - name of the field to be retrieved.int size()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.