Interface WorkforceTimesheetServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WorkforceTimesheetServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WorkforceTimesheetServiceBatch>
- All Known Implementing Classes:
DefaultWorkforceTimesheetServiceBatchChangeSet
public interface WorkforceTimesheetServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WorkforceTimesheetServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WorkforceTimesheetServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WorkforceTimesheetService.-
Method Summary
Modifier and TypeMethodDescriptioncreateTimeSheetEntry(TimeSheetEntry timeSheetEntry) Create a newTimeSheetEntryentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createTimeSheetEntry
@Nonnull WorkforceTimesheetServiceBatchChangeSet createTimeSheetEntry(@Nonnull TimeSheetEntry timeSheetEntry) Create a newTimeSheetEntryentity and save it to the S/4HANA system.- Parameters:
timeSheetEntry-TimeSheetEntryentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-