public class JobCancelFluentHelper extends FluentHelperFunction<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
Constructor and Description |
---|
JobCancelFluentHelper(String jobRunCount,
String jobName)
Creates a fluent helper object that will execute the JobCancel OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
FuncImpReturn |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public JobCancelFluentHelper(String jobRunCount, String jobName)
execute
method on the fluent helper object.jobName
- Constraints: Not nullable, Maximum length: 32jobRunCount
- Constraints: Not nullable, Maximum length: 14public FuncImpReturn execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.