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