public static final class SlsPricingConditionType.SlsPricingConditionTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SlsPricingConditionType |
build() |
SlsPricingConditionType.SlsPricingConditionTypeBuilder |
conditionApplication(String conditionApplication)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SlsPricingConditionType.SlsPricingConditionTypeBuilder |
conditionType(String conditionType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
SlsPricingConditionType.SlsPricingConditionTypeBuilder |
conditionUsage(String conditionUsage)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
SlsPricingConditionType.SlsPricingConditionTypeBuilder |
text(SlsPrcgCndnTypeText... value)
Navigation property to_Text for SlsPricingConditionType to multiple SlsPrcgCndnTypeText.
|
String |
toString() |
@Nonnull public SlsPricingConditionType.SlsPricingConditionTypeBuilder text(SlsPrcgCndnTypeText... value)
value
- The SlsPrcgCndnTypeTexts to build this SlsPricingConditionType with.public SlsPricingConditionType.SlsPricingConditionTypeBuilder conditionUsage(@Nullable String conditionUsage)
Original property name from the Odata EDM: ConditionUsage
public SlsPricingConditionType.SlsPricingConditionTypeBuilder conditionApplication(@Nullable String conditionApplication)
Original property name from the Odata EDM: ConditionApplication
example, sales & distribution or purchasing).public SlsPricingConditionType.SlsPricingConditionTypeBuilder 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.public SlsPricingConditionType build()
Copyright © 2019 SAP SE. All rights reserved.