Class ConfirmWarehouseTaskProductFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionConfirmWarehouseTaskProductFluentHelper(String servicePath, String warehouse, String warehouseTask, String warehouseTaskItem, String alternativeUnit, BigDecimal actualQuantityInAltvUnit, BigDecimal differenceQuantityInAltvUnit, String whseTaskExceptionCodeQtyDiff, String destinationStorageBin, String whseTaskExCodeDestStorageBin, String sourceHandlingUnit) Creates a fluent helper object that will execute the ConfirmWarehouseTaskProduct OData function import with the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpUriRequestcreateRequest(URI uri) executeRequest(HttpDestinationProperties destination) Execute this function import.protected Class<DummyFunctionImportResult>protected Stringprotected com.google.gson.JsonElementrefineJsonResponse(com.google.gson.JsonElement jsonElement) Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfTokenMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
-
Constructor Details
-
ConfirmWarehouseTaskProductFluentHelper
public ConfirmWarehouseTaskProductFluentHelper(@Nonnull String servicePath, @Nonnull String warehouse, @Nonnull String warehouseTask, @Nonnull String warehouseTaskItem, @Nullable String alternativeUnit, @Nullable BigDecimal actualQuantityInAltvUnit, @Nullable BigDecimal differenceQuantityInAltvUnit, @Nullable String whseTaskExceptionCodeQtyDiff, @Nullable String destinationStorageBin, @Nullable String whseTaskExCodeDestStorageBin, @Nullable String sourceHandlingUnit) Creates a fluent helper object that will execute the ConfirmWarehouseTaskProduct OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
sourceHandlingUnit- Source Handling UnitConstraints: Nullable, Maximum length: 20
Original parameter name from the Odata EDM: SourceHandlingUnit
whseTaskExceptionCodeQtyDiff- Exception CodeConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: WhseTaskExceptionCodeQtyDiff
warehouseTaskItem- WT ItemConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: WarehouseTaskItem
destinationStorageBin- Destination BinConstraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: DestinationStorageBin
alternativeUnit- Alt. Unit of MeasureConstraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: AlternativeUnit
servicePath- Service path to be used to call the functions against.differenceQuantityInAltvUnit- Difference QuantityConstraints: Nullable, Precision: 31, Scale: 14
Original parameter name from the Odata EDM: DifferenceQuantityInAltvUnit
actualQuantityInAltvUnit- Actual QuantityConstraints: Nullable, Precision: 31, Scale: 14
Original parameter name from the Odata EDM: ActualQuantityInAltvUnit
warehouse- Warehouse NumberConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Warehouse
warehouseTask- Warehouse TaskConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: WarehouseTask
whseTaskExCodeDestStorageBin- Exception CodeConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: WhseTaskExCodeDestStorageBin
-
-
Method Details
-
getEntityClass
-
getFunctionName
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
-
createRequest
-
executeRequest
@Nullable public DummyFunctionImportResult executeRequest(@Nonnull HttpDestinationProperties destination) Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<ConfirmWarehouseTaskProductFluentHelper,DummyFunctionImportResult, DummyFunctionImportResult>
-