Uses of Interface
org.apache.olingo.client.api.communication.request.cud.ODataPropertyUpdateRequest
Packages that use ODataPropertyUpdateRequest
-
Uses of ODataPropertyUpdateRequest in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud that return ODataPropertyUpdateRequestModifier and TypeMethodDescriptionCUDRequestFactory.getPropertyCollectionValueUpdateRequest
(URI targetURI, ClientProperty property) Gets an update request object instance.CUDRequestFactory.getPropertyComplexValueUpdateRequest
(URI targetURI, UpdateType type, ClientProperty property) Gets an update request object instance.CUDRequestFactory.getPropertyPrimitiveValueUpdateRequest
(URI targetURI, ClientProperty property) Gets an update request object instance.