public class DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<MaintenanceOrderOperationConfirmationServiceBatch,MaintenanceOrderOperationConfirmationServiceBatchChangeSet> implements MaintenanceOrderOperationConfirmationServiceBatchChangeSet
MaintenanceOrderOperationConfirmationServiceBatchChangeSet
interface, enabling you to
combine multiple operations into one changeset. For further information have a look into the
MaintenanceOrderOperationConfirmationService
.Modifier and Type | Method and Description |
---|---|
MaintenanceOrderOperationConfirmationServiceBatchChangeSet |
createLongText(LongText longText)
Create a new
LongText entity and save it to the S/4HANA system. |
MaintenanceOrderOperationConfirmationServiceBatchChangeSet |
createMaintOrderConfirmation(MaintOrderConfirmation maintOrderConfirmation)
Create a new
MaintOrderConfirmation entity and save it to the S/4HANA system. |
protected DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultMaintenanceOrderOperationConfirmationServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<MaintenanceOrderOperationConfirmationServiceBatch,MaintenanceOrderOperationConfirmationServiceBatchChangeSet>
@Nonnull public MaintenanceOrderOperationConfirmationServiceBatchChangeSet createMaintOrderConfirmation(@Nonnull MaintOrderConfirmation maintOrderConfirmation)
MaintOrderConfirmation
entity and save it to the S/4HANA system.createMaintOrderConfirmation
in interface MaintenanceOrderOperationConfirmationServiceBatchChangeSet
maintOrderConfirmation
- MaintOrderConfirmation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public MaintenanceOrderOperationConfirmationServiceBatchChangeSet createLongText(@Nonnull LongText longText)
LongText
entity and save it to the S/4HANA system.createLongText
in interface MaintenanceOrderOperationConfirmationServiceBatchChangeSet
longText
- LongText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.