public class DefaultDocumentManagementServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<DocumentManagementServiceBatch,DocumentManagementServiceBatchChangeSet> implements DocumentManagementServiceBatchChangeSet
DocumentManagementServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
DocumentManagementService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultDocumentManagementServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<DocumentManagementServiceBatch,DocumentManagementServiceBatchChangeSet>
@Nonnull public DocumentManagementServiceBatchChangeSet createDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
DocInfoRecdObjLinkProduct
entity and save it to the S/4HANA system.createDocInfoRecdObjLinkProduct
in interface DocumentManagementServiceBatchChangeSet
docInfoRecdObjLinkProduct
- DocInfoRecdObjLinkProduct
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet deleteDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
DocInfoRecdObjLinkProduct
entity in the S/4HANA system.deleteDocInfoRecdObjLinkProduct
in interface DocumentManagementServiceBatchChangeSet
docInfoRecdObjLinkProduct
- DocInfoRecdObjLinkProduct
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet createDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord)
DocumentInfoRecord
entity and save it to the S/4HANA system.createDocumentInfoRecord
in interface DocumentManagementServiceBatchChangeSet
documentInfoRecord
- DocumentInfoRecord
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet updateDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord)
DocumentInfoRecord
entity and save it to the S/4HANA system.updateDocumentInfoRecord
in interface DocumentManagementServiceBatchChangeSet
documentInfoRecord
- DocumentInfoRecord
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet createDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity and save it to the S/4HANA system.createDocumentInfoRecordDesc
in interface DocumentManagementServiceBatchChangeSet
documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet updateDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity and save it to the S/4HANA system.updateDocumentInfoRecordDesc
in interface DocumentManagementServiceBatchChangeSet
documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DocumentManagementServiceBatchChangeSet deleteDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity in the S/4HANA system.deleteDocumentInfoRecordDesc
in interface DocumentManagementServiceBatchChangeSet
documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.