Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceorderoperationconfirmation.batch
Interface MaintenanceOrderOperationConfirmationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceOrderOperationConfirmationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceOrderOperationConfirmationServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet
public interface MaintenanceOrderOperationConfirmationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenanceOrderOperationConfirmationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceOrderOperationConfirmationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenanceOrderOperationConfirmationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateLongText(LongText longText) Create a newLongTextentity and save it to the S/4HANA system.createMaintOrderConfirmation(MaintOrderConfirmation maintOrderConfirmation) Create a newMaintOrderConfirmationentity 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
-
createMaintOrderConfirmation
@Nonnull MaintenanceOrderOperationConfirmationServiceBatchChangeSet createMaintOrderConfirmation(@Nonnull MaintOrderConfirmation maintOrderConfirmation) Create a newMaintOrderConfirmationentity and save it to the S/4HANA system.- Parameters:
maintOrderConfirmation-MaintOrderConfirmationentity 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.
-
createLongText
@Nonnull MaintenanceOrderOperationConfirmationServiceBatchChangeSet createLongText(@Nonnull LongText longText) Create a newLongTextentity and save it to the S/4HANA system.- Parameters:
longText-LongTextentity 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.
-