Class DefaultDocumentManagementServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<DocumentManagementServiceBatch,DocumentManagementServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch.DefaultDocumentManagementServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<DocumentManagementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<DocumentManagementServiceBatch>,DocumentManagementServiceBatchChangeSet
public class DefaultDocumentManagementServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<DocumentManagementServiceBatch,DocumentManagementServiceBatchChangeSet>
implements DocumentManagementServiceBatchChangeSet
Implementation of the
DocumentManagementServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
DocumentManagementService.-
Method Summary
Modifier and TypeMethodDescriptioncreateDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Create a newDocumentInfoRecordentity and save it to the S/4HANA system.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.getThis()updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Update an existingDocumentInfoRecordentity and save it to the S/4HANA system.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Update an existingDocumentInfoRecordDescentity 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<DocumentManagementServiceBatch,DocumentManagementServiceBatchChangeSet>
-
createDocInfoRecdObjLinkProduct
@Nonnull public DocumentManagementServiceBatchChangeSet createDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Description copied from interface:DocumentManagementServiceBatchChangeSetCreate a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.- Specified by:
createDocInfoRecdObjLinkProductin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
docInfoRecdObjLinkProduct-DocInfoRecdObjLinkProductentity 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.
-
deleteDocInfoRecdObjLinkProduct
@Nonnull public DocumentManagementServiceBatchChangeSet deleteDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Description copied from interface:DocumentManagementServiceBatchChangeSetDeletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.- Specified by:
deleteDocInfoRecdObjLinkProductin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
docInfoRecdObjLinkProduct-DocInfoRecdObjLinkProductentity 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.
-
createDocumentInfoRecord
@Nonnull public DocumentManagementServiceBatchChangeSet createDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord) Description copied from interface:DocumentManagementServiceBatchChangeSetCreate a newDocumentInfoRecordentity and save it to the S/4HANA system.- Specified by:
createDocumentInfoRecordin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
documentInfoRecord-DocumentInfoRecordentity 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.
-
updateDocumentInfoRecord
@Nonnull public DocumentManagementServiceBatchChangeSet updateDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord) Description copied from interface:DocumentManagementServiceBatchChangeSetUpdate an existingDocumentInfoRecordentity and save it to the S/4HANA system.- Specified by:
updateDocumentInfoRecordin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
documentInfoRecord-DocumentInfoRecordentity 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.
-
createDocumentInfoRecordDesc
@Nonnull public DocumentManagementServiceBatchChangeSet createDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Description copied from interface:DocumentManagementServiceBatchChangeSetCreate a newDocumentInfoRecordDescentity and save it to the S/4HANA system.- Specified by:
createDocumentInfoRecordDescin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-
updateDocumentInfoRecordDesc
@Nonnull public DocumentManagementServiceBatchChangeSet updateDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Description copied from interface:DocumentManagementServiceBatchChangeSetUpdate an existingDocumentInfoRecordDescentity and save it to the S/4HANA system.- Specified by:
updateDocumentInfoRecordDescin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-
deleteDocumentInfoRecordDesc
@Nonnull public DocumentManagementServiceBatchChangeSet deleteDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc) Description copied from interface:DocumentManagementServiceBatchChangeSetDeletes an existingDocumentInfoRecordDescentity in the S/4HANA system.- Specified by:
deleteDocumentInfoRecordDescin interfaceDocumentManagementServiceBatchChangeSet- Parameters:
documentInfoRecordDesc-DocumentInfoRecordDescentity 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.
-