Class DefaultKanbanControlCycleV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<KanbanControlCycleV2ServiceBatch,KanbanControlCycleV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2.batch.DefaultKanbanControlCycleV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<KanbanControlCycleV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<KanbanControlCycleV2ServiceBatch>,KanbanControlCycleV2ServiceBatchChangeSet
public class DefaultKanbanControlCycleV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<KanbanControlCycleV2ServiceBatch,KanbanControlCycleV2ServiceBatchChangeSet>
implements KanbanControlCycleV2ServiceBatchChangeSet
Implementation of the
KanbanControlCycleV2ServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
KanbanControlCycleV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateKanbanControlCycle(KanbanControlCycle kanbanControlCycle) Create a newKanbanControlCycleentity and save it to the S/4HANA system.deleteKanbanControlCycle(KanbanControlCycle kanbanControlCycle) Deletes an existingKanbanControlCycleentity in the S/4HANA system.getThis()updateKanbanControlCycle(KanbanControlCycle kanbanControlCycle) Update an existingKanbanControlCycleentity 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
-
createKanbanControlCycle
@Nonnull public KanbanControlCycleV2ServiceBatchChangeSet createKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle) Description copied from interface:KanbanControlCycleV2ServiceBatchChangeSetCreate a newKanbanControlCycleentity and save it to the S/4HANA system.- Specified by:
createKanbanControlCyclein interfaceKanbanControlCycleV2ServiceBatchChangeSet- Parameters:
kanbanControlCycle-KanbanControlCycleentity 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.
-
updateKanbanControlCycle
@Nonnull public KanbanControlCycleV2ServiceBatchChangeSet updateKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle) Description copied from interface:KanbanControlCycleV2ServiceBatchChangeSetUpdate an existingKanbanControlCycleentity and save it to the S/4HANA system.- Specified by:
updateKanbanControlCyclein interfaceKanbanControlCycleV2ServiceBatchChangeSet- Parameters:
kanbanControlCycle-KanbanControlCycleentity 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.
-
deleteKanbanControlCycle
@Nonnull public KanbanControlCycleV2ServiceBatchChangeSet deleteKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle) Description copied from interface:KanbanControlCycleV2ServiceBatchChangeSetDeletes an existingKanbanControlCycleentity in the S/4HANA system.- Specified by:
deleteKanbanControlCyclein interfaceKanbanControlCycleV2ServiceBatchChangeSet- Parameters:
kanbanControlCycle-KanbanControlCycleentity 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.
-