Class InbDeliveryDocFlow.InbDeliveryDocFlowBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryDocFlow.InbDeliveryDocFlowBuilder
Enclosing class:
InbDeliveryDocFlow

public static class InbDeliveryDocFlow.InbDeliveryDocFlowBuilder extends Object
  • Method Details

    • deliveryVersion

      @Nonnull public InbDeliveryDocFlow.InbDeliveryDocFlowBuilder deliveryVersion(@Nullable String deliveryVersion)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DeliveryVersion

      Returns:
      this.
    • precedingDocument

      @Nonnull public InbDeliveryDocFlow.InbDeliveryDocFlowBuilder 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 InbDeliveryDocFlow.InbDeliveryDocFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PrecedingDocumentCategory

      Returns:
      this.
    • precedingDocumentItem

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

      Original property name from the Odata EDM: PrecedingDocumentItem

      Returns:
      this.
    • quantityInBaseUnit

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

      Original property name from the Odata EDM: QuantityInBaseUnit

      Returns:
      this.
    • sDFulfillmentCalculationRule

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

      Original property name from the Odata EDM: SDFulfillmentCalculationRule

      Returns:
      this.
    • subsequentDocument

      @Nonnull public InbDeliveryDocFlow.InbDeliveryDocFlowBuilder subsequentDocument(@Nullable String subsequentDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubsequentDocument

      Returns:
      this.
    • subsequentDocumentCategory

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

      Original property name from the Odata EDM: SubsequentDocumentCategory

      Returns:
      this.
    • subsequentDocumentItem

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

      Original property name from the Odata EDM: SubsequentDocumentItem

      Returns:
      this.
    • transferOrderInWrhsMgmtIsConfd

      @Nonnull public InbDeliveryDocFlow.InbDeliveryDocFlowBuilder transferOrderInWrhsMgmtIsConfd(@Nullable Boolean transferOrderInWrhsMgmtIsConfd)
      Constraints: none

      Original property name from the Odata EDM: TransferOrderInWrhsMgmtIsConfd

      Returns:
      this.
    • build

      @Nonnull public InbDeliveryDocFlow build()
    • toString

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