public class AssignWarehouseOrderFluentHelper extends FluentHelperFunction<AssignWarehouseOrderFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
Constructor and Description |
---|
AssignWarehouseOrderFluentHelper(String servicePath,
String warehouse,
String warehouseOrder,
String warehouseResource)
Creates a fluent helper object that will execute the AssignWarehouseOrder OData function import with the
provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
DummyFunctionImportResult |
execute(HttpDestinationProperties destination) |
protected Class<DummyFunctionImportResult> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement) |
executeMultiple, executeSingle, getJsonResponseObjectName
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
public AssignWarehouseOrderFluentHelper(@Nonnull String servicePath, String warehouse, String warehouseOrder, String warehouseResource)
execute
method on the fluent helper object.servicePath
- Service path to be used to call the functions against.warehouseResource
- Resource
Constraints: Nullable, Maximum length: 18
Original parameter name from the Odata EDM: WarehouseResource
warehouse
- Warehouse Number
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Warehouse
warehouseOrder
- Warehouse Order
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: WarehouseOrder
@Nonnull protected Class<DummyFunctionImportResult> getEntityClass()
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
@Nullable public DummyFunctionImportResult execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<AssignWarehouseOrderFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
com.sap.cloud.sdk.odatav2.connectivity.ODataException
Copyright © 2020 SAP SE. All rights reserved.