public class ReverseGoodsIssueFluentHelper extends FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
Constructor and Description |
---|
ReverseGoodsIssueFluentHelper(String deliveryDocument,
LocalDateTime actualGoodsMovementDate)
Creates a fluent helper object that will execute the ReverseGoodsIssue OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
List<Return> |
execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
protected Class<Return> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected String |
getPath() |
executeMultiple, executeSingle, withHttpHeader
execute, getThis, getVersionIdentifier
public ReverseGoodsIssueFluentHelper(String deliveryDocument, LocalDateTime actualGoodsMovementDate)
execute
method on the fluent helper object.deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
actualGoodsMovementDate
- Actual GI DateConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: ActualGoodsMovementDate
protected Class<Return> getEntityClass()
getEntityClass
in class FluentHelperBasic<ReverseGoodsIssueFluentHelper,Return,List<Return>>
protected String getPath()
getPath
in class FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
protected org.apache.http.client.methods.HttpUriRequest createRequest(URI uri)
createRequest
in class FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
public List<Return> execute(ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<ReverseGoodsIssueFluentHelper,Return,List<Return>>
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.