Interface MaintenanceNotificationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceNotificationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceNotificationServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceNotificationServiceBatchChangeSet
public interface MaintenanceNotificationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenanceNotificationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceNotificationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenanceNotificationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaintenanceNotification(MaintenanceNotification maintenanceNotification) Create a newMaintenanceNotificationentity and save it to the S/4HANA system.createMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) Create a newMaintenanceNotificationItementity and save it to the S/4HANA system.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Create a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.createMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) Create a newMaintNotificationItemActivityentity and save it to the S/4HANA system.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Create a newMaintNotificationItemCauseentity and save it to the S/4HANA system.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification) Update an existingMaintenanceNotificationentity and save it to the S/4HANA system.updateMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) Update an existingMaintenanceNotificationItementity and save it to the S/4HANA system.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Update an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system.updateMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) Update an existingMaintNotificationItemActivityentity and save it to the S/4HANA system.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Update an existingMaintNotificationItemCauseentity 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
-
createMaintenanceNotification
@Nonnull MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification) Create a newMaintenanceNotificationentity and save it to the S/4HANA system.- Parameters:
maintenanceNotification-MaintenanceNotificationentity 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.
-
updateMaintenanceNotification
@Nonnull MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification) Update an existingMaintenanceNotificationentity and save it to the S/4HANA system.- Parameters:
maintenanceNotification-MaintenanceNotificationentity 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.
-
createMaintenanceNotificationItem
@Nonnull MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem) Create a newMaintenanceNotificationItementity and save it to the S/4HANA system.- Parameters:
maintenanceNotificationItem-MaintenanceNotificationItementity 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.
-
updateMaintenanceNotificationItem
@Nonnull MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem) Update an existingMaintenanceNotificationItementity and save it to the S/4HANA system.- Parameters:
maintenanceNotificationItem-MaintenanceNotificationItementity 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.
-
createMaintenanceNotificationPartner
@Nonnull MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner) Create a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.- Parameters:
maintenanceNotificationPartner-MaintenanceNotificationPartnerentity 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.
-
updateMaintenanceNotificationPartner
@Nonnull MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner) Update an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system.- Parameters:
maintenanceNotificationPartner-MaintenanceNotificationPartnerentity 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.
-
createMaintNotificationItemActivity
@Nonnull MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity) Create a newMaintNotificationItemActivityentity and save it to the S/4HANA system.- Parameters:
maintNotificationItemActivity-MaintNotificationItemActivityentity 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.
-
updateMaintNotificationItemActivity
@Nonnull MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity) Update an existingMaintNotificationItemActivityentity and save it to the S/4HANA system.- Parameters:
maintNotificationItemActivity-MaintNotificationItemActivityentity 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.
-
createMaintNotificationItemCause
@Nonnull MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause) Create a newMaintNotificationItemCauseentity and save it to the S/4HANA system.- Parameters:
maintNotificationItemCause-MaintNotificationItemCauseentity 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.
-
updateMaintNotificationItemCause
@Nonnull MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause) Update an existingMaintNotificationItemCauseentity and save it to the S/4HANA system.- Parameters:
maintNotificationItemCause-MaintNotificationItemCauseentity 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.
-