Class CnsldtnUnitHierForElimFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,List<EntityT>>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead<CnsldtnUnitHierForElimFluentHelper,CnsldtnUnitHierForElim,CnsldtnUnitHierForElimSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CnsldtnUnitHierForElimFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class CnsldtnUnitHierForElimFluentHelper
extends FluentHelperRead<CnsldtnUnitHierForElimFluentHelper,CnsldtnUnitHierForElim,CnsldtnUnitHierForElimSelectable>
Fluent helper to fetch multiple
CnsldtnUnitHierForElim entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionCnsldtnUnitHierForElimFluentHelper(String servicePath, String entityCollection) Creates a fluent helper using the specified service path and entity collection to send the read requests. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
count, executeRequest, filter, iteratingEntities, iteratingPages, orderBy, select, skip, streamingEntities, top, toRequest, withCsrfToken, withPreferredPageSize, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
CnsldtnUnitHierForElimFluentHelper
public CnsldtnUnitHierForElimFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection) Creates a fluent helper using the specified service path and entity collection to send the read requests.- Parameters:
entityCollection- The entity collection to direct the requests to.servicePath- The service path to direct the read requests to.
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<CnsldtnUnitHierForElimFluentHelper,CnsldtnUnitHierForElim, List<CnsldtnUnitHierForElim>>
-