Class OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder
- Enclosing class:
- OutbDeliveryDocFlow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deliveryversion(String deliveryversion) Constraints: Not nullable, Maximum length: 4precedingDocument(String precedingDocument) (Key Field) Constraints: Not nullable, Maximum length: 10precedingDocumentCategory(String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4precedingDocumentItem(String precedingDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6quantityInBaseUnit(BigDecimal quantityInBaseUnit) Constraints: Not nullable, Precision: 15, Scale: 3sDFulfillmentCalculationRule(String sDFulfillmentCalculationRule) Constraints: Not nullable, Maximum length: 1subsequentdocument(String subsequentdocument) Constraints: Not nullable, Maximum length: 10subsequentDocumentCategory(String subsequentDocumentCategory) (Key Field) Constraints: Not nullable, Maximum length: 4subsequentDocumentItem(String subsequentDocumentItem) Constraints: Not nullable, Maximum length: 6toString()transferOrderInWrhsMgmtIsConfd(Boolean transferOrderInWrhsMgmtIsConfd) Constraints: none
-
Method Details
-
deliveryversion
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder deliveryversion(@Nullable String deliveryversion) Constraints: Not nullable, Maximum length: 4Original 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: 10Original property name from the Odata EDM: PrecedingDocument
- Returns:
this.
-
precedingDocumentCategory
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder precedingDocumentCategory(@Nullable String precedingDocumentCategory) Constraints: Not nullable, Maximum length: 4Original 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: 6Original property name from the Odata EDM: PrecedingDocumentItem
- Returns:
this.
-
subsequentdocument
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder subsequentdocument(@Nullable String subsequentdocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Subsequentdocument
- Returns:
this.
-
quantityInBaseUnit
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder quantityInBaseUnit(@Nullable BigDecimal quantityInBaseUnit) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: QuantityInBaseUnit
- Returns:
this.
-
subsequentDocumentItem
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder subsequentDocumentItem(@Nullable String subsequentDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SubsequentDocumentItem
- Returns:
this.
-
sDFulfillmentCalculationRule
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder sDFulfillmentCalculationRule(@Nullable String sDFulfillmentCalculationRule) Constraints: Not nullable, Maximum length: 1Original 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: 4Original property name from the Odata EDM: SubsequentDocumentCategory
- Returns:
this.
-
transferOrderInWrhsMgmtIsConfd
@Nonnull public OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder transferOrderInWrhsMgmtIsConfd(@Nullable Boolean transferOrderInWrhsMgmtIsConfd) Constraints: noneOriginal property name from the Odata EDM: TransferOrderInWrhsMgmtIsConfd
- Returns:
this.
-
build
-
toString
-