public static final class ProfileDetails.ProfileDetailsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProfileDetails |
build() |
ProfileDetails.ProfileDetailsBuilder |
isMinOrderQtyConsidered(String isMinOrderQtyConsidered)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
ProfileDetails.ProfileDetailsBuilder |
leadTimeFactor(BigDecimal leadTimeFactor)
Constraints: Not nullable, Precision: 3, Scale: 2
|
ProfileDetails.ProfileDetailsBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProfileDetails.ProfileDetailsBuilder |
procurementType(String procurementType)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
ProfileDetails.ProfileDetailsBuilder |
profileAssignment(ProfileAssignedToPlant value)
Navigation property to_ProfileAssignment for ProfileDetails to single
ProfileAssignedToPlant.
|
ProfileDetails.ProfileDetailsBuilder |
replenishmentLeadTimeCode(String replenishmentLeadTimeCode)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
ProfileDetails.ProfileDetailsBuilder |
variabilityCode(String variabilityCode)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
ProfileDetails.ProfileDetailsBuilder |
variabilityFactor(BigDecimal variabilityFactor)
Constraints: Not nullable, Precision: 3, Scale: 2
|
@Nonnull public ProfileDetails.ProfileDetailsBuilder profileAssignment(ProfileAssignedToPlant value)
value
- The ProfileAssignedToPlant to build this ProfileDetails with.@Nonnull public ProfileDetails.ProfileDetailsBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder procurementType(@Nullable String procurementType)
Original property name from the Odata EDM: ProcurementType
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder variabilityCode(@Nullable String variabilityCode)
Original property name from the Odata EDM: VariabilityCode
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder replenishmentLeadTimeCode(@Nullable String replenishmentLeadTimeCode)
Original property name from the Odata EDM: ReplenishmentLeadTimeCode
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder isMinOrderQtyConsidered(@Nullable String isMinOrderQtyConsidered)
Original property name from the Odata EDM: IsMinOrderQtyConsidered
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder variabilityFactor(@Nullable BigDecimal variabilityFactor)
Original property name from the Odata EDM: VariabilityFactor
this
.@Nonnull public ProfileDetails.ProfileDetailsBuilder leadTimeFactor(@Nullable BigDecimal leadTimeFactor)
Original property name from the Odata EDM: LeadTimeFactor
this
.@Nonnull public ProfileDetails build()
Copyright © 2021 SAP SE. All rights reserved.