Interface WorkforceAvailabilityServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WorkforceAvailabilityServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WorkforceAvailabilityServiceBatch>
- All Known Implementing Classes:
DefaultWorkforceAvailabilityServiceBatchChangeSet
public interface WorkforceAvailabilityServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WorkforceAvailabilityServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WorkforceAvailabilityServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WorkforceAvailabilityService.-
Method Summary
Modifier and TypeMethodDescriptioncreateTimeOverview(TimeOverview timeOverview) Create a newTimeOverviewentity and save it to the S/4HANA system.deleteTimeOverview(TimeOverview timeOverview) Deletes an existingTimeOverviewentity in the S/4HANA system.updateTimeOverview(TimeOverview timeOverview) Update an existingTimeOverviewentity 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
-
createTimeOverview
@Nonnull WorkforceAvailabilityServiceBatchChangeSet createTimeOverview(@Nonnull TimeOverview timeOverview) Create a newTimeOverviewentity and save it to the S/4HANA system.- Parameters:
timeOverview-TimeOverviewentity 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.
-
updateTimeOverview
@Nonnull WorkforceAvailabilityServiceBatchChangeSet updateTimeOverview(@Nonnull TimeOverview timeOverview) Update an existingTimeOverviewentity and save it to the S/4HANA system.- Parameters:
timeOverview-TimeOverviewentity object that will be updated 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.
-
deleteTimeOverview
@Nonnull WorkforceAvailabilityServiceBatchChangeSet deleteTimeOverview(@Nonnull TimeOverview timeOverview) Deletes an existingTimeOverviewentity in the S/4HANA system.- Parameters:
timeOverview-TimeOverviewentity object that will be deleted 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.
-