public class ConfirmPutawayAllItemsFluentHelper extends CollectionValuedFluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
csrfTokenRetriever, entityCollection
Constructor and Description |
---|
ConfirmPutawayAllItemsFluentHelper(String servicePath,
String deliveryDocument)
Creates a fluent helper object that will execute the ConfirmPutawayAllItems OData function import with the
provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
List<PutawayReport> |
executeRequest(HttpDestinationProperties destination)
Execute this function import.
|
protected Class<PutawayReport> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement) |
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfToken
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
public ConfirmPutawayAllItemsFluentHelper(@Nonnull String servicePath, @Nonnull String deliveryDocument)
executeRequest
method on the fluent
helper object.deliveryDocument
- Delivery
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
servicePath
- Service path to be used to call the functions against.@Nonnull protected Class<PutawayReport> getEntityClass()
getEntityClass
in class FluentHelperBasic<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
@Nonnull protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
refineJsonResponse
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
@Nonnull protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
createRequest
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
@Nonnull public List<PutawayReport> executeRequest(@Nonnull HttpDestinationProperties destination)
executeRequest
in interface FluentHelperExecutable<Object>
executeRequest
in class FluentHelperBasic<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
Copyright © 2022 SAP SE. All rights reserved.