Class FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder
- Enclosing class:
- FrtOrdChrgCalcRule
Helper class to allow for fluent creation of FrtOrdChrgCalcRule instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightOrder(FreightOrder value) Navigation property _FreightOrder for FrtOrdChrgCalcRule to single FreightOrder.Navigation property _FrtOrdChrgElement for FrtOrdChrgCalcRule to single FrtOrdChrgElement.toString()transpChargeItemElementUUID(UUID transpChargeItemElementUUID) Constraints: Not nullabletranspChrgCalcRuleUUID(UUID transpChrgCalcRuleUUID) (Key Field) Constraints: Not nullabletranspChrgCalculationBase(String transpChrgCalculationBase) Constraints: Not nullable, Maximum length: 15transpChrgDataSourceQuantity(BigDecimal transpChrgDataSourceQuantity) Constraints: Not nullable, Precision: 31, Scale: 14transportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullabletranspRateCalcRuleQtyUnit(String transpRateCalcRuleQtyUnit) Constraints: Not nullable, Maximum length: 3transpRateCalcRuleQuantity(BigDecimal transpRateCalcRuleQuantity) Constraints: Not nullable, Precision: 31, Scale: 14
-
Method Details
-
freightOrder
Navigation property _FreightOrder for FrtOrdChrgCalcRule to single FreightOrder.- Parameters:
value- The FreightOrder to build this FrtOrdChrgCalcRule with.- Returns:
- This Builder to allow for a fluent interface.
-
frtOrdChrgElement
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder frtOrdChrgElement(FrtOrdChrgElement value) Navigation property _FrtOrdChrgElement for FrtOrdChrgCalcRule to single FrtOrdChrgElement.- Parameters:
value- The FrtOrdChrgElement to build this FrtOrdChrgCalcRule with.- Returns:
- This Builder to allow for a fluent interface.
-
transpChrgCalcRuleUUID
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChrgCalcRuleUUID(@Nullable UUID transpChrgCalcRuleUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspChrgCalcRuleUUID
- Returns:
this.
-
transpChargeItemElementUUID
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChargeItemElementUUID(@Nullable UUID transpChargeItemElementUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TranspChargeItemElementUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpChrgCalculationBase
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChrgCalculationBase(@Nullable String transpChrgCalculationBase) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TranspChrgCalculationBase
- Returns:
this.
-
transpRateCalcRuleQtyUnit
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpRateCalcRuleQtyUnit(@Nullable String transpRateCalcRuleQtyUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspRateCalcRuleQtyUnit
- Returns:
this.
-
transpRateCalcRuleQuantity
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpRateCalcRuleQuantity(@Nullable BigDecimal transpRateCalcRuleQuantity) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: TranspRateCalcRuleQuantity
- Returns:
this.
-
transpChrgDataSourceQuantity
@Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChrgDataSourceQuantity(@Nullable BigDecimal transpChrgDataSourceQuantity) Constraints: Not nullable, Precision: 31, Scale: 14Original property name from the Odata EDM: TranspChrgDataSourceQuantity
- Returns:
this.
-
build
-
toString
-