Class WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder
- Enclosing class:
- WarehouseTaskExceptionCode
public static final class WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder
extends Object
Helper class to allow for fluent creation of WarehouseTaskExceptionCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessContext(String businessContext) (Key Field) Constraints: Not nullable, Maximum length: 3businessContextExecutionStep(String businessContextExecutionStep) (Key Field) Constraints: Not nullable, Maximum length: 2toString()(Key Field) Constraints: Not nullable, Maximum length: 4warehouseTask(WarehouseTask value) Navigation property to_WarehouseTask for WarehouseTaskExceptionCode to single WarehouseTask.warehouseTask(String value) (Key Field) Constraints: Not nullable, Maximum length: 12warehouseTaskExceptionCode(String warehouseTaskExceptionCode) (Key Field) Constraints: Not nullable, Maximum length: 4warehouseTaskItem(String warehouseTaskItem) (Key Field) Constraints: Not nullable, Maximum length: 4
-
Method Details
-
warehouseTask
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTask(WarehouseTask value) Navigation property to_WarehouseTask for WarehouseTaskExceptionCode to single WarehouseTask.- Parameters:
value- The WarehouseTask to build this WarehouseTaskExceptionCode with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouseTask
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTask(String value) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: WarehouseTask
- Parameters:
value- The warehouseTask to build this WarehouseTaskExceptionCode with.- Returns:
- This Builder to allow for a fluent interface.
-
warehouse
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouse(@Nullable String warehouse) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
this.
-
warehouseTaskItem
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTaskItem(@Nullable String warehouseTaskItem) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskItem
- Returns:
this.
-
warehouseTaskExceptionCode
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder warehouseTaskExceptionCode(@Nullable String warehouseTaskExceptionCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskExceptionCode
- Returns:
this.
-
businessContext
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder businessContext(@Nullable String businessContext) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusinessContext
- Returns:
this.
-
businessContextExecutionStep
@Nonnull public WarehouseTaskExceptionCode.WarehouseTaskExceptionCodeBuilder businessContextExecutionStep(@Nullable String businessContextExecutionStep) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessContextExecutionStep
- Returns:
this.
-
build
-
toString
-