Interface WorkforcePersonSkilltagServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WorkforcePersonSkilltagServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WorkforcePersonSkilltagServiceBatch>
- All Known Implementing Classes:
DefaultWorkforcePersonSkilltagServiceBatchChangeSet
public interface WorkforcePersonSkilltagServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WorkforcePersonSkilltagServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WorkforcePersonSkilltagServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WorkforcePersonSkilltagService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSAP__Currency(SAP__Currency sAP__Currency) Create a newSAP__Currencyentity and save it to the S/4HANA system.createSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Create a newSAP__DocumentDescriptionentity and save it to the S/4HANA system.createSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Create a newSAP__UnitOfMeasureentity and save it to the S/4HANA system.createSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Create a newSAP__ValueHelpentity and save it to the S/4HANA system.createSkillTag(SkillTag skillTag) Create a newSkillTagentity and save it to the S/4HANA system.deleteSAP__Currency(SAP__Currency sAP__Currency) Deletes an existingSAP__Currencyentity in the S/4HANA system.deleteSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Deletes an existingSAP__DocumentDescriptionentity in the S/4HANA system.deleteSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Deletes an existingSAP__UnitOfMeasureentity in the S/4HANA system.deleteSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Deletes an existingSAP__ValueHelpentity in the S/4HANA system.deleteSkillTag(SkillTag skillTag) Deletes an existingSkillTagentity in the S/4HANA system.updateSAP__Currency(SAP__Currency sAP__Currency) Update an existingSAP__Currencyentity and save it to the S/4HANA system.updateSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Update an existingSAP__DocumentDescriptionentity and save it to the S/4HANA system.updateSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Update an existingSAP__UnitOfMeasureentity and save it to the S/4HANA system.updateSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Update an existingSAP__ValueHelpentity 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
-
createSAP__ValueHelp
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet createSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Create a newSAP__ValueHelpentity and save it to the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity 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.
-
updateSAP__ValueHelp
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet updateSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Update an existingSAP__ValueHelpentity and save it to the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity 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.
-
deleteSAP__ValueHelp
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet deleteSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Deletes an existingSAP__ValueHelpentity in the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity 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.
-
createSkillTag
Create a newSkillTagentity and save it to the S/4HANA system.- Parameters:
skillTag-SkillTagentity 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.
-
deleteSkillTag
Deletes an existingSkillTagentity in the S/4HANA system.- Parameters:
skillTag-SkillTagentity 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.
-
createSAP__Currency
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet createSAP__Currency(@Nonnull SAP__Currency sAP__Currency) Create a newSAP__Currencyentity and save it to the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity 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.
-
updateSAP__Currency
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet updateSAP__Currency(@Nonnull SAP__Currency sAP__Currency) Update an existingSAP__Currencyentity and save it to the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity 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.
-
deleteSAP__Currency
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet deleteSAP__Currency(@Nonnull SAP__Currency sAP__Currency) Deletes an existingSAP__Currencyentity in the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity 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.
-
createSAP__UnitOfMeasure
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet createSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Create a newSAP__UnitOfMeasureentity and save it to the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity 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.
-
updateSAP__UnitOfMeasure
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet updateSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Update an existingSAP__UnitOfMeasureentity and save it to the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity 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.
-
deleteSAP__UnitOfMeasure
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet deleteSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Deletes an existingSAP__UnitOfMeasureentity in the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity 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.
-
createSAP__DocumentDescription
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet createSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Create a newSAP__DocumentDescriptionentity and save it to the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity 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.
-
updateSAP__DocumentDescription
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet updateSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Update an existingSAP__DocumentDescriptionentity and save it to the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity 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.
-
deleteSAP__DocumentDescription
@Nonnull WorkforcePersonSkilltagServiceBatchChangeSet deleteSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Deletes an existingSAP__DocumentDescriptionentity in the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity 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.
-