Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceorderoperationconfirmation.batch
Class DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MaintenanceOrderOperationConfirmationServiceBatch,MaintenanceOrderOperationConfirmationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceorderoperationconfirmation.batch.DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MaintenanceOrderOperationConfirmationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceOrderOperationConfirmationServiceBatch>,MaintenanceOrderOperationConfirmationServiceBatchChangeSet
public class DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MaintenanceOrderOperationConfirmationServiceBatch,MaintenanceOrderOperationConfirmationServiceBatchChangeSet>
implements MaintenanceOrderOperationConfirmationServiceBatchChangeSet
Implementation of the
MaintenanceOrderOperationConfirmationServiceBatchChangeSet interface, enabling you to
combine multiple operations into one changeset. 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.getThis()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
-
createMaintOrderConfirmation
@Nonnull public MaintenanceOrderOperationConfirmationServiceBatchChangeSet createMaintOrderConfirmation(@Nonnull MaintOrderConfirmation maintOrderConfirmation) Description copied from interface:MaintenanceOrderOperationConfirmationServiceBatchChangeSetCreate a newMaintOrderConfirmationentity and save it to the S/4HANA system.- Specified by:
createMaintOrderConfirmationin interfaceMaintenanceOrderOperationConfirmationServiceBatchChangeSet- 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 public MaintenanceOrderOperationConfirmationServiceBatchChangeSet createLongText(@Nonnull LongText longText) Description copied from interface:MaintenanceOrderOperationConfirmationServiceBatchChangeSetCreate a newLongTextentity and save it to the S/4HANA system.- Specified by:
createLongTextin interfaceMaintenanceOrderOperationConfirmationServiceBatchChangeSet- 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.
-