public class DefaultMaintenanceNotificationServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<MaintenanceNotificationServiceBatch,MaintenanceNotificationServiceBatchChangeSet> implements MaintenanceNotificationServiceBatchChangeSet
MaintenanceNotificationServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
MaintenanceNotificationService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultMaintenanceNotificationServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<MaintenanceNotificationServiceBatch,MaintenanceNotificationServiceBatchChangeSet>
@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification)
MaintenanceNotification
entity and save it to the S/4HANA system.createMaintenanceNotification
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotification
- MaintenanceNotification
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification)
MaintenanceNotification
entity and save it to the S/4HANA system.updateMaintenanceNotification
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotification
- MaintenanceNotification
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem)
MaintenanceNotificationItem
entity and save it to the S/4HANA system.createMaintenanceNotificationItem
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotificationItem
- MaintenanceNotificationItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem)
MaintenanceNotificationItem
entity and save it to the S/4HANA system.updateMaintenanceNotificationItem
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotificationItem
- MaintenanceNotificationItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner)
MaintenanceNotificationPartner
entity and save it to the S/4HANA system.createMaintenanceNotificationPartner
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotificationPartner
- MaintenanceNotificationPartner
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner)
MaintenanceNotificationPartner
entity and save it to the S/4HANA system.updateMaintenanceNotificationPartner
in interface MaintenanceNotificationServiceBatchChangeSet
maintenanceNotificationPartner
- MaintenanceNotificationPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity)
MaintNotificationItemActivity
entity and save it to the S/4HANA system.createMaintNotificationItemActivity
in interface MaintenanceNotificationServiceBatchChangeSet
maintNotificationItemActivity
- MaintNotificationItemActivity
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity)
MaintNotificationItemActivity
entity and save it to the S/4HANA system.updateMaintNotificationItemActivity
in interface MaintenanceNotificationServiceBatchChangeSet
maintNotificationItemActivity
- MaintNotificationItemActivity
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause)
MaintNotificationItemCause
entity and save it to the S/4HANA system.createMaintNotificationItemCause
in interface MaintenanceNotificationServiceBatchChangeSet
maintNotificationItemCause
- MaintNotificationItemCause
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause)
MaintNotificationItemCause
entity and save it to the S/4HANA system.updateMaintNotificationItemCause
in interface MaintenanceNotificationServiceBatchChangeSet
maintNotificationItemCause
- MaintNotificationItemCause
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.