public class DefaultAttachmentServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<AttachmentServiceBatch,AttachmentServiceBatchChangeSet> implements AttachmentServiceBatchChangeSet
AttachmentServiceBatchChangeSet
interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
AttachmentService
.Modifier and Type | Method and Description |
---|---|
AttachmentServiceBatchChangeSet |
createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
createDocumentInfoRecordAttch(DocumentInfoRecordAttch documentInfoRecordAttch)
Create a new
DocumentInfoRecordAttch entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
protected DefaultAttachmentServiceBatchChangeSet |
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 DefaultAttachmentServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<AttachmentServiceBatch,AttachmentServiceBatchChangeSet>
@Nonnull public AttachmentServiceBatchChangeSet createAttachmentContent(@Nonnull AttachmentContent attachmentContent)
AttachmentContent
entity and save it to the S/4HANA system.createAttachmentContent
in interface AttachmentServiceBatchChangeSet
attachmentContent
- AttachmentContent
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public AttachmentServiceBatchChangeSet deleteAttachmentContent(@Nonnull AttachmentContent attachmentContent)
AttachmentContent
entity in the S/4HANA system.deleteAttachmentContent
in interface AttachmentServiceBatchChangeSet
attachmentContent
- AttachmentContent
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public AttachmentServiceBatchChangeSet createDocumentInfoRecordAttch(@Nonnull DocumentInfoRecordAttch documentInfoRecordAttch)
DocumentInfoRecordAttch
entity and save it to the S/4HANA system.createDocumentInfoRecordAttch
in interface AttachmentServiceBatchChangeSet
documentInfoRecordAttch
- DocumentInfoRecordAttch
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.