Class SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder
- Enclosing class:
- SalesOrderWithoutChargeItem
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10build()deliveryDateTypeRule(String deliveryDateTypeRule) Constraints: Not nullable, Maximum length: 1deliveryPriority(String deliveryPriority) Constraints: Not nullable, Maximum length: 2deliveryStatus(String deliveryStatus) Constraints: Not nullable, Maximum length: 1higherLevelItem(String higherLevelItem) Constraints: Not nullable, Maximum length: 6incotermsClassification(String incotermsClassification) Constraints: Not nullable, Maximum length: 3incotermsLocation1(String incotermsLocation1) Constraints: Not nullable, Maximum length: 70incotermsLocation2(String incotermsLocation2) Constraints: Not nullable, Maximum length: 70incotermsTransferLocation(String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28itemGrossWeight(BigDecimal itemGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3itemNetWeight(BigDecimal itemNetWeight) Constraints: Not nullable, Precision: 15, Scale: 3itemVolume(BigDecimal itemVolume) Constraints: Not nullable, Precision: 15, Scale: 3itemVolumeISOUnit(String itemVolumeISOUnit) Constraints: Not nullable, Maximum length: 3itemVolumeSAPUnit(String itemVolumeSAPUnit) Constraints: Not nullable, Maximum length: 3itemVolumeUnit(String itemVolumeUnit) Constraints: Not nullable, Maximum length: 3itemWeightISOUnit(String itemWeightISOUnit) Constraints: Not nullable, Maximum length: 3itemWeightSAPUnit(String itemWeightSAPUnit) Constraints: Not nullable, Maximum length: 3itemWeightUnit(String itemWeightUnit) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 40materialByCustomer(String materialByCustomer) Constraints: Not nullable, Maximum length: 35materialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9materialPricingGroup(String materialPricingGroup) Constraints: Not nullable, Maximum length: 2netAmount(BigDecimal netAmount) Constraints: Not nullable, Precision: 16, Scale: 3partner(SlsOrdWthoutChrgItmPartner... value) Navigation property to_Partner for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgItmPartner.Constraints: Not nullable, Maximum length: 4profitCenter(String profitCenter) Constraints: Not nullable, Maximum length: 10purchaseOrderByCustomer(String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35referenceSDDocument(String referenceSDDocument) Constraints: Not nullable, Maximum length: 10referenceSDDocumentItem(String referenceSDDocumentItem) Constraints: Not nullable, Maximum length: 6requestedQuantity(BigDecimal requestedQuantity) Constraints: Not nullable, Precision: 15, Scale: 3requestedQuantityISOUnit(String requestedQuantityISOUnit) Constraints: Not nullable, Maximum length: 3requestedQuantitySAPUnit(String requestedQuantitySAPUnit) Constraints: Not nullable, Maximum length: 3requestedQuantityUnit(String requestedQuantityUnit) Constraints: Not nullable, Maximum length: 3salesDocumentRjcnReason(String salesDocumentRjcnReason) Constraints: Not nullable, Maximum length: 2Navigation property to_SalesOrderWithoutCharge for SalesOrderWithoutChargeItem to single SalesOrderWithoutCharge.salesOrderWithoutCharge(String value) (Key Field) Constraints: Not nullable, Maximum length: 10salesOrderWithoutChargeItem(String salesOrderWithoutChargeItem) (Key Field) Constraints: Not nullable, Maximum length: 6salesOrderWthoutChrgItemText(String salesOrderWthoutChrgItemText) Constraints: Not nullable, Maximum length: 40scheduleLine(SlsOrdWthoutChrgSchedLine... value) Navigation property to_ScheduleLine for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgSchedLine.sDProcessStatus(String sDProcessStatus) Constraints: Not nullable, Maximum length: 1shippingPoint(String shippingPoint) Constraints: Not nullable, Maximum length: 4shippingType(String shippingType) Constraints: Not nullable, Maximum length: 2slsOrdWthoutChrgItemCategory(String slsOrdWthoutChrgItemCategory) Constraints: Not nullable, Maximum length: 4storageLocation(String storageLocation) Constraints: Not nullable, Maximum length: 4text(SlsOrdWthoutChrgItmText... value) Navigation property to_Text for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgItmText.toString()transactionCurrency(String transactionCurrency) Constraints: Not nullable, Maximum length: 5wBSElement(String wBSElement) Constraints: Not nullable, Maximum length: 24
-
Method Details
-
partner
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder partner(SlsOrdWthoutChrgItmPartner... value) Navigation property to_Partner for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgItmPartner.- Parameters:
value- The SlsOrdWthoutChrgItmPartners to build this SalesOrderWithoutChargeItem with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutCharge
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder salesOrderWithoutCharge(SalesOrderWithoutCharge value) Navigation property to_SalesOrderWithoutCharge for SalesOrderWithoutChargeItem to single SalesOrderWithoutCharge.- Parameters:
value- The SalesOrderWithoutCharge to build this SalesOrderWithoutChargeItem with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutCharge
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder salesOrderWithoutCharge(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrderWithoutCharge
- Parameters:
value- The salesOrderWithoutCharge to build this SalesOrderWithoutChargeItem with.- Returns:
- This Builder to allow for a fluent interface.
-
scheduleLine
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder scheduleLine(SlsOrdWthoutChrgSchedLine... value) Navigation property to_ScheduleLine for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgSchedLine.- Parameters:
value- The SlsOrdWthoutChrgSchedLines to build this SalesOrderWithoutChargeItem with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder text(SlsOrdWthoutChrgItmText... value) Navigation property to_Text for SalesOrderWithoutChargeItem to multiple SlsOrdWthoutChrgItmText.- Parameters:
value- The SlsOrdWthoutChrgItmTexts to build this SalesOrderWithoutChargeItem with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrderWithoutChargeItem
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder salesOrderWithoutChargeItem(@Nullable String salesOrderWithoutChargeItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderWithoutChargeItem
- Returns:
this.
-
higherLevelItem
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder higherLevelItem(@Nullable String higherLevelItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HigherLevelItem
- Returns:
this.
-
slsOrdWthoutChrgItemCategory
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder slsOrdWthoutChrgItemCategory(@Nullable String slsOrdWthoutChrgItemCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SlsOrdWthoutChrgItemCategory
- Returns:
this.
-
salesOrderWthoutChrgItemText
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder salesOrderWthoutChrgItemText(@Nullable String salesOrderWthoutChrgItemText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SalesOrderWthoutChrgItemText
- Returns:
this.
-
purchaseOrderByCustomer
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: PurchaseOrderByCustomer
- Returns:
this.
-
material
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder material(@Nullable String material) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
materialByCustomer
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder materialByCustomer(@Nullable String materialByCustomer) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: MaterialByCustomer
- Returns:
this.
-
requestedQuantity
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder requestedQuantity(@Nullable BigDecimal requestedQuantity) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: RequestedQuantity
- Returns:
this.
-
requestedQuantityUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder requestedQuantityUnit(@Nullable String requestedQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RequestedQuantityUnit
- Returns:
this.
-
requestedQuantitySAPUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder requestedQuantitySAPUnit(@Nullable String requestedQuantitySAPUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RequestedQuantitySAPUnit
- Returns:
this.
-
requestedQuantityISOUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder requestedQuantityISOUnit(@Nullable String requestedQuantityISOUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RequestedQuantityISOUnit
- Returns:
this.
-
itemGrossWeight
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemGrossWeight(@Nullable BigDecimal itemGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemGrossWeight
- Returns:
this.
-
itemNetWeight
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemNetWeight(@Nullable BigDecimal itemNetWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemNetWeight
- Returns:
this.
-
itemWeightUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemWeightUnit(@Nullable String itemWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemWeightUnit
- Returns:
this.
-
itemWeightSAPUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemWeightSAPUnit(@Nullable String itemWeightSAPUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemWeightSAPUnit
- Returns:
this.
-
itemWeightISOUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemWeightISOUnit(@Nullable String itemWeightISOUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemWeightISOUnit
- Returns:
this.
-
itemVolume
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemVolume(@Nullable BigDecimal itemVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemVolume
- Returns:
this.
-
itemVolumeUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemVolumeUnit(@Nullable String itemVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemVolumeUnit
- Returns:
this.
-
itemVolumeSAPUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemVolumeSAPUnit(@Nullable String itemVolumeSAPUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemVolumeSAPUnit
- Returns:
this.
-
itemVolumeISOUnit
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder itemVolumeISOUnit(@Nullable String itemVolumeISOUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemVolumeISOUnit
- Returns:
this.
-
transactionCurrency
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder transactionCurrency(@Nullable String transactionCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TransactionCurrency
- Returns:
this.
-
netAmount
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder netAmount(@Nullable BigDecimal netAmount) Constraints: Not nullable, Precision: 16, Scale: 3Original property name from the Odata EDM: NetAmount
- Returns:
this.
-
materialGroup
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder materialGroup(@Nullable String materialGroup) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
this.
-
materialPricingGroup
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder materialPricingGroup(@Nullable String materialPricingGroup) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaterialPricingGroup
- Returns:
this.
-
batch
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder batch(@Nullable String batch) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
this.
-
plant
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
storageLocation
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder storageLocation(@Nullable String storageLocation) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: StorageLocation
- Returns:
this.
-
shippingPoint
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder shippingPoint(@Nullable String shippingPoint) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ShippingPoint
- Returns:
this.
-
shippingType
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder shippingType(@Nullable String shippingType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ShippingType
- Returns:
this.
-
deliveryPriority
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder deliveryPriority(@Nullable String deliveryPriority) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DeliveryPriority
- Returns:
this.
-
deliveryDateTypeRule
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder deliveryDateTypeRule(@Nullable String deliveryDateTypeRule) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DeliveryDateTypeRule
- Returns:
this.
-
incotermsClassification
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder incotermsClassification(@Nullable String incotermsClassification) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsClassification
- Returns:
this.
-
incotermsTransferLocation
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsTransferLocation
- Returns:
this.
-
incotermsLocation1
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder incotermsLocation1(@Nullable String incotermsLocation1) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation1
- Returns:
this.
-
incotermsLocation2
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder incotermsLocation2(@Nullable String incotermsLocation2) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: IncotermsLocation2
- Returns:
this.
-
salesDocumentRjcnReason
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder salesDocumentRjcnReason(@Nullable String salesDocumentRjcnReason) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SalesDocumentRjcnReason
- Returns:
this.
-
wBSElement
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder wBSElement(@Nullable String wBSElement) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: WBSElement
- Returns:
this.
-
profitCenter
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder profitCenter(@Nullable String profitCenter) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
referenceSDDocument
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder referenceSDDocument(@Nullable String referenceSDDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReferenceSDDocument
- Returns:
this.
-
referenceSDDocumentItem
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder referenceSDDocumentItem(@Nullable String referenceSDDocumentItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ReferenceSDDocumentItem
- Returns:
this.
-
sDProcessStatus
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder sDProcessStatus(@Nullable String sDProcessStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SDProcessStatus
- Returns:
this.
-
deliveryStatus
@Nonnull public SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder deliveryStatus(@Nullable String deliveryStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DeliveryStatus
- Returns:
this.
-
build
-
toString
-