public class JobScheduleFluentHelper extends FluentHelperFunction<JobScheduleFluentHelper,JobScheduleStatus,JobScheduleStatus>
Constructor and Description |
---|
JobScheduleFluentHelper(String jobUserID,
String jobUserName,
String jobText,
String jobTemplateName,
String jobParameterValues,
Boolean testModeInd,
String jobUser)
Creates a fluent helper object that will execute the JobSchedule OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleStatus |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public JobScheduleFluentHelper(String jobUserID, String jobUserName, String jobText, String jobTemplateName, String jobParameterValues, Boolean testModeInd, String jobUser)
execute
method on the fluent helper object.testModeInd
- IndicatorConstraints: Nullable
jobText
- Constraints: Not nullable, Maximum length: 120jobUserName
- Constraints: Nullable, Maximum length: 12jobParameterValues
- Constraints: NullablejobUser
- Constraints: Nullable, Maximum length: 40jobUserID
- Constraints: Nullable, Maximum length: 40jobTemplateName
- Constraints: Not nullable, Maximum length: 40public JobScheduleStatus execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<JobScheduleFluentHelper,JobScheduleStatus,JobScheduleStatus>
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.