Uses of Enum Class
org.apache.olingo.client.api.communication.request.cud.UpdateType
Packages that use UpdateType
Package
Description
-
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 UpdateTypeReturns the enum constant of this class with the specified name.static UpdateType[]UpdateType.values()Returns an array containing the constants of this enum class, 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. -
Uses of UpdateType in org.apache.olingo.client.core.communication.request.cud
Methods in org.apache.olingo.client.core.communication.request.cud with parameters of type UpdateTypeModifier and TypeMethodDescription<E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactoryImpl.getEntityUpdateRequest(URI targetURI, UpdateType type, E changes) <E extends ClientEntity>
ODataEntityUpdateRequest<E>CUDRequestFactoryImpl.getEntityUpdateRequest(UpdateType type, E entity) CUDRequestFactoryImpl.getPropertyComplexValueUpdateRequest(URI targetURI, UpdateType type, ClientProperty property) CUDRequestFactoryImpl.getSingletonUpdateRequest(URI targetURI, UpdateType type, ClientSingleton changes) CUDRequestFactoryImpl.getSingletonUpdateRequest(UpdateType type, ClientSingleton entity) CUDRequestFactoryImpl.getValueUpdateRequest(URI targetURI, UpdateType type, ClientPrimitiveValue value)