Class AdjustDeliveryItemQuantityFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.SingleValuedFluentHelperFunction<AdjustDeliveryItemQuantityFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouseinbounddelivery.AdjustDeliveryItemQuantityFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class AdjustDeliveryItemQuantityFluentHelper
extends SingleValuedFluentHelperFunction<AdjustDeliveryItemQuantityFluentHelper,DummyFunctionImportResult,DummyFunctionImportResult>
Fluent helper for the AdjustDeliveryItemQuantity OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionAdjustDeliveryItemQuantityFluentHelper(String servicePath, String inboundDelivery, String inboundDeliveryItem) Creates a fluent helper object that will execute the AdjustDeliveryItemQuantity 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
-
AdjustDeliveryItemQuantityFluentHelper
public AdjustDeliveryItemQuantityFluentHelper(@Nonnull String servicePath, @Nonnull String inboundDelivery, @Nonnull String inboundDeliveryItem) Creates a fluent helper object that will execute the AdjustDeliveryItemQuantity OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
inboundDelivery- Document NumberConstraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: InboundDelivery
inboundDeliveryItem- Item NumberConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: InboundDeliveryItem
servicePath- Service path to be used to call the functions against.
-
-
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<AdjustDeliveryItemQuantityFluentHelper,DummyFunctionImportResult, DummyFunctionImportResult>
-