Class SalesPricingConditionTable.SalesPricingConditionTableBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.conditiontableforpricinginsales.SalesPricingConditionTable.SalesPricingConditionTableBuilder
- Enclosing class:
- SalesPricingConditionTable
public static final class SalesPricingConditionTable.SalesPricingConditionTableBuilder
extends Object
Helper class to allow for fluent creation of SalesPricingConditionTable 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: 1prcgCndnTableHasReleaseStatus(Boolean prcgCndnTableHasReleaseStatus) Constraints: Not nullableprcgCndnTableHasValidityPeriod(Boolean prcgCndnTableHasValidityPeriod) Constraints: Not nullableNavigation property _SlsPrcgConditionTableField for SalesPricingConditionTable to multiple SlsPrcgConditionTableField.text(SlsPricingConditionTableText... value) Navigation property _Text for SalesPricingConditionTable to multiple SlsPricingConditionTableText.toString()
-
Method Details
-
slsPrcgConditionTableField
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder slsPrcgConditionTableField(SlsPrcgConditionTableField... value) Navigation property _SlsPrcgConditionTableField for SalesPricingConditionTable to multiple SlsPrcgConditionTableField.- Parameters:
value- The SlsPrcgConditionTableFields to build this SalesPricingConditionTable with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder text(SlsPricingConditionTableText... value) Navigation property _Text for SalesPricingConditionTable to multiple SlsPricingConditionTableText.- Parameters:
value- The SlsPricingConditionTableTexts to build this SalesPricingConditionTable with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
conditionTable
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder conditionTable(@Nullable String conditionTable) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ConditionTable
- Returns:
this.
-
prcgCndnTableHasValidityPeriod
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder prcgCndnTableHasValidityPeriod(@Nullable Boolean prcgCndnTableHasValidityPeriod) Constraints: Not nullableOriginal property name from the Odata EDM: PrcgCndnTableHasValidityPeriod
- Returns:
this.
-
prcgCndnTableHasReleaseStatus
@Nonnull public SalesPricingConditionTable.SalesPricingConditionTableBuilder prcgCndnTableHasReleaseStatus(@Nullable Boolean prcgCndnTableHasReleaseStatus) Constraints: Not nullableOriginal property name from the Odata EDM: PrcgCndnTableHasReleaseStatus
- Returns:
this.
-
build
-
toString
-