Uses of Interface
org.apache.olingo.client.api.communication.request.cud.ODataEntityUpdateRequest
Packages that use ODataEntityUpdateRequest
-
Uses of ODataEntityUpdateRequest in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud that return ODataEntityUpdateRequestModifier and TypeMethodDescription<E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactory.getEntityUpdateRequest
(URI targetURI, UpdateType type, E changes) Gets an update request object instance.<E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactory.getEntityUpdateRequest
(UpdateType type, E entity) Gets an update request object instance; uses entity's edit link as endpoint.CUDRequestFactory.getSingletonUpdateRequest
(URI targetURI, UpdateType type, ClientSingleton changes) CUDRequestFactory.getSingletonUpdateRequest
(UpdateType type, ClientSingleton entity)