Interface FluentHelperExecutable<ResultT>
- Type Parameters:
ResultT
- The type of the result entity, if any.
- All Known Implementing Classes:
CollectionValuedFluentHelperFunction
,FluentHelperBasic
,FluentHelperByKey
,FluentHelperCreate
,FluentHelperDelete
,FluentHelperFunction
,FluentHelperModification
,FluentHelperRead
,FluentHelperUpdate
,SingleValuedFluentHelperFunction
public interface FluentHelperExecutable<ResultT>
Representation of any OData V2 request that can be executed.
-
Method Summary
-
Method Details
-
executeRequest
Executes this request.- Parameters:
destination
- The target system this request should be issued against.- Returns:
- A response according to the query criteria.
- Throws:
DestinationAccessException
- If there is an issue accessing theHttpDestination
.HttpClientInstantiationException
- If there is an issue creating theHttpClient
.ODataException
- If the OData request execution failed.
-