Class MaintainYearsPeriodByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<MaintainYearsPeriodByKeyFluentHelper,MaintainYearsPeriod,MaintainYearsPeriodSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedindependentrequirement.MaintainYearsPeriodByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class MaintainYearsPeriodByKeyFluentHelper
extends FluentHelperByKey<MaintainYearsPeriodByKeyFluentHelper,MaintainYearsPeriod,MaintainYearsPeriodSelectable>
Fluent helper to fetch a single
MaintainYearsPeriod entity using key fields. 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
ConstructorsConstructorDescriptionMaintainYearsPeriodByKeyFluentHelper(String servicePath, String entityCollection, String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate) Creates a fluent helper object that will fetch a singleMaintainYearsPeriodentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
MaintainYearsPeriodByKeyFluentHelper
public MaintainYearsPeriodByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate) Creates a fluent helper object that will fetch a singleMaintainYearsPeriodentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
entityCollection- Entity Collection to be used to fetch a singleMaintainYearsPeriodmRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
material- MaterialConstraints: Not nullable, Maximum length: 40
forecastDemandVersion- Forecast Demand VersionConstraints: Not nullable, Maximum length: 2
servicePath- Service path to be used to fetch a singleMaintainYearsPeriodplant- PlantConstraints: Not nullable, Maximum length: 4
requirementsType- Requirements TypeConstraints: Not nullable, Maximum length: 4
forecastPeriodStartDate- Forecast Period Start DateConstraints: Not nullable, Precision: 7
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<MaintainYearsPeriodByKeyFluentHelper,MaintainYearsPeriod, MaintainYearsPeriod>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<MaintainYearsPeriodByKeyFluentHelper,MaintainYearsPeriod, MaintainYearsPeriodSelectable>
-