-
class
Representation of any OData function import as a fluent class for further configuring the request and
executing
it.This is specifically for functions that return either a collection
of primitive values or entities
class
Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the
request and
executing
it.
class
Representation of an OData create request as a fluent interface for further configuring the request and
executing
it.
class
Representation of an OData delete request as a fluent interface for further configuring the request and
executing
it.
class
Representation of any OData function import as a fluent interface for further configuring the request and
executing
it.
class
Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further
configuring the request and
executing
it.
class
Representation of an OData query as a fluent interface for further configuring the request and
executing
it.
class
Representation of an OData update request as a fluent interface for further configuring the request and
executing
it.
class
Representation of any OData function import as a fluent class for further configuring the request and
executing
it.
static <EntityT> Class<EntityT>
Helper method to resolve the expected entity type for the provided fluent helper instance.