Class ConfirmWarehouseTaskHUFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionConfirmWarehouseTaskHUFluentHelper(String servicePath, String warehouse, String warehouseTask, String warehouseTaskItem, String destinationStorageBin, String whseTaskExCodeDestStorageBin) Creates a fluent helper object that will execute the ConfirmWarehouseTaskHU 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
-
ConfirmWarehouseTaskHUFluentHelper
public ConfirmWarehouseTaskHUFluentHelper(@Nonnull String servicePath, @Nonnull String warehouse, @Nonnull String warehouseTask, @Nonnull String warehouseTaskItem, @Nullable String destinationStorageBin, @Nullable String whseTaskExCodeDestStorageBin) Creates a fluent helper object that will execute the ConfirmWarehouseTaskHU OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
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
servicePath- Service path to be used to call the functions against.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<ConfirmWarehouseTaskHUFluentHelper,DummyFunctionImportResult, DummyFunctionImportResult>
-