Class FreightBookingDocRef.FreightBookingDocRefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingDocRef.FreightBookingDocRefBuilder
- Enclosing class:
- FreightBookingDocRef
Helper class to allow for fluent creation of FreightBookingDocRef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingDocRef to single FreightBooking.toString()transpOrdDocReferenceID(String transpOrdDocReferenceID) Constraints: Not nullable, Maximum length: 35transpOrdDocReferenceItmID(String transpOrdDocReferenceItmID) Constraints: Not nullable, Maximum length: 10transpOrdDocReferenceItmType(String transpOrdDocReferenceItmType) Constraints: Not nullable, Maximum length: 5transpOrdDocReferenceType(String transpOrdDocReferenceType) Constraints: Not nullable, Maximum length: 5transpOrdDocRefIssuerName(String transpOrdDocRefIssuerName) Constraints: Not nullable, Maximum length: 40transpOrdDocumentReferenceDate(LocalDate transpOrdDocumentReferenceDate) Constraints: NullabletransportationOrderDocRefUUID(UUID transportationOrderDocRefUUID) (Key Field) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightBooking
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder freightBooking(FreightBooking value) Navigation property _FreightBooking for FreightBookingDocRef to single FreightBooking.- Parameters:
value- The FreightBooking to build this FreightBookingDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
transportationOrderDocRefUUID
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transportationOrderDocRefUUID(@Nullable UUID transportationOrderDocRefUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderDocRefUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpOrdDocReferenceID
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocReferenceID(@Nullable String transpOrdDocReferenceID) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdDocReferenceID
- Returns:
this.
-
transpOrdDocReferenceType
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocReferenceType(@Nullable String transpOrdDocReferenceType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdDocReferenceType
- Returns:
this.
-
transpOrdDocReferenceItmID
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocReferenceItmID(@Nullable String transpOrdDocReferenceItmID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdDocReferenceItmID
- Returns:
this.
-
transpOrdDocReferenceItmType
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocReferenceItmType(@Nullable String transpOrdDocReferenceItmType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdDocReferenceItmType
- Returns:
this.
-
transpOrdDocumentReferenceDate
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocumentReferenceDate(@Nullable LocalDate transpOrdDocumentReferenceDate) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdDocumentReferenceDate
- Returns:
this.
-
transpOrdDocRefIssuerName
@Nonnull public FreightBookingDocRef.FreightBookingDocRefBuilder transpOrdDocRefIssuerName(@Nullable String transpOrdDocRefIssuerName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdDocRefIssuerName
- Returns:
this.
-
build
-
toString
-