Uses of Enum
org.apache.olingo.client.api.communication.request.cud.UpdateType
Packages that use UpdateType
-
Uses of UpdateType in org.apache.olingo.client.api.communication.request.cud
Methods in org.apache.olingo.client.api.communication.request.cud that return UpdateTypeModifier and TypeMethodDescriptionstatic UpdateType
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.Methods in org.apache.olingo.client.api.communication.request.cud with parameters of type UpdateTypeModifier 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.getPropertyComplexValueUpdateRequest
(URI targetURI, UpdateType type, ClientProperty property) Gets an update request object instance.CUDRequestFactory.getSingletonUpdateRequest
(URI targetURI, UpdateType type, ClientSingleton changes) CUDRequestFactory.getSingletonUpdateRequest
(UpdateType type, ClientSingleton entity) CUDRequestFactory.getValueUpdateRequest
(URI targetURI, UpdateType type, ClientPrimitiveValue value) Gets a create request object instance.