Uses of Interface
org.apache.olingo.client.api.communication.request.retrieve.ODataEntityRequest
Packages that use ODataEntityRequest
Package
Description
-
Uses of ODataEntityRequest in org.apache.olingo.client.api.communication.request.retrieve
Methods in org.apache.olingo.client.api.communication.request.retrieve that return ODataEntityRequestModifier and TypeMethodDescriptionRetrieveRequestFactory.getEntityRequest(URI uri) Gets a uri request returning a single OData entity.RetrieveRequestFactory.getSingletonRequest(URI uri) -
Uses of ODataEntityRequest in org.apache.olingo.client.core.communication.request.retrieve
Classes in org.apache.olingo.client.core.communication.request.retrieve that implement ODataEntityRequestModifier and TypeClassDescriptionclassODataEntityRequestImpl<E extends ClientEntity>This class implements an OData retrieve query request returning a single entity.Methods in org.apache.olingo.client.core.communication.request.retrieve that return ODataEntityRequestModifier and TypeMethodDescriptionRetrieveRequestFactoryImpl.getEntityRequest(URI uri) RetrieveRequestFactoryImpl.getSingletonRequest(URI uri)