public static final class DemandAdjustments.DemandAdjustmentsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DemandAdjustments.DemandAdjustmentsBuilder |
adjustedAverageDailyUsage(BigDecimal adjustedAverageDailyUsage)
Constraints: Not nullable, Precision: 13, Scale: 3
|
DemandAdjustments.DemandAdjustmentsBuilder |
averageDailyUsage(BigDecimal averageDailyUsage)
Constraints: Not nullable, Precision: 13, Scale: 3
|
DemandAdjustments.DemandAdjustmentsBuilder |
avgDailyUsageUnit(String avgDailyUsageUnit)
Constraints: Not nullable, Maximum length: 3
|
DemandAdjustments |
build() |
DemandAdjustments.DemandAdjustmentsBuilder |
demandAdjustmentFactor(BigDecimal demandAdjustmentFactor)
Constraints: Not nullable, Precision: 4, Scale: 2
|
DemandAdjustments.DemandAdjustmentsBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
DemandAdjustments.DemandAdjustmentsBuilder |
mRPArea(String mRPArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
DemandAdjustments.DemandAdjustmentsBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalDmndAdjmtFctrEndDate(LocalDateTime proposalDmndAdjmtFctrEndDate)
Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalDmndAdjmtFctrStartDate(LocalDateTime proposalDmndAdjmtFctrStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for DemandAdjustments to single ProposalHeader.
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalStartDate(LocalDateTime proposalStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
DemandAdjustments.DemandAdjustmentsBuilder |
proposalVersion(String proposalVersion)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
toString() |
@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalHdr(ProposalHeader value)
value
- The ProposalHeader to build this DemandAdjustments with.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder mRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalStartDate(@Nullable LocalDateTime proposalStartDate)
Original property name from the Odata EDM: ProposalStartDate
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalVersion(@Nullable String proposalVersion)
Original property name from the Odata EDM: ProposalVersion
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalDmndAdjmtFctrStartDate(@Nullable LocalDateTime proposalDmndAdjmtFctrStartDate)
Original property name from the Odata EDM: ProposalDmndAdjmtFctrStartDate
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder proposalDmndAdjmtFctrEndDate(@Nullable LocalDateTime proposalDmndAdjmtFctrEndDate)
Original property name from the Odata EDM: ProposalDmndAdjmtFctrEndDate
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder demandAdjustmentFactor(@Nullable BigDecimal demandAdjustmentFactor)
Original property name from the Odata EDM: DemandAdjustmentFactor
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder averageDailyUsage(@Nullable BigDecimal averageDailyUsage)
Original property name from the Odata EDM: AverageDailyUsage
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder adjustedAverageDailyUsage(@Nullable BigDecimal adjustedAverageDailyUsage)
Original property name from the Odata EDM: AdjustedAverageDailyUsage
this
.@Nonnull public DemandAdjustments.DemandAdjustmentsBuilder avgDailyUsageUnit(@Nullable String avgDailyUsageUnit)
Original property name from the Odata EDM: AvgDailyUsageUnit
this
.@Nonnull public DemandAdjustments build()
Copyright © 2021 SAP SE. All rights reserved.