public interface WorkforceAvailabilityServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<WorkforceAvailabilityServiceBatch>
WorkforceAvailabilityService
.Modifier and Type | Method and Description |
---|---|
WorkforceAvailabilityServiceBatchChangeSet |
createTimeOverview(TimeOverview timeOverview)
Create a new
TimeOverview entity and save it to the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
deleteTimeOverview(TimeOverview timeOverview)
Deletes an existing
TimeOverview entity in the S/4HANA system. |
WorkforceAvailabilityServiceBatchChangeSet |
updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull WorkforceAvailabilityServiceBatchChangeSet createTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.timeOverview
- TimeOverview
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WorkforceAvailabilityServiceBatchChangeSet updateTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.timeOverview
- TimeOverview
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WorkforceAvailabilityServiceBatchChangeSet deleteTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity in the S/4HANA system.timeOverview
- TimeOverview
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.