public static class OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder extends Object
Modifier and Type | Method and Description |
---|---|
OpptyItmFUPSalesOrder |
build() |
OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder |
opportunity(String opportunity)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder |
opportunityItem(String opportunityItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder |
salesOrder(String salesOrder)
(Key Field) Constraints: Not nullable, Maximum length: 70
|
OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder |
salesOrderItem(String salesOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
String |
toString() |
@Nonnull public OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder opportunity(@Nullable String opportunity)
Original property name from the Odata EDM: Opportunity
this
.@Nonnull public OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder opportunityItem(@Nullable String opportunityItem)
Original property name from the Odata EDM: OpportunityItem
this
.@Nonnull public OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder salesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
this
.@Nonnull public OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder salesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
this
.@Nonnull public OpptyItmFUPSalesOrder build()
Copyright © 2021 SAP SE. All rights reserved.