| Package | Description |
|---|---|
| org.apache.olingo.client.api.communication.request.cud.v4 |
| Modifier and Type | Method and Description |
|---|---|
static UpdateType |
UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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–2014 The Apache Software Foundation. All rights reserved.