Class SalesPricingConditionField.SalesPricingConditionFieldBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fieldcatalogforpricinginsales.SalesPricingConditionField.SalesPricingConditionFieldBuilder
- Enclosing class:
- SalesPricingConditionField
public static final class SalesPricingConditionField.SalesPricingConditionFieldBuilder
extends Object
Helper class to allow for fluent creation of SalesPricingConditionField instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1prcgConditionGlobalFieldName(String prcgConditionGlobalFieldName) Constraints: Not nullable, Maximum length: 30pricingConditionField(String pricingConditionField) (Key Field) Constraints: Not nullable, Maximum length: 30text(SlsPricingConditionFieldText... value) Navigation property _Text for SalesPricingConditionField to multiple SlsPricingConditionFieldText.toString()
-
Method Details
-
text
@Nonnull public SalesPricingConditionField.SalesPricingConditionFieldBuilder text(SlsPricingConditionFieldText... value) Navigation property _Text for SalesPricingConditionField to multiple SlsPricingConditionFieldText.- Parameters:
value- The SlsPricingConditionFieldTexts to build this SalesPricingConditionField with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SalesPricingConditionField.SalesPricingConditionFieldBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SalesPricingConditionField.SalesPricingConditionFieldBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
pricingConditionField
@Nonnull public SalesPricingConditionField.SalesPricingConditionFieldBuilder pricingConditionField(@Nullable String pricingConditionField) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PricingConditionField
- Returns:
this.
-
prcgConditionGlobalFieldName
@Nonnull public SalesPricingConditionField.SalesPricingConditionFieldBuilder prcgConditionGlobalFieldName(@Nullable String prcgConditionGlobalFieldName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PrcgConditionGlobalFieldName
- Returns:
this.
-
build
-
toString
-