Class DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing.DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder
- Enclosing class:
- DemandAdjustmentFactors
Helper class to allow for fluent creation of DemandAdjustmentFactors instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()demandAdjustmentFactor(BigDecimal demandAdjustmentFactor) Constraints: Not nullable, Precision: 4, Scale: 2(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4proposalDmndAdjmtFctrEndDate(LocalDateTime proposalDmndAdjmtFctrEndDate) Constraints: Not nullable, Precision: 0proposalDmndAdjmtFctrStartDate(LocalDateTime proposalDmndAdjmtFctrStartDate) (Key Field) Constraints: Not nullable, Precision: 0proposalHdr(ProposalHeader value) Navigation property to_ProposalHdr for DemandAdjustmentFactors to single ProposalHeader.proposalStartDate(LocalDateTime proposalStartDate) (Key Field) Constraints: Not nullable, Precision: 0proposalVersion(String proposalVersion) (Key Field) Constraints: Not nullable, Maximum length: 8toString()
-
Method Details
-
proposalHdr
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder proposalHdr(ProposalHeader value) Navigation property to_ProposalHdr for DemandAdjustmentFactors to single ProposalHeader.- Parameters:
value- The ProposalHeader to build this DemandAdjustmentFactors with.- Returns:
- This Builder to allow for a fluent interface.
-
material
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder material(@Nullable String material) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
plant
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder plant(@Nullable String plant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
mRPArea
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder mRPArea(@Nullable String mRPArea) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: MRPArea
- Returns:
this.
-
proposalStartDate
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder proposalStartDate(@Nullable LocalDateTime proposalStartDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProposalStartDate
- Returns:
this.
-
proposalVersion
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder proposalVersion(@Nullable String proposalVersion) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProposalVersion
- Returns:
this.
-
proposalDmndAdjmtFctrStartDate
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder proposalDmndAdjmtFctrStartDate(@Nullable LocalDateTime proposalDmndAdjmtFctrStartDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProposalDmndAdjmtFctrStartDate
- Returns:
this.
-
proposalDmndAdjmtFctrEndDate
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder proposalDmndAdjmtFctrEndDate(@Nullable LocalDateTime proposalDmndAdjmtFctrEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProposalDmndAdjmtFctrEndDate
- Returns:
this.
-
demandAdjustmentFactor
@Nonnull public DemandAdjustmentFactors.DemandAdjustmentFactorsBuilder demandAdjustmentFactor(@Nullable BigDecimal demandAdjustmentFactor) Constraints: Not nullable, Precision: 4, Scale: 2Original property name from the Odata EDM: DemandAdjustmentFactor
- Returns:
this.
-
build
-
toString
-