Class CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder
- Enclosing class:
- CustomerReturnScheduleLine
public static final class CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder
extends Object
Helper class to allow for fluent creation of CustomerReturnScheduleLine instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()confdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3customerReturn(CustomerReturn value) Navigation property to_CustomerReturn for CustomerReturnScheduleLine to single CustomerReturn.customerReturn(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_CustomerReturnItem for CustomerReturnScheduleLine to single CustomerReturnItem.customerReturnItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6delivBlockReasonForSchedLine(String delivBlockReasonForSchedLine) Constraints: Not nullable, Maximum length: 2deliveredQtyInOrderQtyUnit(BigDecimal deliveredQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3openConfdDelivQtyInOrdQtyUnit(BigDecimal openConfdDelivQtyInOrdQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3scheduleLine(String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
customerReturn
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturn(CustomerReturn value) Navigation property to_CustomerReturn for CustomerReturnScheduleLine to single CustomerReturn.- Parameters:
value- The CustomerReturn to build this CustomerReturnScheduleLine with.- Returns:
- This Builder to allow for a fluent interface.
-
customerReturn
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturn(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CustomerReturn
- Parameters:
value- The customerReturn to build this CustomerReturnScheduleLine with.- Returns:
- This Builder to allow for a fluent interface.
-
customerReturnItem
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturnItem(CustomerReturnItem value) Navigation property to_CustomerReturnItem for CustomerReturnScheduleLine to single CustomerReturnItem.- Parameters:
value- The CustomerReturnItem to build this CustomerReturnScheduleLine with.- Returns:
- This Builder to allow for a fluent interface.
-
customerReturnItem
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder customerReturnItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: CustomerReturnItem
- Parameters:
value- The customerReturnItem to build this CustomerReturnScheduleLine with.- Returns:
- This Builder to allow for a fluent interface.
-
scheduleLine
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder scheduleLine(@Nullable String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ScheduleLine
- Returns:
this.
-
orderQuantityUnit
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
confdOrderQtyByMatlAvailCheck
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder confdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
- Returns:
this.
-
deliveredQtyInOrderQtyUnit
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder deliveredQtyInOrderQtyUnit(@Nullable BigDecimal deliveredQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit
- Returns:
this.
-
openConfdDelivQtyInOrdQtyUnit
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder openConfdDelivQtyInOrdQtyUnit(@Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
- Returns:
this.
-
delivBlockReasonForSchedLine
@Nonnull public CustomerReturnScheduleLine.CustomerReturnScheduleLineBuilder delivBlockReasonForSchedLine(@Nullable String delivBlockReasonForSchedLine) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DelivBlockReasonForSchedLine
- Returns:
this.
-
build
-
toString
-