Class TranspRateTableScaleRef.TranspRateTableScaleRefBuilder
- Enclosing class:
- TranspRateTableScaleRef
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()transportationCalculationBase(String transportationCalculationBase) Constraints: Not nullable, Maximum length: 15Navigation property _TransportationRateTable for TranspRateTableScaleRef to single TransportationRateTable.transportationRateTableUUID(UUID transportationRateTableUUID) Constraints: Not nullabletransportationScaleUUID(UUID transportationScaleUUID) Constraints: NullabletranspRateScRefIsRlvtForBrkWgt(Boolean transpRateScRefIsRlvtForBrkWgt) Constraints: Not nullabletranspRateTableDimensionIndex(String transpRateTableDimensionIndex) Constraints: Not nullable, Maximum length: 2transpRateTableScaleRefUUID(UUID transpRateTableScaleRefUUID) (Key Field) Constraints: Not nullabletranspRateTblScaleRefCalcType(String transpRateTblScaleRefCalcType) Constraints: Not nullable, Maximum length: 1transpRateTblScaleRefCurrency(String transpRateTblScaleRefCurrency) Constraints: Not nullable, Maximum length: 3transpRateTblScaleRefQtyUnit(String transpRateTblScaleRefQtyUnit) Constraints: Not nullable, Maximum length: 3transpRateTblScaleRefScaleType(String transpRateTblScaleRefScaleType) Constraints: Not nullable, Maximum length: 1transpRateTblScRefMaxValIsSupp(Boolean transpRateTblScRefMaxValIsSupp) Constraints: Not nullabletranspRateTblScRefMinValIsSupp(Boolean transpRateTblScRefMinValIsSupp) Constraints: Not nullabletranspRateTblScRefNoValIsSupp(Boolean transpRateTblScRefNoValIsSupp) Constraints: Not nullable
-
Method Details
-
transportationRateTable
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transportationRateTable(TransportationRateTable value) Navigation property _TransportationRateTable for TranspRateTableScaleRef to single TransportationRateTable.- Parameters:
value- The TransportationRateTable to build this TranspRateTableScaleRef with.- Returns:
- This Builder to allow for a fluent interface.
-
transpRateTableScaleRefUUID
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTableScaleRefUUID(@Nullable UUID transpRateTableScaleRefUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTableScaleRefUUID
- Returns:
this.
-
transportationRateTableUUID
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transportationRateTableUUID(@Nullable UUID transportationRateTableUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationRateTableUUID
- Returns:
this.
-
transportationScaleUUID
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transportationScaleUUID(@Nullable UUID transportationScaleUUID) Constraints: NullableOriginal property name from the Odata EDM: TransportationScaleUUID
- Returns:
this.
-
transportationCalculationBase
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transportationCalculationBase(@Nullable String transportationCalculationBase) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TransportationCalculationBase
- Returns:
this.
-
transpRateTblScRefMinValIsSupp
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScRefMinValIsSupp(@Nullable Boolean transpRateTblScRefMinValIsSupp) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTblScRefMinValIsSupp
- Returns:
this.
-
transpRateTblScRefMaxValIsSupp
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScRefMaxValIsSupp(@Nullable Boolean transpRateTblScRefMaxValIsSupp) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTblScRefMaxValIsSupp
- Returns:
this.
-
transpRateScRefIsRlvtForBrkWgt
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateScRefIsRlvtForBrkWgt(@Nullable Boolean transpRateScRefIsRlvtForBrkWgt) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateScRefIsRlvtForBrkWgt
- Returns:
this.
-
transpRateTblScaleRefScaleType
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScaleRefScaleType(@Nullable String transpRateTblScaleRefScaleType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TranspRateTblScaleRefScaleType
- Returns:
this.
-
transpRateTblScaleRefQtyUnit
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScaleRefQtyUnit(@Nullable String transpRateTblScaleRefQtyUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspRateTblScaleRefQtyUnit
- Returns:
this.
-
transpRateTblScaleRefCurrency
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScaleRefCurrency(@Nullable String transpRateTblScaleRefCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspRateTblScaleRefCurrency
- Returns:
this.
-
transpRateTblScaleRefCalcType
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScaleRefCalcType(@Nullable String transpRateTblScaleRefCalcType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TranspRateTblScaleRefCalcType
- Returns:
this.
-
transpRateTableDimensionIndex
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTableDimensionIndex(@Nullable String transpRateTableDimensionIndex) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: TranspRateTableDimensionIndex
- Returns:
this.
-
transpRateTblScRefNoValIsSupp
@Nonnull public TranspRateTableScaleRef.TranspRateTableScaleRefBuilder transpRateTblScRefNoValIsSupp(@Nullable Boolean transpRateTblScRefNoValIsSupp) Constraints: Not nullableOriginal property name from the Odata EDM: TranspRateTblScRefNoValIsSupp
- Returns:
this.
-
build
-
toString
-