Class OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder
Enclosing class:
OutbDeliveryDocFlow

public static class OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder extends Object
  • Method Details

    • deliveryversion

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder deliveryversion(@Nullable String deliveryversion)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Deliveryversion

      Returns:
      this.
    • precedingDocument

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder precedingDocument(@Nullable String precedingDocument)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PrecedingDocument

      Returns:
      this.
    • precedingDocumentCategory

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PrecedingDocumentCategory

      Returns:
      this.
    • precedingDocumentItem

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder precedingDocumentItem(@Nullable String precedingDocumentItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PrecedingDocumentItem

      Returns:
      this.
    • subsequentdocument

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder subsequentdocument(@Nullable String subsequentdocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Subsequentdocument

      Returns:
      this.
    • quantityInBaseUnit

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder quantityInBaseUnit(@Nullable BigDecimal quantityInBaseUnit)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: QuantityInBaseUnit

      Returns:
      this.
    • subsequentDocumentItem

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder subsequentDocumentItem(@Nullable String subsequentDocumentItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SubsequentDocumentItem

      Returns:
      this.
    • sDFulfillmentCalculationRule

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder sDFulfillmentCalculationRule(@Nullable String sDFulfillmentCalculationRule)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SDFulfillmentCalculationRule

      Returns:
      this.
    • subsequentDocumentCategory

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder subsequentDocumentCategory(@Nullable String subsequentDocumentCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SubsequentDocumentCategory

      Returns:
      this.
    • transferOrderInWrhsMgmtIsConfd

      @Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder transferOrderInWrhsMgmtIsConfd(@Nullable Boolean transferOrderInWrhsMgmtIsConfd)
      Constraints: none

      Original property name from the Odata EDM: TransferOrderInWrhsMgmtIsConfd

      Returns:
      this.
    • build

      @Nonnull public OutbDeliveryDocFlow build()
    • toString

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