Uses of Interface
org.apache.olingo.client.api.domain.ClientComplexValue
Packages that use ClientComplexValue
-
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.client.core.domain
Classes in org.apache.olingo.client.core.domain that implement ClientComplexValueMethods in org.apache.olingo.client.core.domain that return ClientComplexValueModifier and TypeMethodDescriptionClientComplexValueImpl.add(ClientProperty field) Adds field to the complex type.ClientAnnotationImpl.getComplexValue()ClientValuableImpl.getComplexValue()ClientObjectFactoryImpl.newComplexValue(String typeName) Methods in org.apache.olingo.client.core.domain with parameters of type ClientComplexValueModifier and TypeMethodDescriptionClientObjectFactoryImpl.newComplexProperty(String name, ClientComplexValue value)