Class POInvoicingPlanItem.POInvoicingPlanItemBuilder
- Enclosing class:
- POInvoicingPlanItem
-
Method Summary
Modifier and TypeMethodDescriptionbuild()invoicingPlan(String invoicingPlan) (Key Field) Constraints: Not nullable, Maximum length: 10invoicingPlanAmount(BigDecimal invoicingPlanAmount) Constraints: Not nullable, Precision: 15, Scale: 0invoicingPlanInvoicingDate(LocalDate invoicingPlanInvoicingDate) Constraints: NullableinvoicingPlanItem(String invoicingPlanItem) (Key Field) Constraints: Not nullable, Maximum length: 6invoicingPlanSettlementFromDte(LocalDate invoicingPlanSettlementFromDte) Constraints: NullableinvoicingPlanSettlementToDte(LocalDate invoicingPlanSettlementToDte) Constraints: NullableConstraints: Not nullable, Maximum length: 4purchaseOrder(PurchaseOrder value) Navigation property _PurchaseOrder for POInvoicingPlanItem to single PurchaseOrder.purchaseOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property _PurchaseOrderInvoicingPlan for POInvoicingPlanItem to single PurchaseOrderInvoicingPlan.Navigation property _PurchaseOrderItem for POInvoicingPlanItem to single PurchaseOrderItem.purchaseOrderItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 5purchaseOrderType(String purchaseOrderType) Constraints: Not nullable, Maximum length: 4purchasingGroup(String purchasingGroup) Constraints: Not nullable, Maximum length: 3purchasingOrganization(String purchasingOrganization) Constraints: Not nullable, Maximum length: 4toString()transactionCurrency(String transactionCurrency) Constraints: Not nullable, Maximum length: 3
-
Method Details
-
purchaseOrder
Navigation property _PurchaseOrder for POInvoicingPlanItem to single PurchaseOrder.- Parameters:
value- The PurchaseOrder to build this POInvoicingPlanItem with.- Returns:
- This Builder to allow for a fluent interface.
-
purchaseOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseOrder
- Parameters:
value- The purchaseOrder to build this POInvoicingPlanItem with.- Returns:
- This Builder to allow for a fluent interface.
-
purchaseOrderInvoicingPlan
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder purchaseOrderInvoicingPlan(PurchaseOrderInvoicingPlan value) Navigation property _PurchaseOrderInvoicingPlan for POInvoicingPlanItem to single PurchaseOrderInvoicingPlan.- Parameters:
value- The PurchaseOrderInvoicingPlan to build this POInvoicingPlanItem with.- Returns:
- This Builder to allow for a fluent interface.
-
purchaseOrderItem
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder purchaseOrderItem(PurchaseOrderItem value) Navigation property _PurchaseOrderItem for POInvoicingPlanItem to single PurchaseOrderItem.- Parameters:
value- The PurchaseOrderItem to build this POInvoicingPlanItem with.- Returns:
- This Builder to allow for a fluent interface.
-
purchaseOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseOrderItem
- Parameters:
value- The purchaseOrderItem to build this POInvoicingPlanItem with.- Returns:
- This Builder to allow for a fluent interface.
-
invoicingPlanItem
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlanItem(@Nullable String invoicingPlanItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InvoicingPlanItem
- Returns:
this.
-
invoicingPlan
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlan(@Nullable String invoicingPlan) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InvoicingPlan
- Returns:
this.
-
invoicingPlanSettlementFromDte
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlanSettlementFromDte(@Nullable LocalDate invoicingPlanSettlementFromDte) Constraints: NullableOriginal property name from the Odata EDM: InvoicingPlanSettlementFromDte
- Returns:
this.
-
invoicingPlanSettlementToDte
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlanSettlementToDte(@Nullable LocalDate invoicingPlanSettlementToDte) Constraints: NullableOriginal property name from the Odata EDM: InvoicingPlanSettlementToDte
- Returns:
this.
-
invoicingPlanInvoicingDate
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlanInvoicingDate(@Nullable LocalDate invoicingPlanInvoicingDate) Constraints: NullableOriginal property name from the Odata EDM: InvoicingPlanInvoicingDate
- Returns:
this.
-
invoicingPlanAmount
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder invoicingPlanAmount(@Nullable BigDecimal invoicingPlanAmount) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: InvoicingPlanAmount
- Returns:
this.
-
transactionCurrency
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder transactionCurrency(@Nullable String transactionCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: TransactionCurrency
- Returns:
this.
-
purchasingOrganization
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder purchasingOrganization(@Nullable String purchasingOrganization) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PurchasingOrganization
- Returns:
this.
-
purchasingGroup
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder purchasingGroup(@Nullable String purchasingGroup) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PurchasingGroup
- Returns:
this.
-
purchaseOrderType
@Nonnull public POInvoicingPlanItem.POInvoicingPlanItemBuilder purchaseOrderType(@Nullable String purchaseOrderType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PurchaseOrderType
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
build
-
toString
-