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

    Modifier and Type
    Method
    Description
    Executes this request.