| Package | Description | 
|---|---|
| org.apache.olingo.client.api.communication.request.cud | 
| 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 | 
|---|---|
| <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. | 
| ODataPropertyUpdateRequest | CUDRequestFactory. getPropertyComplexValueUpdateRequest(URI targetURI,
                                    UpdateType type,
                                    ClientProperty property)Gets an update request object instance. | 
| ODataEntityUpdateRequest<ClientSingleton> | CUDRequestFactory. getSingletonUpdateRequest(UpdateType type,
                         ClientSingleton entity) | 
| ODataEntityUpdateRequest<ClientSingleton> | CUDRequestFactory. getSingletonUpdateRequest(URI targetURI,
                         UpdateType type,
                         ClientSingleton changes) | 
| ODataValueUpdateRequest | CUDRequestFactory. getValueUpdateRequest(URI targetURI,
                     UpdateType type,
                     ClientPrimitiveValue value)Gets a create request object instance. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.