Class FreightUnitItemDocRef.FreightUnitItemDocRefBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration.FreightUnitItemDocRef.FreightUnitItemDocRefBuilder
Enclosing class:
FreightUnitItemDocRef

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

    • freightUnit

      Navigation property _FreightUnit for FreightUnitItemDocRef to single FreightUnit.
      Parameters:
      value - The FreightUnit to build this FreightUnitItemDocRef with.
      Returns:
      This Builder to allow for a fluent interface.
    • freightUnitItem

      Navigation property _FreightUnitItem for FreightUnitItemDocRef to single FreightUnitItem.
      Parameters:
      value - The FreightUnitItem to build this FreightUnitItemDocRef with.
      Returns:
      This Builder to allow for a fluent interface.
    • transpOrdItemDocReferenceUUID

      @Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItemDocReferenceUUID(@Nullable UUID transpOrdItemDocReferenceUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: TranspOrdItemDocReferenceUUID

      Returns:
      this.
    • transportationOrderItemUUID

      @Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transportationOrderItemUUID(@Nullable UUID transportationOrderItemUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TransportationOrderItemUUID

      Returns:
      this.
    • transportationOrderUUID

      @Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transportationOrderUUID(@Nullable UUID transportationOrderUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: TransportationOrderUUID

      Returns:
      this.
    • transpOrdItemDocReferenceID

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

      Original property name from the Odata EDM: TranspOrdItemDocReferenceID

      Returns:
      this.
    • transpOrdItemDocReferenceType

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

      Original property name from the Odata EDM: TranspOrdItemDocReferenceType

      Returns:
      this.
    • transpOrdItmDocReferenceItemID

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

      Original property name from the Odata EDM: TranspOrdItmDocReferenceItemID

      Returns:
      this.
    • transpOrdItmDocRefItemType

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

      Original property name from the Odata EDM: TranspOrdItmDocRefItemType

      Returns:
      this.
    • transpOrdItmDocRefDate

      @Nonnull public FreightUnitItemDocRef.FreightUnitItemDocRefBuilder transpOrdItmDocRefDate(@Nullable LocalDate transpOrdItmDocRefDate)
      Constraints: Nullable

      Original property name from the Odata EDM: TranspOrdItmDocRefDate

      Returns:
      this.
    • transpOrdItemDocRefIssuerName

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

      Original property name from the Odata EDM: TranspOrdItemDocRefIssuerName

      Returns:
      this.
    • build

      @Nonnull public FreightUnitItemDocRef build()
    • toString

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