Class TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ratetable.TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder
- Enclosing class:
- TranspRateTableCalcRule
Helper class to allow for fluent creation of TranspRateTableCalcRule instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()transportationCalculationBase(String transportationCalculationBase) Constraints: Not nullable, Maximum length: 15Navigation property _TransportationRateTable for TranspRateTableCalcRule to single TransportationRateTable.transportationRateTableUUID(UUID transportationRateTableUUID) Constraints: Not nullabletranspRateCalcRulePricePerQty(BigDecimal transpRateCalcRulePricePerQty) Constraints: Not nullable, Precision: 31, Scale: 3transpRateTableCalcRuleQtyUnit(String transpRateTableCalcRuleQtyUnit) Constraints: Not nullable, Maximum length: 3transpRateTableCalcRuleUUID(UUID transpRateTableCalcRuleUUID) (Key Field) Constraints: Not nullableNavigation property _TranspRateTableValidity for TranspRateTableCalcRule to single TranspRateTableValidity.transpRateTableValidityUUID(UUID transpRateTableValidityUUID) Constraints: Not nullable
-
Method Details
-
transportationRateTable
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transportationRateTable(TransportationRateTable value) Navigation property _TransportationRateTable for TranspRateTableCalcRule to single TransportationRateTable.- Parameters:
value- The TransportationRateTable to build this TranspRateTableCalcRule with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableValidity
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transpRateTableValidity(TranspRateTableValidity value) Navigation property _TranspRateTableValidity for TranspRateTableCalcRule to single TranspRateTableValidity.- Parameters:
value- The TranspRateTableValidity to build this TranspRateTableCalcRule with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableCalcRuleUUID
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transpRateTableCalcRuleUUID(@Nullable UUID transpRateTableCalcRuleUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTableCalcRuleUUID
- Returns:
this.
-
transpRateTableValidityUUID
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transpRateTableValidityUUID(@Nullable UUID transpRateTableValidityUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTableValidityUUID
- Returns:
this.
-
transportationRateTableUUID
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transportationRateTableUUID(@Nullable UUID transportationRateTableUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationRateTableUUID
- Returns:
this.
-
transportationCalculationBase
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transportationCalculationBase(@Nullable String transportationCalculationBase) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TransportationCalculationBase
- Returns:
this.
-
transpRateCalcRulePricePerQty
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transpRateCalcRulePricePerQty(@Nullable BigDecimal transpRateCalcRulePricePerQty) Constraints: Not nullable, Precision: 31, Scale: 3Original property name from the Odata EDM: TranspRateCalcRulePricePerQty
- Returns:
this.
-
transpRateTableCalcRuleQtyUnit
@Nonnull public TranspRateTableCalcRule.TranspRateTableCalcRuleBuilder transpRateTableCalcRuleQtyUnit(@Nullable String transpRateTableCalcRuleQtyUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspRateTableCalcRuleQtyUnit
- Returns:
this.
-
build
-
toString
-