Class SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.conditiontableforpricinginsales.SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder
- Enclosing class:
- SlsPrcgConditionTableField
public static final class SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder
extends Object
Helper class to allow for fluent creation of SlsPrcgConditionTableField instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2conditionTable(String conditionTable) (Key Field) Constraints: Not nullable, Maximum length: 3conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1prcgCndnTableFieldHasText(Boolean prcgCndnTableFieldHasText) Constraints: Not nullableprcgCndnTableFieldIsItem(Boolean prcgCndnTableFieldIsItem) Constraints: Not nullableprcgCndnTableFieldIsKey(Boolean prcgCndnTableFieldIsKey) Constraints: Not nullableprcgConditionGlobalFieldName(String prcgConditionGlobalFieldName) Constraints: Not nullable, Maximum length: 30pricingConditionField(String pricingConditionField) (Key Field) Constraints: Not nullable, Maximum length: 30Navigation property _SalesPricingConditionTable for SlsPrcgConditionTableField to single SalesPricingConditionTable.toString()
-
Method Details
-
salesPricingConditionTable
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder salesPricingConditionTable(SalesPricingConditionTable value) Navigation property _SalesPricingConditionTable for SlsPrcgConditionTableField to single SalesPricingConditionTable.- Parameters:
value- The SalesPricingConditionTable to build this SlsPrcgConditionTableField with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
conditionTable
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder conditionTable(@Nullable String conditionTable) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConditionTable
- Returns:
this.
-
pricingConditionField
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder pricingConditionField(@Nullable String pricingConditionField) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PricingConditionField
- Returns:
this.
-
prcgCndnTableFieldIsKey
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder prcgCndnTableFieldIsKey(@Nullable Boolean prcgCndnTableFieldIsKey) Constraints: Not nullableOriginal property name from the Odata EDM: PrcgCndnTableFieldIsKey
- Returns:
this.
-
prcgCndnTableFieldIsItem
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder prcgCndnTableFieldIsItem(@Nullable Boolean prcgCndnTableFieldIsItem) Constraints: Not nullableOriginal property name from the Odata EDM: PrcgCndnTableFieldIsItem
- Returns:
this.
-
prcgCndnTableFieldHasText
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder prcgCndnTableFieldHasText(@Nullable Boolean prcgCndnTableFieldHasText) Constraints: Not nullableOriginal property name from the Odata EDM: PrcgCndnTableFieldHasText
- Returns:
this.
-
prcgConditionGlobalFieldName
@Nonnull public SlsPrcgConditionTableField.SlsPrcgConditionTableFieldBuilder prcgConditionGlobalFieldName(@Nullable String prcgConditionGlobalFieldName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PrcgConditionGlobalFieldName
- Returns:
this.
-
build
-
toString
-