Uses of Interface
org.apache.olingo.client.api.domain.ClientComplexValue
Packages that use ClientComplexValue
Package
Description
-
Uses of ClientComplexValue in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return ClientComplexValueModifier and TypeMethodDescriptionClientComplexValue.add
(ClientProperty field) Adds field to the complex type.AbstractClientValue.asComplex()
Casts to complex value.ClientValue.asComplex()
Casts to complex value.ClientValuable.getComplexValue()
Gets complex value.ClientObjectFactory.newComplexValue
(String typeName) Methods in org.apache.olingo.client.api.domain with parameters of type ClientComplexValueModifier and TypeMethodDescriptionClientObjectFactory.newComplexProperty
(String name, ClientComplexValue value) Instantiates a new complex property. -
Uses of ClientComplexValue in org.apache.olingo.ext.proxy.commons
Methods in org.apache.olingo.ext.proxy.commons that return ClientComplexValueMethods in org.apache.olingo.ext.proxy.commons with parameters of type ClientComplexValueModifier and TypeMethodDescriptionstatic ComplexInvocationHandler
ComplexInvocationHandler.getInstance
(ClientComplexValue complex, Class<?> typeRef, AbstractService<?> service) static ComplexInvocationHandler
ComplexInvocationHandler.getInstance
(ClientComplexValue complex, Class<?> typeRef, AbstractService<?> service, URIBuilder uri) -
Uses of ClientComplexValue in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils with parameters of type ClientComplexValueModifier and TypeMethodDescriptionstatic void
CoreUtils.addProperties
(EdmEnabledODataClient client, Map<String, Object> changes, ClientComplexValue entity)