public class DefaultWorkforcePersonSkilltagServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WorkforcePersonSkilltagServiceBatch,WorkforcePersonSkilltagServiceBatchChangeSet> implements WorkforcePersonSkilltagServiceBatchChangeSet
WorkforcePersonSkilltagServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WorkforcePersonSkilltagService
.Modifier and Type | Method and Description |
---|---|
WorkforcePersonSkilltagServiceBatchChangeSet |
createSkillTag(SkillTag skillTag)
Create a new
SkillTag entity and save it to the S/4HANA system. |
WorkforcePersonSkilltagServiceBatchChangeSet |
deleteSkillTag(SkillTag skillTag)
Deletes an existing
SkillTag entity in the S/4HANA system. |
protected DefaultWorkforcePersonSkilltagServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWorkforcePersonSkilltagServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WorkforcePersonSkilltagServiceBatch,WorkforcePersonSkilltagServiceBatchChangeSet>
@Nonnull public WorkforcePersonSkilltagServiceBatchChangeSet createSkillTag(@Nonnull SkillTag skillTag)
SkillTag
entity and save it to the S/4HANA system.createSkillTag
in interface WorkforcePersonSkilltagServiceBatchChangeSet
skillTag
- SkillTag
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WorkforcePersonSkilltagServiceBatchChangeSet deleteSkillTag(@Nonnull SkillTag skillTag)
SkillTag
entity in the S/4HANA system.deleteSkillTag
in interface WorkforcePersonSkilltagServiceBatchChangeSet
skillTag
- SkillTag
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.