Class DefaultMaintenanceOrderServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MaintenanceOrderServiceBatch,MaintenanceOrderServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceorder.batch.DefaultMaintenanceOrderServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MaintenanceOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceOrderServiceBatch>,MaintenanceOrderServiceBatchChangeSet
public class DefaultMaintenanceOrderServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MaintenanceOrderServiceBatch,MaintenanceOrderServiceBatchChangeSet>
implements MaintenanceOrderServiceBatchChangeSet
Implementation of the
MaintenanceOrderServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
MaintenanceOrderService.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaintenanceOrder(MaintenanceOrder maintenanceOrder) Create a newMaintenanceOrderentity and save it to the S/4HANA system.createMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Create a newMaintenanceOrderOperationentity and save it to the S/4HANA system.createMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Create a newMaintOrderOpComponententity and save it to the S/4HANA system.deleteMaintenanceOrderLongText(MaintenanceOrderLongText maintenanceOrderLongText) Deletes an existingMaintenanceOrderLongTextentity in the S/4HANA system.deleteMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Deletes an existingMaintenanceOrderOperationentity in the S/4HANA system.deleteMaintenanceOrderPartner(MaintenanceOrderPartner maintenanceOrderPartner) Deletes an existingMaintenanceOrderPartnerentity in the S/4HANA system.deleteMaintOrderObjectListItem(MaintOrderObjectListItem maintOrderObjectListItem) Deletes an existingMaintOrderObjectListItementity in the S/4HANA system.deleteMaintOrderOpCompLongText(MaintOrderOpCompLongText maintOrderOpCompLongText) Deletes an existingMaintOrderOpCompLongTextentity in the S/4HANA system.deleteMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Deletes an existingMaintOrderOpComponententity in the S/4HANA system.deleteMaintOrderOpLongText(MaintOrderOpLongText maintOrderOpLongText) Deletes an existingMaintOrderOpLongTextentity in the S/4HANA system.deleteMaintOrderOpProdnRsceTool(MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Deletes an existingMaintOrderOpProdnRsceToolentity in the S/4HANA system.deleteMaintOrderOpRelationship(MaintOrderOpRelationship maintOrderOpRelationship) Deletes an existingMaintOrderOpRelationshipentity in the S/4HANA system.deleteMaintOrderSettlmtDistrRule(MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Deletes an existingMaintOrderSettlmtDistrRuleentity in the S/4HANA system.getThis()updateMaintenanceOrder(MaintenanceOrder maintenanceOrder) Update an existingMaintenanceOrderentity and save it to the S/4HANA system.updateMaintenanceOrderLongText(MaintenanceOrderLongText maintenanceOrderLongText) Update an existingMaintenanceOrderLongTextentity and save it to the S/4HANA system.updateMaintenanceOrderOperation(MaintenanceOrderOperation maintenanceOrderOperation) Update an existingMaintenanceOrderOperationentity and save it to the S/4HANA system.updateMaintOrderObjectListItem(MaintOrderObjectListItem maintOrderObjectListItem) Update an existingMaintOrderObjectListItementity and save it to the S/4HANA system.updateMaintOrderOpCompLongText(MaintOrderOpCompLongText maintOrderOpCompLongText) Update an existingMaintOrderOpCompLongTextentity and save it to the S/4HANA system.updateMaintOrderOpComponent(MaintOrderOpComponent maintOrderOpComponent) Update an existingMaintOrderOpComponententity and save it to the S/4HANA system.updateMaintOrderOpLongText(MaintOrderOpLongText maintOrderOpLongText) Update an existingMaintOrderOpLongTextentity and save it to the S/4HANA system.updateMaintOrderOpProdnRsceTool(MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Update an existingMaintOrderOpProdnRsceToolentity and save it to the S/4HANA system.updateMaintOrderOpRelationship(MaintOrderOpRelationship maintOrderOpRelationship) Update an existingMaintOrderOpRelationshipentity and save it to the S/4HANA system.updateMaintOrderSettlmtDistrRule(MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Update an existingMaintOrderSettlmtDistrRuleentity 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<MaintenanceOrderServiceBatch,MaintenanceOrderServiceBatchChangeSet>
-
createMaintenanceOrder
@Nonnull public MaintenanceOrderServiceBatchChangeSet createMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder) Description copied from interface:MaintenanceOrderServiceBatchChangeSetCreate a newMaintenanceOrderentity and save it to the S/4HANA system.- Specified by:
createMaintenanceOrderin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrder-MaintenanceOrderentity 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.
-
updateMaintenanceOrder
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrder(@Nonnull MaintenanceOrder maintenanceOrder) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintenanceOrderentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceOrderin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrder-MaintenanceOrderentity 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.
-
updateMaintenanceOrderLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintenanceOrderLongTextentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceOrderLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderLongText-MaintenanceOrderLongTextentity 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.
-
deleteMaintenanceOrderLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderLongText(@Nonnull MaintenanceOrderLongText maintenanceOrderLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintenanceOrderLongTextentity in the S/4HANA system.- Specified by:
deleteMaintenanceOrderLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderLongText-MaintenanceOrderLongTextentity 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.
-
createMaintenanceOrderOperation
@Nonnull public MaintenanceOrderServiceBatchChangeSet createMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Description copied from interface:MaintenanceOrderServiceBatchChangeSetCreate a newMaintenanceOrderOperationentity and save it to the S/4HANA system.- Specified by:
createMaintenanceOrderOperationin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
updateMaintenanceOrderOperation
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintenanceOrderOperationentity and save it to the S/4HANA system.- Specified by:
updateMaintenanceOrderOperationin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
deleteMaintenanceOrderOperation
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderOperation(@Nonnull MaintenanceOrderOperation maintenanceOrderOperation) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintenanceOrderOperationentity in the S/4HANA system.- Specified by:
deleteMaintenanceOrderOperationin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderOperation-MaintenanceOrderOperationentity 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.
-
deleteMaintenanceOrderPartner
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintenanceOrderPartner(@Nonnull MaintenanceOrderPartner maintenanceOrderPartner) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintenanceOrderPartnerentity in the S/4HANA system.- Specified by:
deleteMaintenanceOrderPartnerin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintenanceOrderPartner-MaintenanceOrderPartnerentity 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.
-
updateMaintOrderObjectListItem
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderObjectListItementity and save it to the S/4HANA system.- Specified by:
updateMaintOrderObjectListItemin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderObjectListItem-MaintOrderObjectListItementity 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.
-
deleteMaintOrderObjectListItem
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderObjectListItem(@Nonnull MaintOrderObjectListItem maintOrderObjectListItem) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderObjectListItementity in the S/4HANA system.- Specified by:
deleteMaintOrderObjectListItemin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderObjectListItem-MaintOrderObjectListItementity 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.
-
updateMaintOrderOpCompLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderOpCompLongTextentity and save it to the S/4HANA system.- Specified by:
updateMaintOrderOpCompLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpCompLongText-MaintOrderOpCompLongTextentity 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.
-
deleteMaintOrderOpCompLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpCompLongText(@Nonnull MaintOrderOpCompLongText maintOrderOpCompLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderOpCompLongTextentity in the S/4HANA system.- Specified by:
deleteMaintOrderOpCompLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpCompLongText-MaintOrderOpCompLongTextentity 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.
-
createMaintOrderOpComponent
@Nonnull public MaintenanceOrderServiceBatchChangeSet createMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Description copied from interface:MaintenanceOrderServiceBatchChangeSetCreate a newMaintOrderOpComponententity and save it to the S/4HANA system.- Specified by:
createMaintOrderOpComponentin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
updateMaintOrderOpComponent
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderOpComponententity and save it to the S/4HANA system.- Specified by:
updateMaintOrderOpComponentin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
deleteMaintOrderOpComponent
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpComponent(@Nonnull MaintOrderOpComponent maintOrderOpComponent) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderOpComponententity in the S/4HANA system.- Specified by:
deleteMaintOrderOpComponentin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpComponent-MaintOrderOpComponententity 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.
-
updateMaintOrderOpLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderOpLongTextentity and save it to the S/4HANA system.- Specified by:
updateMaintOrderOpLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpLongText-MaintOrderOpLongTextentity 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.
-
deleteMaintOrderOpLongText
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpLongText(@Nonnull MaintOrderOpLongText maintOrderOpLongText) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderOpLongTextentity in the S/4HANA system.- Specified by:
deleteMaintOrderOpLongTextin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpLongText-MaintOrderOpLongTextentity 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.
-
updateMaintOrderOpProdnRsceTool
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderOpProdnRsceToolentity and save it to the S/4HANA system.- Specified by:
updateMaintOrderOpProdnRsceToolin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpProdnRsceTool-MaintOrderOpProdnRsceToolentity 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.
-
deleteMaintOrderOpProdnRsceTool
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpProdnRsceTool(@Nonnull MaintOrderOpProdnRsceTool maintOrderOpProdnRsceTool) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderOpProdnRsceToolentity in the S/4HANA system.- Specified by:
deleteMaintOrderOpProdnRsceToolin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpProdnRsceTool-MaintOrderOpProdnRsceToolentity 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.
-
updateMaintOrderOpRelationship
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderOpRelationshipentity and save it to the S/4HANA system.- Specified by:
updateMaintOrderOpRelationshipin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpRelationship-MaintOrderOpRelationshipentity 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.
-
deleteMaintOrderOpRelationship
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderOpRelationship(@Nonnull MaintOrderOpRelationship maintOrderOpRelationship) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderOpRelationshipentity in the S/4HANA system.- Specified by:
deleteMaintOrderOpRelationshipin interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderOpRelationship-MaintOrderOpRelationshipentity 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.
-
updateMaintOrderSettlmtDistrRule
@Nonnull public MaintenanceOrderServiceBatchChangeSet updateMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Description copied from interface:MaintenanceOrderServiceBatchChangeSetUpdate an existingMaintOrderSettlmtDistrRuleentity and save it to the S/4HANA system.- Specified by:
updateMaintOrderSettlmtDistrRulein interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderSettlmtDistrRule-MaintOrderSettlmtDistrRuleentity 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.
-
deleteMaintOrderSettlmtDistrRule
@Nonnull public MaintenanceOrderServiceBatchChangeSet deleteMaintOrderSettlmtDistrRule(@Nonnull MaintOrderSettlmtDistrRule maintOrderSettlmtDistrRule) Description copied from interface:MaintenanceOrderServiceBatchChangeSetDeletes an existingMaintOrderSettlmtDistrRuleentity in the S/4HANA system.- Specified by:
deleteMaintOrderSettlmtDistrRulein interfaceMaintenanceOrderServiceBatchChangeSet- Parameters:
maintOrderSettlmtDistrRule-MaintOrderSettlmtDistrRuleentity 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.
-