Class FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder
Enclosing class:
FrtOrdChrgCalcRule

public static final class FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder extends Object
Helper class to allow for fluent creation of FrtOrdChrgCalcRule instances.
  • Method Details

    • freightOrder

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder freightOrder(FreightOrder value)
      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 nullable

      Original property name from the Odata EDM: TranspChrgCalcRuleUUID

      Returns:
      this.
    • transpChargeItemElementUUID

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChargeItemElementUUID(@Nullable UUID transpChargeItemElementUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TranspChargeItemElementUUID

      Returns:
      this.
    • transportationOrderUUID

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TransportationOrderUUID

      Returns:
      this.
    • transpChrgCalculationBase

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChrgCalculationBase(@Nullable String transpChrgCalculationBase)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: TranspChrgCalculationBase

      Returns:
      this.
    • transpRateCalcRuleQtyUnit

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpRateCalcRuleQtyUnit(@Nullable String transpRateCalcRuleQtyUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: TranspRateCalcRuleQtyUnit

      Returns:
      this.
    • transpRateCalcRuleQuantity

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpRateCalcRuleQuantity(@Nullable BigDecimal transpRateCalcRuleQuantity)
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: TranspRateCalcRuleQuantity

      Returns:
      this.
    • transpChrgDataSourceQuantity

      @Nonnull public FrtOrdChrgCalcRule.FrtOrdChrgCalcRuleBuilder transpChrgDataSourceQuantity(@Nullable BigDecimal transpChrgDataSourceQuantity)
      Constraints: Not nullable, Precision: 31, Scale: 14

      Original property name from the Odata EDM: TranspChrgDataSourceQuantity

      Returns:
      this.
    • build

      @Nonnull public FrtOrdChrgCalcRule build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object