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