Uses of Interface
org.apache.olingo.client.api.domain.ClientPrimitiveValue
Packages that use ClientPrimitiveValue
Package
Description
-
Uses of ClientPrimitiveValue in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud with parameters of type ClientPrimitiveValueModifier and TypeMethodDescriptionCUDRequestFactory.getValueUpdateRequest
(URI targetURI, UpdateType type, ClientPrimitiveValue value) Gets a create request object instance. -
Uses of ClientPrimitiveValue in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response that return ClientPrimitiveValue -
Uses of ClientPrimitiveValue in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return ClientPrimitiveValueModifier and TypeMethodDescriptionAbstractClientValue.asPrimitive()
Casts to primitive value.ClientValue.asPrimitive()
Casts to primitive value.ClientPrimitiveValue.Builder.build()
ClientPrimitiveValue.Builder.buildBinary
(byte[] value) ClientPrimitiveValue.Builder.buildBoolean
(Boolean value) ClientPrimitiveValue.Builder.buildDecimal
(BigDecimal value) ClientPrimitiveValue.Builder.buildDouble
(Double value) ClientPrimitiveValue.Builder.buildDuration
(BigDecimal value) ClientPrimitiveValue.Builder.buildInt16
(Short value) ClientPrimitiveValue.Builder.buildInt32
(Integer value) ClientPrimitiveValue.Builder.buildInt64
(Long value) ClientPrimitiveValue.Builder.buildSingle
(Float value) ClientPrimitiveValue.Builder.buildString
(String value) ClientValuable.getPrimitiveValue()
Gets primitive value.Methods in org.apache.olingo.client.api.domain with parameters of type ClientPrimitiveValueModifier and TypeMethodDescriptionClientObjectFactory.newPrimitiveProperty
(String name, ClientPrimitiveValue value) Instantiates a new primitive property.