Class DefaultMaintenanceNotificationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MaintenanceNotificationServiceBatch,MaintenanceNotificationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch.DefaultMaintenanceNotificationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MaintenanceNotificationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceNotificationServiceBatch>,MaintenanceNotificationServiceBatchChangeSet
public class DefaultMaintenanceNotificationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MaintenanceNotificationServiceBatch,MaintenanceNotificationServiceBatchChangeSet>
implements MaintenanceNotificationServiceBatchChangeSet
Implementation of the
MaintenanceNotificationServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. 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.getThis()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 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
-
createMaintenanceNotification
@Nonnull public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetCreate a newMaintenanceNotificationentity and save it to the S/4HANA system.- Specified by:
createMaintenanceNotificationin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotification(@Nonnull MaintenanceNotification maintenanceNotification) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetUpdate an existingMaintenanceNotificationentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceNotificationin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetCreate a newMaintenanceNotificationItementity and save it to the S/4HANA system.- Specified by:
createMaintenanceNotificationItemin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationItem(@Nonnull MaintenanceNotificationItem maintenanceNotificationItem) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetUpdate an existingMaintenanceNotificationItementity and save it to the S/4HANA system.- Specified by:
updateMaintenanceNotificationItemin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet createMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetCreate a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.- Specified by:
createMaintenanceNotificationPartnerin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet updateMaintenanceNotificationPartner(@Nonnull MaintenanceNotificationPartner maintenanceNotificationPartner) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetUpdate an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceNotificationPartnerin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetCreate a newMaintNotificationItemActivityentity and save it to the S/4HANA system.- Specified by:
createMaintNotificationItemActivityin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemActivity(@Nonnull MaintNotificationItemActivity maintNotificationItemActivity) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetUpdate an existingMaintNotificationItemActivityentity and save it to the S/4HANA system.- Specified by:
updateMaintNotificationItemActivityin interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet createMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetCreate a newMaintNotificationItemCauseentity and save it to the S/4HANA system.- Specified by:
createMaintNotificationItemCausein interfaceMaintenanceNotificationServiceBatchChangeSet- 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 public MaintenanceNotificationServiceBatchChangeSet updateMaintNotificationItemCause(@Nonnull MaintNotificationItemCause maintNotificationItemCause) Description copied from interface:MaintenanceNotificationServiceBatchChangeSetUpdate an existingMaintNotificationItemCauseentity and save it to the S/4HANA system.- Specified by:
updateMaintNotificationItemCausein interfaceMaintenanceNotificationServiceBatchChangeSet- 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.
-