Class DefaultMaintenanceItemServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MaintenanceItemServiceBatch,MaintenanceItemServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem.batch.DefaultMaintenanceItemServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MaintenanceItemServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceItemServiceBatch>,MaintenanceItemServiceBatchChangeSet
public class DefaultMaintenanceItemServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MaintenanceItemServiceBatch,MaintenanceItemServiceBatchChangeSet>
implements MaintenanceItemServiceBatchChangeSet
Implementation of the
MaintenanceItemServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<MaintenanceItemServiceBatch,MaintenanceItemServiceBatchChangeSet>
-
createMaintenanceItem
@Nonnull public MaintenanceItemServiceBatchChangeSet createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Description copied from interface:MaintenanceItemServiceBatchChangeSetCreate a newMaintenanceItementity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItementity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Description copied from interface:MaintenanceItemServiceBatchChangeSetCreate a newMaintenanceItemCauseentity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemCausein interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItemCauseentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemCausein interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause) Description copied from interface:MaintenanceItemServiceBatchChangeSetDeletes an existingMaintenanceItemCauseentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemCausein interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItemCauseTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemCauseTextin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText) Description copied from interface:MaintenanceItemServiceBatchChangeSetDeletes an existingMaintenanceItemCauseTextentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemCauseTextin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Description copied from interface:MaintenanceItemServiceBatchChangeSetCreate a newMaintenanceItemReasonentity and save it to the S/4HANA system.- Specified by:
createMaintenanceItemReasonin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItemReasonentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemReasonin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason) Description copied from interface:MaintenanceItemServiceBatchChangeSetDeletes an existingMaintenanceItemReasonentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemReasonin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItemReasonTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemReasonTextin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText) Description copied from interface:MaintenanceItemServiceBatchChangeSetDeletes an existingMaintenanceItemReasonTextentity in the S/4HANA system.- Specified by:
deleteMaintenanceItemReasonTextin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintenanceItemTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceItemTextin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Description copied from interface:MaintenanceItemServiceBatchChangeSetUpdate an existingMaintItemObjectListItementity and save it to the S/4HANA system.- Specified by:
updateMaintItemObjectListItemin interfaceMaintenanceItemServiceBatchChangeSet- 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 public MaintenanceItemServiceBatchChangeSet deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem) Description copied from interface:MaintenanceItemServiceBatchChangeSetDeletes an existingMaintItemObjectListItementity in the S/4HANA system.- Specified by:
deleteMaintItemObjectListItemin interfaceMaintenanceItemServiceBatchChangeSet- 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.
-