Class FreightOrderItemDocRef.FreightOrderItemDocRefBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FreightOrderItemDocRef.FreightOrderItemDocRefBuilder
Enclosing class:
FreightOrderItemDocRef

public static final class FreightOrderItemDocRef.FreightOrderItemDocRefBuilder extends Object
Helper class to allow for fluent creation of FreightOrderItemDocRef instances.
  • Method Details

    • freightOrder

      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

      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 nullable

      Original property name from the Odata EDM: TranspOrdItemDocReferenceUUID

      Returns:
      this.
    • transportationOrderItemUUID

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TransportationOrderItemUUID

      Returns:
      this.
    • transportationOrderUUID

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TransportationOrderUUID

      Returns:
      this.
    • transpOrdItemDocReferenceID

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocReferenceID(@Nullable String transpOrdItemDocReferenceID)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: TranspOrdItemDocReferenceID

      Returns:
      this.
    • transpOrdItemDocReferenceType

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocReferenceType(@Nullable String transpOrdItemDocReferenceType)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TranspOrdItemDocReferenceType

      Returns:
      this.
    • transpOrdItmDocReferenceItemID

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocReferenceItemID(@Nullable String transpOrdItmDocReferenceItemID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID

      Returns:
      this.
    • transpOrdItmDocRefItemType

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocRefItemType(@Nullable String transpOrdItmDocRefItemType)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TranspOrdItmDocRefItemType

      Returns:
      this.
    • transpOrdItmDocRefDate

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItmDocRefDate(@Nullable LocalDate transpOrdItmDocRefDate)
      Constraints: Nullable

      Original property name from the Odata EDM: TranspOrdItmDocRefDate

      Returns:
      this.
    • transpOrdItemDocRefIssuerName

      @Nonnull public FreightOrderItemDocRef.FreightOrderItemDocRefBuilder transpOrdItemDocRefIssuerName(@Nullable String transpOrdItemDocRefIssuerName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName

      Returns:
      this.
    • build

      @Nonnull public FreightOrderItemDocRef build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object