Class DefaultWorkforceAvailabilityServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<WorkforceAvailabilityServiceBatch,WorkforceAvailabilityServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforceavailability.batch.DefaultWorkforceAvailabilityServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<WorkforceAvailabilityServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WorkforceAvailabilityServiceBatch>,WorkforceAvailabilityServiceBatchChangeSet
public class DefaultWorkforceAvailabilityServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<WorkforceAvailabilityServiceBatch,WorkforceAvailabilityServiceBatchChangeSet>
implements WorkforceAvailabilityServiceBatchChangeSet
Implementation of the
WorkforceAvailabilityServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()updateTimeOverview(TimeOverview timeOverview) Update an existingTimeOverviewentity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
-
createTimeOverview
@Nonnull public WorkforceAvailabilityServiceBatchChangeSet createTimeOverview(@Nonnull TimeOverview timeOverview) Description copied from interface:WorkforceAvailabilityServiceBatchChangeSetCreate a newTimeOverviewentity and save it to the S/4HANA system.- Specified by:
createTimeOverviewin interfaceWorkforceAvailabilityServiceBatchChangeSet- 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 public WorkforceAvailabilityServiceBatchChangeSet updateTimeOverview(@Nonnull TimeOverview timeOverview) Description copied from interface:WorkforceAvailabilityServiceBatchChangeSetUpdate an existingTimeOverviewentity and save it to the S/4HANA system.- Specified by:
updateTimeOverviewin interfaceWorkforceAvailabilityServiceBatchChangeSet- 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 public WorkforceAvailabilityServiceBatchChangeSet deleteTimeOverview(@Nonnull TimeOverview timeOverview) Description copied from interface:WorkforceAvailabilityServiceBatchChangeSetDeletes an existingTimeOverviewentity in the S/4HANA system.- Specified by:
deleteTimeOverviewin interfaceWorkforceAvailabilityServiceBatchChangeSet- 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.
-