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 |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
FuncImpReturn |
execute(ErpConfigContext configContext)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
protected Class<FuncImpReturn> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected String |
getPath() |
executeMultiple, executeSingle, withHttpHeader
execute, getThis, getVersionIdentifier
public JobCancelFluentHelper(String jobRunCount, String jobName)
execute
method on the fluent helper object.jobName
- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: JobName
jobRunCount
- Constraints: Not nullable, Maximum length: 14Original parameter name from the Odata EDM: JobRunCount
protected Class<FuncImpReturn> getEntityClass()
getEntityClass
in class FluentHelperBasic<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
protected String getPath()
getPath
in class FluentHelperFunction<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
protected org.apache.http.client.methods.HttpUriRequest createRequest(URI uri)
createRequest
in class FluentHelperFunction<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
public FuncImpReturn execute(ErpConfigContext configContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<JobCancelFluentHelper,FuncImpReturn,FuncImpReturn>
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.