public class DefaultWorkforceAvailabilityServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WorkforceAvailabilityServiceBatch,WorkforceAvailabilityServiceBatchChangeSet> implements WorkforceAvailabilityServiceBatchChangeSet
WorkforceAvailabilityServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
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. |
protected DefaultWorkforceAvailabilityServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
WorkforceAvailabilityServiceBatchChangeSet |
updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWorkforceAvailabilityServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WorkforceAvailabilityServiceBatch,WorkforceAvailabilityServiceBatchChangeSet>
@Nonnull public WorkforceAvailabilityServiceBatchChangeSet createTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.createTimeOverview
in interface WorkforceAvailabilityServiceBatchChangeSet
timeOverview
- TimeOverview
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WorkforceAvailabilityServiceBatchChangeSet updateTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.updateTimeOverview
in interface WorkforceAvailabilityServiceBatchChangeSet
timeOverview
- TimeOverview
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WorkforceAvailabilityServiceBatchChangeSet deleteTimeOverview(@Nonnull TimeOverview timeOverview)
TimeOverview
entity in the S/4HANA system.deleteTimeOverview
in interface WorkforceAvailabilityServiceBatchChangeSet
timeOverview
- TimeOverview
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.