Class BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder
- Enclosing class:
- BusSolnOrderSalesItem
-
Method Summary
Modifier and TypeMethodDescriptionbillingBlockReason(String billingBlockReason) Constraints: Not nullable, Maximum length: 2billToParty(String billToParty) Constraints: Not nullable, Maximum length: 10build()Navigation property to_BusinessSolutionOrder for BusSolnOrderSalesItem to single BusinessSolutionOrder.businessSolutionOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10businessSolutionOrderItem(String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6businessSolutionOrderItemUUID(UUID businessSolutionOrderItemUUID) Constraints: nonebusSolnOrdItmCategory(String busSolnOrdItmCategory) Constraints: Not nullable, Maximum length: 4busSolnOrdItmDescription(String busSolnOrdItmDescription) Constraints: Not nullable, Maximum length: 40busSolnOrdItmDistrStatus(String busSolnOrdItmDistrStatus) Constraints: Not nullable, Maximum length: 1busSolnOrdItmDistrStatusName(String busSolnOrdItmDistrStatusName) Constraints: Not nullable, Maximum length: 60busSolnOrdItmExtReference(String busSolnOrdItmExtReference) Constraints: Not nullable, Maximum length: 80busSolnOrdItmIsCompleted(String busSolnOrdItmIsCompleted) Constraints: Not nullable, Maximum length: 1busSolnOrdItmIsRejected(String busSolnOrdItmIsRejected) Constraints: Not nullable, Maximum length: 1busSolnOrdItmIsReleased(String busSolnOrdItmIsReleased) Constraints: Not nullable, Maximum length: 1busSolnOrdItmQtyUnitISOCode(String busSolnOrdItmQtyUnitISOCode) Constraints: Not nullable, Maximum length: 3busSolnOrdItmQtyUnitSAPCode(String busSolnOrdItmQtyUnitSAPCode) Constraints: Not nullable, Maximum length: 3busSolnOrdItmRjcnReason(String busSolnOrdItmRjcnReason) Constraints: Not nullable, Maximum length: 2busSolnOrdItmRjcnReasonText(String busSolnOrdItmRjcnReasonText) Constraints: Not nullable, Maximum length: 40configurationNumber(String configurationNumber) Constraints: Not nullable, Maximum length: 18configurations(BusSolnOrdItmConfiguration... value) Navigation property to_Configurations for BusSolnOrderSalesItem to multiple BusSolnOrdItmConfiguration.contactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10cPQQuotationItem(String cPQQuotationItem) Constraints: Not nullable, Maximum length: 32deliveryBlockReason(String deliveryBlockReason) Constraints: Not nullable, Maximum length: 2deliveryGroup(String deliveryGroup) Constraints: Not nullable, Maximum length: 3deliveryPriority(String deliveryPriority) Constraints: Not nullable, Maximum length: 2incotermsPart1(String incotermsPart1) Constraints: Not nullable, Maximum length: 3incotermsPart2(String incotermsPart2) Constraints: Not nullable, Maximum length: 28itemGrossWeight(BigDecimal itemGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3itemNetWeight(BigDecimal itemNetWeight) Constraints: Not nullable, Precision: 15, Scale: 3itemOrderProbabilityInPercent(String itemOrderProbabilityInPercent) Constraints: Not nullable, Maximum length: 3itemVolume(BigDecimal itemVolume) Constraints: Not nullable, Precision: 15, Scale: 3itemVolumeUnit(String itemVolumeUnit) Constraints: Not nullable, Maximum length: 3itemWeightUnit(String itemWeightUnit) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 2materialPricingGroup(String materialPricingGroup) Constraints: Not nullable, Maximum length: 2orderCombinationIsAllowed(Boolean orderCombinationIsAllowed) Constraints: nonepartialDeliveryIsAllowed(String partialDeliveryIsAllowed) Constraints: Not nullable, Maximum length: 1payerParty(String payerParty) Constraints: Not nullable, Maximum length: 10paymentTerms(String paymentTerms) Constraints: Not nullable, Maximum length: 4personResponsible(String personResponsible) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4priceElement(BusSolnOrderItemPriceElement... value) Navigation property to_PriceElement for BusSolnOrderSalesItem to multiple BusSolnOrderItemPriceElement.Constraints: Not nullable, Maximum length: 54profitCenter(String profitCenter) Constraints: Not nullable, Maximum length: 10purchaseOrderByCustomer(String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35quantity(BigDecimal quantity) Constraints: Not nullable, Precision: 13, Scale: 3quantityUnit(String quantityUnit) Constraints: Not nullable, Maximum length: 3requestedDeliveryUTCDateTime(ZonedDateTime requestedDeliveryUTCDateTime) Constraints: Not nullable, Precision: 0salesOrder(BusSolnOrdItmFUPSalesOrder... value) Navigation property to_SalesOrder for BusSolnOrderSalesItem to multiple BusSolnOrdItmFUPSalesOrder.scheduleLine(BusSolnOrderItemScheduleLine... value) Navigation property to_ScheduleLine for BusSolnOrderSalesItem to multiple BusSolnOrderItemScheduleLine.serviceDocItemBillingStatus(String serviceDocItemBillingStatus) Constraints: Not nullable, Maximum length: 1serviceDocumentItemCharUUID(UUID serviceDocumentItemCharUUID) Constraints: noneserviceDocumentItemNetAmount(BigDecimal serviceDocumentItemNetAmount) Constraints: Not nullable, Precision: 16, Scale: 3shipToParty(String shipToParty) Constraints: Not nullable, Maximum length: 10soldToParty(String soldToParty) Constraints: Not nullable, Maximum length: 10srvcDocDeliveryStatusText(String srvcDocDeliveryStatusText) Constraints: Not nullable, Maximum length: 60srvcDocItmDeliveryStatus(String srvcDocItmDeliveryStatus) Constraints: Not nullable, Maximum length: 1text(BusSolutionOrderItemText... value) Navigation property to_Text for BusSolnOrderSalesItem to multiple BusSolutionOrderItemText.toString()transactionCurrency(String transactionCurrency) Constraints: Not nullable, Maximum length: 5userStatus(BusSolnOrdItmUserStatus... value) Navigation property to_UserStatus for BusSolnOrderSalesItem to multiple BusSolnOrdItmUserStatus.
-
Method Details
-
businessSolutionOrder
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder businessSolutionOrder(BusinessSolutionOrder value) Navigation property to_BusinessSolutionOrder for BusSolnOrderSalesItem to single BusinessSolutionOrder.- Parameters:
value- The BusinessSolutionOrder to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
businessSolutionOrder
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder businessSolutionOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
value- The businessSolutionOrder to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
configurations
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder configurations(BusSolnOrdItmConfiguration... value) Navigation property to_Configurations for BusSolnOrderSalesItem to multiple BusSolnOrdItmConfiguration.- Parameters:
value- The BusSolnOrdItmConfigurations to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
priceElement
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder priceElement(BusSolnOrderItemPriceElement... value) Navigation property to_PriceElement for BusSolnOrderSalesItem to multiple BusSolnOrderItemPriceElement.- Parameters:
value- The BusSolnOrderItemPriceElements to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrder
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder salesOrder(BusSolnOrdItmFUPSalesOrder... value) Navigation property to_SalesOrder for BusSolnOrderSalesItem to multiple BusSolnOrdItmFUPSalesOrder.- Parameters:
value- The BusSolnOrdItmFUPSalesOrders to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
scheduleLine
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder scheduleLine(BusSolnOrderItemScheduleLine... value) Navigation property to_ScheduleLine for BusSolnOrderSalesItem to multiple BusSolnOrderItemScheduleLine.- Parameters:
value- The BusSolnOrderItemScheduleLines to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder text(BusSolutionOrderItemText... value) Navigation property to_Text for BusSolnOrderSalesItem to multiple BusSolutionOrderItemText.- Parameters:
value- The BusSolutionOrderItemTexts to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
userStatus
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder userStatus(BusSolnOrdItmUserStatus... value) Navigation property to_UserStatus for BusSolnOrderSalesItem to multiple BusSolnOrdItmUserStatus.- Parameters:
value- The BusSolnOrdItmUserStatuss to build this BusSolnOrderSalesItem with.- Returns:
- This Builder to allow for a fluent interface.
-
businessSolutionOrderItem
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
this.
-
serviceDocumentItemCharUUID
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder serviceDocumentItemCharUUID(@Nullable UUID serviceDocumentItemCharUUID) Constraints: noneOriginal property name from the Odata EDM: ServiceDocumentItemCharUUID
- Returns:
this.
-
businessSolutionOrderItemUUID
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder businessSolutionOrderItemUUID(@Nullable UUID businessSolutionOrderItemUUID) Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderItemUUID
- Returns:
this.
-
busSolnOrdItmCategory
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmCategory(@Nullable String busSolnOrdItmCategory) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusSolnOrdItmCategory
- Returns:
this.
-
product
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder product(@Nullable String product) Constraints: Not nullable, Maximum length: 54Original property name from the Odata EDM: Product
- Returns:
this.
-
quantity
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder quantity(@Nullable BigDecimal quantity) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: Quantity
- Returns:
this.
-
quantityUnit
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder quantityUnit(@Nullable String quantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: QuantityUnit
- Returns:
this.
-
busSolnOrdItmQtyUnitSAPCode
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmQtyUnitSAPCode(@Nullable String busSolnOrdItmQtyUnitSAPCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusSolnOrdItmQtyUnitSAPCode
- Returns:
this.
-
busSolnOrdItmQtyUnitISOCode
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmQtyUnitISOCode(@Nullable String busSolnOrdItmQtyUnitISOCode) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusSolnOrdItmQtyUnitISOCode
- Returns:
this.
-
busSolnOrdItmDescription
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmDescription(@Nullable String busSolnOrdItmDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusSolnOrdItmDescription
- Returns:
this.
-
language
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder language(@Nullable String language) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
busSolnOrdItmExtReference
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmExtReference(@Nullable String busSolnOrdItmExtReference) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: BusSolnOrdItmExtReference
- Returns:
this.
-
itemOrderProbabilityInPercent
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemOrderProbabilityInPercent(@Nullable String itemOrderProbabilityInPercent) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemOrderProbabilityInPercent
- Returns:
this.
-
paymentTerms
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder paymentTerms(@Nullable String paymentTerms) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PaymentTerms
- Returns:
this.
-
incotermsPart1
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder incotermsPart1(@Nullable String incotermsPart1) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: IncotermsPart1
- Returns:
this.
-
incotermsPart2
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder incotermsPart2(@Nullable String incotermsPart2) Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: IncotermsPart2
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
busSolnOrdItmIsReleased
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmIsReleased(@Nullable String busSolnOrdItmIsReleased) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusSolnOrdItmIsReleased
- Returns:
this.
-
busSolnOrdItmIsCompleted
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmIsCompleted(@Nullable String busSolnOrdItmIsCompleted) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusSolnOrdItmIsCompleted
- Returns:
this.
-
busSolnOrdItmIsRejected
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmIsRejected(@Nullable String busSolnOrdItmIsRejected) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusSolnOrdItmIsRejected
- Returns:
this.
-
busSolnOrdItmDistrStatus
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmDistrStatus(@Nullable String busSolnOrdItmDistrStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusSolnOrdItmDistrStatus
- Returns:
this.
-
busSolnOrdItmDistrStatusName
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmDistrStatusName(@Nullable String busSolnOrdItmDistrStatusName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BusSolnOrdItmDistrStatusName
- Returns:
this.
-
busSolnOrdItmRjcnReason
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmRjcnReason(@Nullable String busSolnOrdItmRjcnReason) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusSolnOrdItmRjcnReason
- Returns:
this.
-
busSolnOrdItmRjcnReasonText
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder busSolnOrdItmRjcnReasonText(@Nullable String busSolnOrdItmRjcnReasonText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusSolnOrdItmRjcnReasonText
- Returns:
this.
-
srvcDocItmDeliveryStatus
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder srvcDocItmDeliveryStatus(@Nullable String srvcDocItmDeliveryStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SrvcDocItmDeliveryStatus
- Returns:
this.
-
srvcDocDeliveryStatusText
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder srvcDocDeliveryStatusText(@Nullable String srvcDocDeliveryStatusText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SrvcDocDeliveryStatusText
- Returns:
this.
-
serviceDocItemBillingStatus
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder serviceDocItemBillingStatus(@Nullable String serviceDocItemBillingStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ServiceDocItemBillingStatus
- Returns:
this.
-
billingBlockReason
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder billingBlockReason(@Nullable String billingBlockReason) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BillingBlockReason
- Returns:
this.
-
soldToParty
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder soldToParty(@Nullable String soldToParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Returns:
this.
-
shipToParty
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder shipToParty(@Nullable String shipToParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ShipToParty
- Returns:
this.
-
billToParty
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder billToParty(@Nullable String billToParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BillToParty
- Returns:
this.
-
payerParty
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder payerParty(@Nullable String payerParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PayerParty
- Returns:
this.
-
personResponsible
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder personResponsible(@Nullable String personResponsible) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PersonResponsible
- Returns:
this.
-
contactPerson
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder contactPerson(@Nullable String contactPerson) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
this.
-
deliveryPriority
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder deliveryPriority(@Nullable String deliveryPriority) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DeliveryPriority
- Returns:
this.
-
partialDeliveryIsAllowed
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder partialDeliveryIsAllowed(@Nullable String partialDeliveryIsAllowed) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PartialDeliveryIsAllowed
- Returns:
this.
-
orderCombinationIsAllowed
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder orderCombinationIsAllowed(@Nullable Boolean orderCombinationIsAllowed) Constraints: noneOriginal property name from the Odata EDM: OrderCombinationIsAllowed
- Returns:
this.
-
deliveryBlockReason
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder deliveryBlockReason(@Nullable String deliveryBlockReason) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DeliveryBlockReason
- Returns:
this.
-
requestedDeliveryUTCDateTime
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder requestedDeliveryUTCDateTime(@Nullable ZonedDateTime requestedDeliveryUTCDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RequestedDeliveryUTCDateTime
- Returns:
this.
-
serviceDocumentItemNetAmount
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder serviceDocumentItemNetAmount(@Nullable BigDecimal serviceDocumentItemNetAmount) Constraints: Not nullable, Precision: 16, Scale: 3Original property name from the Odata EDM: ServiceDocumentItemNetAmount
- Returns:
this.
-
transactionCurrency
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder transactionCurrency(@Nullable String transactionCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TransactionCurrency
- Returns:
this.
-
profitCenter
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder profitCenter(@Nullable String profitCenter) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
purchaseOrderByCustomer
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: PurchaseOrderByCustomer
- Returns:
this.
-
materialPricingGroup
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder materialPricingGroup(@Nullable String materialPricingGroup) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaterialPricingGroup
- Returns:
this.
-
itemGrossWeight
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemGrossWeight(@Nullable BigDecimal itemGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemGrossWeight
- Returns:
this.
-
itemNetWeight
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemNetWeight(@Nullable BigDecimal itemNetWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemNetWeight
- Returns:
this.
-
itemWeightUnit
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemWeightUnit(@Nullable String itemWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemWeightUnit
- Returns:
this.
-
itemVolume
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemVolume(@Nullable BigDecimal itemVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: ItemVolume
- Returns:
this.
-
itemVolumeUnit
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder itemVolumeUnit(@Nullable String itemVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ItemVolumeUnit
- Returns:
this.
-
deliveryGroup
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder deliveryGroup(@Nullable String deliveryGroup) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DeliveryGroup
- Returns:
this.
-
cPQQuotationItem
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder cPQQuotationItem(@Nullable String cPQQuotationItem) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: CPQQuotationItem
- Returns:
this.
-
configurationNumber
@Nonnull public BusSolnOrderSalesItem.BusSolnOrderSalesItemBuilder configurationNumber(@Nullable String configurationNumber) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ConfigurationNumber
- Returns:
this.
-
build
-
toString
-