Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordAttchLink<AttachmentContent> |
DocumentInfoRecordAttch.TO_DOCUMENT_INFO_RECORD_TO_ATTACHMENT_NAVIGATION
Use with available fluent helpers to apply the DocumentInfoRecordToAttachmentNavigation navigation
property to query operations.
|
Modifier and Type | Method and Description |
---|---|
AttachmentContent |
AttachmentContent.AttachmentContentBuilder.build() |
AttachmentContent |
CreateUrlAsAttachmentFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
AttachmentContent |
RenameAttachmentFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
protected AttachmentContent |
AttachmentContentCreateFluentHelper.getEntity() |
protected AttachmentContent |
AttachmentContentDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentContent> |
GetAllOriginalsFluentHelper.execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
List<AttachmentContent> |
DocumentInfoRecordAttch.fetchDocumentInfoRecordToAttachmentNavigation()
Fetches the AttachmentContent entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<AttachmentContent>> |
DocumentInfoRecordAttch.getDocumentInfoRecordToAttachmentNavigationIfPresent()
Retrieval of associated AttachmentContent entities (one to many).
|
List<AttachmentContent> |
DocumentInfoRecordAttch.getDocumentInfoRecordToAttachmentNavigationOrFetch()
Retrieval of associated AttachmentContent entities (one to many).
|
protected Class<AttachmentContent> |
GetAllOriginalsFluentHelper.getEntityClass() |
protected Class<AttachmentContent> |
CreateUrlAsAttachmentFluentHelper.getEntityClass() |
protected Class<AttachmentContent> |
RenameAttachmentFluentHelper.getEntityClass() |
Class<AttachmentContent> |
AttachmentContent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecordAttch.addDocumentInfoRecordToAttachmentNavigation(AttachmentContent... entity)
Adds elements to the list of associated AttachmentContent entities.
|
DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder |
DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder.documentInfoRecordToAttachmentNavigation(AttachmentContent... value)
Navigation property DocumentInfoRecordToAttachmentNavigation for DocumentInfoRecordAttch to
multiple AttachmentContent.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecordAttch.setDocumentInfoRecordToAttachmentNavigation(List<AttachmentContent> value)
Overwrites the list of associated AttachmentContent entities for the loaded navigation property
DocumentInfoRecordToAttachmentNavigation.
|
Constructor and Description |
---|
AttachmentContentCreateFluentHelper(String servicePath,
AttachmentContent entity)
Creates a fluent helper object that will create a
AttachmentContent entity on the OData endpoint. |
AttachmentContentDeleteFluentHelper(String servicePath,
AttachmentContent entity)
Creates a fluent helper object that will delete a
AttachmentContent entity on the OData endpoint. |
Constructor and Description |
---|
DocumentInfoRecordAttch(String documentInfoRecordDocType,
String documentInfoRecordDocNumber,
String documentInfoRecordDocVersion,
String documentInfoRecordDocPart,
String documentInfoRecord,
String documentDescription,
String externalDocumentStatus,
String documentStatusName,
Boolean docInfoRecdIsMarkedForDeletion,
List<AttachmentContent> toDocumentInfoRecordToAttachmentNavigation) |
Modifier and Type | Method and Description |
---|---|
AttachmentServiceBatchChangeSet |
AttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
AttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<AttachmentContent> |
AttachmentContentOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected AttachmentContentLink<ObjectT> |
AttachmentContentLink.translateLinkType(EntityLink<AttachmentContentLink<ObjectT>,AttachmentContent,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
AttachmentContentCreateFluentHelper |
AttachmentService.createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentContentCreateFluentHelper |
DefaultAttachmentService.createAttachmentContent(AttachmentContent attachmentContent) |
AttachmentContentDeleteFluentHelper |
AttachmentService.deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
AttachmentContentDeleteFluentHelper |
DefaultAttachmentService.deleteAttachmentContent(AttachmentContent attachmentContent) |
Copyright © 2021 SAP SE. All rights reserved.