Class FreightBookingEvent.FreightBookingEventBuilder
- Enclosing class:
- FreightBookingEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(OffsetDateTime changedDateTime) Constraints: NullablecreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: NullablefreightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingEvent to single FreightBooking.lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12locationAdditionalUUID(UUID locationAdditionalUUID) Constraints: NullabletoString()transpOrdEventCode(String transpOrdEventCode) Constraints: Not nullable, Maximum length: 20transpOrdEvtActualDateTime(OffsetDateTime transpOrdEvtActualDateTime) Constraints: NullabletranspOrdEvtActualDateTimeZone(String transpOrdEvtActualDateTimeZone) Constraints: Not nullable, Maximum length: 6transportationOrderEvent(String transportationOrderEvent) Constraints: Not nullable, Maximum length: 10transportationOrderEventUUID(UUID transportationOrderEventUUID) (Key Field) Constraints: Not nullabletransportationOrderStopUUID(UUID transportationOrderStopUUID) Constraints: NullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightBooking
Navigation property _FreightBooking for FreightBookingEvent to single FreightBooking.- Parameters:
value- The FreightBooking to build this FreightBookingEvent with.- Returns:
- This Builder to allow for a fluent interface.
-
transportationOrderEventUUID
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transportationOrderEventUUID(@Nullable UUID transportationOrderEventUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderEventUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transportationOrderEvent
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transportationOrderEvent(@Nullable String transportationOrderEvent) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TransportationOrderEvent
- Returns:
this.
-
transpOrdEventCode
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transpOrdEventCode(@Nullable String transpOrdEventCode) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TranspOrdEventCode
- Returns:
this.
-
transpOrdEvtActualDateTime
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transpOrdEvtActualDateTime(@Nullable OffsetDateTime transpOrdEvtActualDateTime) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdEvtActualDateTime
- Returns:
this.
-
transpOrdEvtActualDateTimeZone
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transpOrdEvtActualDateTimeZone(@Nullable String transpOrdEvtActualDateTimeZone) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TranspOrdEvtActualDateTimeZone
- Returns:
this.
-
locationAdditionalUUID
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder locationAdditionalUUID(@Nullable UUID locationAdditionalUUID) Constraints: NullableOriginal property name from the Odata EDM: LocationAdditionalUUID
- Returns:
this.
-
transportationOrderStopUUID
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder transportationOrderStopUUID(@Nullable UUID transportationOrderStopUUID) Constraints: NullableOriginal property name from the Odata EDM: TransportationOrderStopUUID
- Returns:
this.
-
createdByUser
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: NullableOriginal property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
changedDateTime
@Nonnull public FreightBookingEvent.FreightBookingEventBuilder changedDateTime(@Nullable OffsetDateTime changedDateTime) Constraints: NullableOriginal property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-