public class PostGoodsIssueFluentHelper extends FluentHelperFunction<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
Constructor and Description |
---|
PostGoodsIssueFluentHelper(String deliveryDocument)
Creates a fluent helper object that will execute the PostGoodsIssue OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
List<PickingReport> |
execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
protected Class<PickingReport> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected String |
getPath() |
executeMultiple, executeSingle, withHttpHeader
execute, getThis, getVersionIdentifier
public PostGoodsIssueFluentHelper(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<PickingReport> getEntityClass()
getEntityClass
in class FluentHelperBasic<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
protected String getPath()
getPath
in class FluentHelperFunction<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
protected org.apache.http.client.methods.HttpUriRequest createRequest(URI uri)
createRequest
in class FluentHelperFunction<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
public List<PickingReport> execute(ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<PostGoodsIssueFluentHelper,PickingReport,List<PickingReport>>
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.