| Package | Description |
|---|---|
| org.apache.olingo.client.api.communication.request.cud | |
| org.apache.olingo.client.core.communication.request.cud |
| Modifier and Type | Method and Description |
|---|---|
<E extends ClientEntity> |
CUDRequestFactory.getEntityUpdateRequest(UpdateType type,
E entity)
Gets an update request object instance; uses entity's edit link as endpoint.
|
<E extends ClientEntity> |
CUDRequestFactory.getEntityUpdateRequest(URI targetURI,
UpdateType type,
E changes)
Gets an update request object instance.
|
ODataEntityUpdateRequest<ClientSingleton> |
CUDRequestFactory.getSingletonUpdateRequest(UpdateType type,
ClientSingleton entity) |
ODataEntityUpdateRequest<ClientSingleton> |
CUDRequestFactory.getSingletonUpdateRequest(URI targetURI,
UpdateType type,
ClientSingleton changes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataEntityUpdateRequestImpl<E extends ClientEntity>
This class implements an OData update request.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ClientEntity> |
CUDRequestFactoryImpl.getEntityUpdateRequest(UpdateType type,
E entity) |
<E extends ClientEntity> |
CUDRequestFactoryImpl.getEntityUpdateRequest(URI targetURI,
UpdateType type,
E changes) |
ODataEntityUpdateRequest<ClientSingleton> |
CUDRequestFactoryImpl.getSingletonUpdateRequest(UpdateType type,
ClientSingleton entity) |
ODataEntityUpdateRequest<ClientSingleton> |
CUDRequestFactoryImpl.getSingletonUpdateRequest(URI targetURI,
UpdateType type,
ClientSingleton changes) |
Copyright © 2023. All rights reserved.