Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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(ErpConfigContext configContext) |
AttachmentContent |
RenameAttachmentFluentHelper.execute(ErpConfigContext configContext) |
protected AttachmentContent |
AttachmentContentCreateFluentHelper.getEntity() |
protected AttachmentContent |
AttachmentContentDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentContent> |
GetAllOriginalsFluentHelper.execute(ErpConfigContext configContext) |
List<AttachmentContent> |
DocumentInfoRecordAttch.fetchDocumentInfoRecordToAttachmentNavigation()
Fetches the AttachmentContent entities (one to many) associated with this entity.
|
Optional<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) |
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.
|
protected AttachmentContentLink<ObjectT> |
AttachmentContentLink.translateLinkType(EntityLink<AttachmentContentLink<ObjectT>,AttachmentContent,ObjectT> link) |
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,
ErpConfigContext erpConfigContext,
List<AttachmentContent> toDocumentInfoRecordToAttachmentNavigation) |
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 © 2018 SAP SE. All rights reserved.