public static final class PurgPricingConditionType.PurgPricingConditionTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PurgPricingConditionType |
build() |
PurgPricingConditionType.PurgPricingConditionTypeBuilder |
conditionApplication(String conditionApplication)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PurgPricingConditionType.PurgPricingConditionTypeBuilder |
conditionType(String conditionType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
PurgPricingConditionType.PurgPricingConditionTypeBuilder |
conditionUsage(String conditionUsage)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
PurgPricingConditionType.PurgPricingConditionTypeBuilder |
text(PurgPrcgCndnTypeText... value)
Navigation property to_Text for PurgPricingConditionType to multiple
PurgPrcgCndnTypeText.
|
String |
toString() |
@Nonnull public PurgPricingConditionType.PurgPricingConditionTypeBuilder text(PurgPrcgCndnTypeText... value)
value
- The PurgPrcgCndnTypeTexts to build this PurgPricingConditionType with.@Nonnull public PurgPricingConditionType.PurgPricingConditionTypeBuilder conditionUsage(@Nullable String conditionUsage)
Original property name from the Odata EDM: ConditionUsage
this
.@Nonnull public PurgPricingConditionType.PurgPricingConditionTypeBuilder conditionApplication(@Nullable String conditionApplication)
Original property name from the Odata EDM: ConditionApplication
example, sales & distribution or purchasing).this
.@Nonnull public PurgPricingConditionType.PurgPricingConditionTypeBuilder conditionType(@Nullable String conditionType)
Original property name from the Odata EDM: ConditionType
differentiate between different kinds of discount; in output determination, between different output types such as order confirmation or delivery note; in batch determination, between different strategy types.this
.@Nonnull public PurgPricingConditionType build()
Copyright © 2020 SAP SE. All rights reserved.