Class FreightOrderItemDocRef.FreightOrderItemDocRefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FreightOrderItemDocRef.FreightOrderItemDocRefBuilder
- Enclosing class:
- FreightOrderItemDocRef
Helper class to allow for fluent creation of FreightOrderItemDocRef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()freightOrder(FreightOrder value) Navigation property _FreightOrder for FreightOrderItemDocRef to single FreightOrder.freightOrderItem(FreightOrderItem value) Navigation property _FreightOrderItem for FreightOrderItemDocRef to single FreightOrderItem.toString()transpOrdItemDocReferenceID(String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35transpOrdItemDocReferenceType(String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5transpOrdItemDocReferenceUUID(UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullabletranspOrdItemDocRefIssuerName(String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40transpOrdItmDocRefDate(LocalDate transpOrdItmDocRefDate) Constraints: NullabletranspOrdItmDocReferenceItemID(String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10transpOrdItmDocRefItemType(String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5transportationOrderItemUUID(UUID transportationOrderItemUUID) Constraints: Not nullabletransportationOrderUUID(UUID transportationOrderUUID) Constraints: Not nullable
-
Method Details
-
freightOrder
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder freightOrder(FreightOrder value) Navigation property _FreightOrder for FreightOrderItemDocRef to single FreightOrder.- Parameters:
value- The FreightOrder to build this FreightOrderItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
freightOrderItem
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder freightOrderItem(FreightOrderItem value) Navigation property _FreightOrderItem for FreightOrderItemDocRef to single FreightOrderItem.- Parameters:
value- The FreightOrderItem to build this FreightOrderItemDocRef with.- Returns:
- This Builder to allow for a fluent interface.
-
transpOrdItemDocReferenceUUID
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocReferenceUUID(@Nullable UUID transpOrdItemDocReferenceUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: TranspOrdItemDocReferenceUUID
- Returns:
this.
-
transportationOrderItemUUID
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderItemUUID
- Returns:
this.
-
transportationOrderUUID
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID) Constraints: Not nullableOriginal property name from the Odata EDM: TransportationOrderUUID
- Returns:
this.
-
transpOrdItemDocReferenceID
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocReferenceID(@Nullable String transpOrdItemDocReferenceID) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: TranspOrdItemDocReferenceID
- Returns:
this.
-
transpOrdItemDocReferenceType
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocReferenceType(@Nullable String transpOrdItemDocReferenceType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItemDocReferenceType
- Returns:
this.
-
transpOrdItmDocReferenceItemID
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocReferenceItemID(@Nullable String transpOrdItmDocReferenceItemID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID
- Returns:
this.
-
transpOrdItmDocRefItemType
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocRefItemType(@Nullable String transpOrdItmDocRefItemType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TranspOrdItmDocRefItemType
- Returns:
this.
-
transpOrdItmDocRefDate
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocRefDate(@Nullable LocalDate transpOrdItmDocRefDate) Constraints: NullableOriginal property name from the Odata EDM: TranspOrdItmDocRefDate
- Returns:
this.
-
transpOrdItemDocRefIssuerName
@Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocRefIssuerName(@Nullable String transpOrdItemDocRefIssuerName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName
- Returns:
this.
-
build
-
toString
-