public class ConfirmPutawayAllItemsFluentHelper extends FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
Constructor and Description |
---|
ConfirmPutawayAllItemsFluentHelper(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> |
execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
protected Class<PutawayReport> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected String |
getPath() |
executeMultiple, executeSingle, withHttpHeader
execute, getThis, getVersionIdentifier
public ConfirmPutawayAllItemsFluentHelper(String deliveryDocument)
execute
method on the fluent helper object.deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
protected Class<PutawayReport> getEntityClass()
getEntityClass
in class FluentHelperBasic<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
protected String getPath()
getPath
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
protected org.apache.http.client.methods.HttpUriRequest createRequest(URI uri)
createRequest
in class FluentHelperFunction<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
public List<PutawayReport> execute(ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<ConfirmPutawayAllItemsFluentHelper,PutawayReport,List<PutawayReport>>
configContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
Copyright © 2018 SAP SE. All rights reserved.