public static final class ZoneAdjustments.ZoneAdjustmentsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ZoneAdjustments.ZoneAdjustmentsBuilder |
bufPrpslZoneAdjmtFctrEndDate(LocalDateTime bufPrpslZoneAdjmtFctrEndDate)
Constraints: Not nullable, Precision: 0
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
bufPrpslZoneAdjmtFctrStartDate(LocalDateTime bufPrpslZoneAdjmtFctrStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
ZoneAdjustments |
build() |
ZoneAdjustments.ZoneAdjustmentsBuilder |
greenZoneAdjustmentFactor(BigDecimal greenZoneAdjustmentFactor)
Constraints: Not nullable, Precision: 4, Scale: 2
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
mRPArea(String mRPArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
proposalHdr(ProposalHeader value)
Navigation property to_ProposalHdr for ZoneAdjustments to single ProposalHeader.
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
proposalStartDate(LocalDateTime proposalStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
proposalVersion(String proposalVersion)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
ZoneAdjustments.ZoneAdjustmentsBuilder |
redZoneAdjustmentFactor(BigDecimal redZoneAdjustmentFactor)
Constraints: Not nullable, Precision: 4, Scale: 2
|
String |
toString() |
ZoneAdjustments.ZoneAdjustmentsBuilder |
yellowZoneAdjustmentFactor(BigDecimal yellowZoneAdjustmentFactor)
Constraints: Not nullable, Precision: 4, Scale: 2
|
@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder proposalHdr(ProposalHeader value)
value
- The ProposalHeader to build this ZoneAdjustments with.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder mRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder proposalStartDate(@Nullable LocalDateTime proposalStartDate)
Original property name from the Odata EDM: ProposalStartDate
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder proposalVersion(@Nullable String proposalVersion)
Original property name from the Odata EDM: ProposalVersion
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder bufPrpslZoneAdjmtFctrStartDate(@Nullable LocalDateTime bufPrpslZoneAdjmtFctrStartDate)
Original property name from the Odata EDM: BufPrpslZoneAdjmtFctrStartDate
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder bufPrpslZoneAdjmtFctrEndDate(@Nullable LocalDateTime bufPrpslZoneAdjmtFctrEndDate)
Original property name from the Odata EDM: BufPrpslZoneAdjmtFctrEndDate
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder redZoneAdjustmentFactor(@Nullable BigDecimal redZoneAdjustmentFactor)
Original property name from the Odata EDM: RedZoneAdjustmentFactor
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder yellowZoneAdjustmentFactor(@Nullable BigDecimal yellowZoneAdjustmentFactor)
Original property name from the Odata EDM: YellowZoneAdjustmentFactor
this
.@Nonnull public ZoneAdjustments.ZoneAdjustmentsBuilder greenZoneAdjustmentFactor(@Nullable BigDecimal greenZoneAdjustmentFactor)
Original property name from the Odata EDM: GreenZoneAdjustmentFactor
this
.@Nonnull public ZoneAdjustments build()
Copyright © 2021 SAP SE. All rights reserved.