Class DefaultServiceEntrySheetServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ServiceEntrySheetServiceBatch,ServiceEntrySheetServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceentrysheet.batch.DefaultServiceEntrySheetServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ServiceEntrySheetServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ServiceEntrySheetServiceBatch>,ServiceEntrySheetServiceBatchChangeSet
public class DefaultServiceEntrySheetServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ServiceEntrySheetServiceBatch,ServiceEntrySheetServiceBatchChangeSet>
implements ServiceEntrySheetServiceBatchChangeSet
Implementation of the
ServiceEntrySheetServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ServiceEntrySheetService.-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Create a newServiceEntrySheetentity and save it to the S/4HANA system.getThis()updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Update an existingServiceEntrySheetentity and save it to the S/4HANA system.updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem) Update an existingServiceEntrySheetItementity and save it to the S/4HANA system.updateSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Update an existingSrvcEntrShtAcctAssignmententity 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<ServiceEntrySheetServiceBatch,ServiceEntrySheetServiceBatchChangeSet>
-
createServiceEntrySheet
@Nonnull public ServiceEntrySheetServiceBatchChangeSet createServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Description copied from interface:ServiceEntrySheetServiceBatchChangeSetCreate a newServiceEntrySheetentity and save it to the S/4HANA system.- Specified by:
createServiceEntrySheetin interfaceServiceEntrySheetServiceBatchChangeSet- Parameters:
serviceEntrySheet-ServiceEntrySheetentity 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.
-
updateServiceEntrySheet
@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Description copied from interface:ServiceEntrySheetServiceBatchChangeSetUpdate an existingServiceEntrySheetentity and save it to the S/4HANA system.- Specified by:
updateServiceEntrySheetin interfaceServiceEntrySheetServiceBatchChangeSet- Parameters:
serviceEntrySheet-ServiceEntrySheetentity 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.
-
updateServiceEntrySheetItem
@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheetItem(@Nonnull ServiceEntrySheetItem serviceEntrySheetItem) Description copied from interface:ServiceEntrySheetServiceBatchChangeSetUpdate an existingServiceEntrySheetItementity and save it to the S/4HANA system.- Specified by:
updateServiceEntrySheetItemin interfaceServiceEntrySheetServiceBatchChangeSet- Parameters:
serviceEntrySheetItem-ServiceEntrySheetItementity 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.
-
updateSrvcEntrShtAcctAssignment
@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateSrvcEntrShtAcctAssignment(@Nonnull SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Description copied from interface:ServiceEntrySheetServiceBatchChangeSetUpdate an existingSrvcEntrShtAcctAssignmententity and save it to the S/4HANA system.- Specified by:
updateSrvcEntrShtAcctAssignmentin interfaceServiceEntrySheetServiceBatchChangeSet- Parameters:
srvcEntrShtAcctAssignment-SrvcEntrShtAcctAssignmententity 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.
-