Package | Description |
---|---|
org.apache.olingo.client.api.communication.request.cud | |
org.apache.olingo.client.api.communication.request.cud.v4 |
Modifier and Type | Method and Description |
---|---|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getEntityUpdateRequest(URI targetURI,
UT type,
E changes)
Gets an update request object instance.
|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getEntityUpdateRequest(UT type,
E entity)
Gets an update request object instance; uses entity's edit link as endpoint.
|
Modifier and Type | Method and Description |
---|---|
ODataEntityUpdateRequest<ODataSingleton> |
CUDRequestFactory.getSingletonUpdateRequest(UpdateType type,
ODataSingleton entity) |
ODataEntityUpdateRequest<ODataSingleton> |
CUDRequestFactory.getSingletonUpdateRequest(URI targetURI,
UpdateType type,
ODataSingleton changes) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.