Uses of Interface
org.apache.olingo.client.api.communication.request.cud.ODataEntityUpdateRequest
Packages that use ODataEntityUpdateRequest
Package
Description
-
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) -
Uses of ODataEntityUpdateRequest in org.apache.olingo.client.core.communication.request.cud
Classes in org.apache.olingo.client.core.communication.request.cud that implement ODataEntityUpdateRequestModifier and TypeClassDescriptionclassODataEntityUpdateRequestImpl<E extends ClientEntity>This class implements an OData update request.Methods in org.apache.olingo.client.core.communication.request.cud that return ODataEntityUpdateRequestModifier and TypeMethodDescription<E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactoryImpl.getEntityUpdateRequest(URI targetURI, UpdateType type, E changes) <E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactoryImpl.getEntityUpdateRequest(UpdateType type, E entity) CUDRequestFactoryImpl.getSingletonUpdateRequest(URI targetURI, UpdateType type, ClientSingleton changes) CUDRequestFactoryImpl.getSingletonUpdateRequest(UpdateType type, ClientSingleton entity)