Interface MaintenanceItemServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceItemServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceItemServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceItemServiceBatchChangeSet
public interface MaintenanceItemServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenanceItemServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceItemServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenanceItemService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaintenanceItem(MaintenanceItem maintenanceItem) Create a newMaintenanceItementity and save it to the S/4HANA system.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.createMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Create a newMaintenanceItemReasonentity and save it to the S/4HANA system.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.deleteMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Deletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.deleteMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Deletes an existingMaintenanceItemReasonentity in the S/4HANA system.deleteMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Deletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.deleteMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Deletes an existingMaintItemObjectListItementity in the S/4HANA system.updateMaintenanceItem(MaintenanceItem maintenanceItem) Update an existingMaintenanceItementity and save it to the S/4HANA system.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.updateMaintenanceItemCauseText(MaintenanceItemCauseText maintenanceItemCauseText) Update an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.updateMaintenanceItemReason(MaintenanceItemReason maintenanceItemReason) Update an existingMaintenanceItemReasonentity and save it to the S/4HANA system.updateMaintenanceItemReasonText(MaintenanceItemReasonText maintenanceItemReasonText) Update an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.updateMaintenanceItemText(MaintenanceItemText maintenanceItemText) Update an existingMaintenanceItemTextentity and save it to the S/4HANA system.updateMaintItemObjectListItem(MaintItemObjectListItem maintItemObjectListItem) Update an existingMaintItemObjectListItementity 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
-
createMaintenanceItem
@Nonnull MaintenanceItemServiceBatchChangeSet createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Create a newMaintenanceItementity and save it to the S/4HANA system.- Parameters:
maintenanceItem-MaintenanceItementity 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.
-
updateMaintenanceItem
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Update an existingMaintenanceItementity and save it to the S/4HANA system.- Parameters:
maintenanceItem-MaintenanceItementity 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.
-
createMaintenanceItemCause
@Nonnull MaintenanceItemServiceBatchChangeSet createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
updateMaintenanceItemCause
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
deleteMaintenanceItemCause
@Nonnull MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.- Parameters:
maintenanceItemCause-MaintenanceItemCauseentity 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.
-
updateMaintenanceItemCauseText
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Update an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity 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.
-
deleteMaintenanceItemCauseText
@Nonnull MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Deletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.- Parameters:
maintenanceItemCauseText-MaintenanceItemCauseTextentity 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.
-
createMaintenanceItemReason
@Nonnull MaintenanceItemServiceBatchChangeSet createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Create a newMaintenanceItemReasonentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
updateMaintenanceItemReason
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Update an existingMaintenanceItemReasonentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
deleteMaintenanceItemReason
@Nonnull MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Deletes an existingMaintenanceItemReasonentity in the S/4HANA system.- Parameters:
maintenanceItemReason-MaintenanceItemReasonentity 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.
-
updateMaintenanceItemReasonText
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Update an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity 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.
-
deleteMaintenanceItemReasonText
@Nonnull MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Deletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.- Parameters:
maintenanceItemReasonText-MaintenanceItemReasonTextentity 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.
-
updateMaintenanceItemText
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText) Update an existingMaintenanceItemTextentity and save it to the S/4HANA system.- Parameters:
maintenanceItemText-MaintenanceItemTextentity 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.
-
updateMaintItemObjectListItem
@Nonnull MaintenanceItemServiceBatchChangeSet updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Update an existingMaintItemObjectListItementity and save it to the S/4HANA system.- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity 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.
-
deleteMaintItemObjectListItem
@Nonnull MaintenanceItemServiceBatchChangeSet deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Deletes an existingMaintItemObjectListItementity in the S/4HANA system.- Parameters:
maintItemObjectListItem-MaintItemObjectListItementity 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.
-