public interface AttachmentServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<AttachmentServiceBatch>
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. |
endChangeSet
@Nonnull AttachmentServiceBatchChangeSet createAttachmentContent(@Nonnull AttachmentContent attachmentContent)
AttachmentContent
entity and save it to the S/4HANA system.attachmentContent
- AttachmentContent
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull AttachmentServiceBatchChangeSet deleteAttachmentContent(@Nonnull AttachmentContent attachmentContent)
AttachmentContent
entity in the S/4HANA system.attachmentContent
- AttachmentContent
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull AttachmentServiceBatchChangeSet createDocumentInfoRecordAttch(@Nonnull DocumentInfoRecordAttch documentInfoRecordAttch)
DocumentInfoRecordAttch
entity and save it to the S/4HANA system.documentInfoRecordAttch
- DocumentInfoRecordAttch
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.