Class FreightOrderStage.FreightOrderStageBuilder
- Enclosing class:
- FreightOrderStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: Not nullable, Maximum length: 10carrierUUID(UUID carrierUUID) Constraints: NullablefreightOrder(FreightOrder value) Navigation property _FreightOrder for FreightOrderStage to single FreightOrder.freightOrderStop(FreightOrderStop value) Navigation property _FreightOrderStop for FreightOrderStage to single FreightOrderStop.toString()transpOrdStageCategory(String transpOrdStageCategory) Constraints: Not nullable, Maximum length: 1transpOrdStageDestStopUUID(UUID transpOrdStageDestStopUUID) Constraints: NullabletranspOrdStageDistance(BigDecimal transpOrdStageDistance) Constraints: Not nullable, Precision: 28, Scale: 6transpOrdStageDistanceUnit(String transpOrdStageDistanceUnit) Constraints: Not nullable, Maximum length: 3transpOrdStageInvoicingCarrier(String transpOrdStageInvoicingCarrier) Constraints: Not nullable, Maximum length: 10transpOrdStageNetDuration(BigDecimal transpOrdStageNetDuration) Constraints: Not nullable, Precision: 11transpOrdStageSrceStopUUID(UUID transpOrdStageSrceStopUUID) Constraints: Not nullabletranspOrdStageType(String transpOrdStageType) Constraints: Not nullable, Maximum length: 3transpOrdStgeInvcgCarrLvl(String transpOrdStgeInvcgCarrLvl) Constraints: Not nullable, Maximum length: 2transportationMode(String transportationMode) Constraints: Not nullable, Maximum length: 2transportationModeCategory(String transportationModeCategory) Constraints: Not nullable, Maximum length: 1transportationOrderStage(String transportationOrderStage) Constraints: Not nullable, Maximum length: 10transportationOrderStageUUID(UUID transportationOrderStageUUID) (Key Field) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightOrder
Navigation property _FreightOrder for FreightOrderStage to single FreightOrder.- Parameters:
value- The FreightOrder to build this FreightOrderStage with.- Returns:
- This Builder to allow for a fluent interface.
-
freightOrderStop
Navigation property _FreightOrderStop for FreightOrderStage to single FreightOrderStop.- Parameters:
value- The FreightOrderStop to build this FreightOrderStage with.- Returns:
- This Builder to allow for a fluent interface.
-
transportationOrderStageUUID
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transportationOrderStageUUID(@Nullable UUID transportationOrderStageUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderStageUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transportationOrderStage
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transportationOrderStage(@Nullable String transportationOrderStage) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TransportationOrderStage
- Returns:
this.
-
transpOrdStageType
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageType(@Nullable String transpOrdStageType) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspOrdStageType
- Returns:
this.
-
transpOrdStageCategory
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageCategory(@Nullable String transpOrdStageCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TranspOrdStageCategory
- Returns:
this.
-
transportationMode
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transportationMode(@Nullable String transportationMode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: TransportationMode
- Returns:
this.
-
transportationModeCategory
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transportationModeCategory(@Nullable String transportationModeCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TransportationModeCategory
- Returns:
this.
-
carrierUUID
Constraints: NullableOriginal property name from the Odata EDM: CarrierUUID
- Returns:
this.
-
carrier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Carrier
- Returns:
this.
-
transpOrdStgeInvcgCarrLvl
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStgeInvcgCarrLvl(@Nullable String transpOrdStgeInvcgCarrLvl) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: TranspOrdStgeInvcgCarrLvl
- Returns:
this.
-
transpOrdStageInvoicingCarrier
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageInvoicingCarrier(@Nullable String transpOrdStageInvoicingCarrier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdStageInvoicingCarrier
- Returns:
this.
-
transpOrdStageDistance
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageDistance(@Nullable BigDecimal transpOrdStageDistance) Constraints: Not nullable, Precision: 28, Scale: 6Original property name from the Odata EDM: TranspOrdStageDistance
- Returns:
this.
-
transpOrdStageDistanceUnit
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageDistanceUnit(@Nullable String transpOrdStageDistanceUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TranspOrdStageDistanceUnit
- Returns:
this.
-
transpOrdStageNetDuration
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageNetDuration(@Nullable BigDecimal transpOrdStageNetDuration) Constraints: Not nullable, Precision: 11Original property name from the Odata EDM: TranspOrdStageNetDuration
- Returns:
this.
-
transpOrdStageSrceStopUUID
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageSrceStopUUID(@Nullable UUID transpOrdStageSrceStopUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdStageSrceStopUUID
- Returns:
this.
-
transpOrdStageDestStopUUID
@Nonnull public FreightOrderStage.FreightOrderStageBuilder transpOrdStageDestStopUUID(@Nullable UUID transpOrdStageDestStopUUID) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdStageDestStopUUID
- Returns:
this.
-
build
-
toString
-