Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.AttachmentContent
Packages that use AttachmentContent
Package
Description
-
Uses of AttachmentContent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment with type parameters of type AttachmentContentModifier and TypeFieldDescriptionstatic final DocumentInfoRecordAttchLink<AttachmentContent>DocumentInfoRecordAttch.TO_DOCUMENT_INFO_RECORD_TO_ATTACHMENT_NAVIGATIONUse with available fluent helpers to apply the DocumentInfoRecordToAttachmentNavigation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment that return AttachmentContentModifier and TypeMethodDescriptionAttachmentContent.AttachmentContentBuilder.build()CreateUrlAsAttachmentFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.RenameAttachmentFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.protected AttachmentContentAttachmentContentCreateFluentHelper.getEntity()protected AttachmentContentAttachmentContentDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment that return types with arguments of type AttachmentContentModifier and TypeMethodDescriptionGetAllOriginalsFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.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).DocumentInfoRecordAttch.getDocumentInfoRecordToAttachmentNavigationOrFetch()Retrieval of associated AttachmentContent entities (one to many).protected Class<AttachmentContent>CreateUrlAsAttachmentFluentHelper.getEntityClass()protected Class<AttachmentContent>GetAllOriginalsFluentHelper.getEntityClass()protected Class<AttachmentContent>RenameAttachmentFluentHelper.getEntityClass()AttachmentContent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment with parameters of type AttachmentContentModifier and TypeMethodDescriptionvoidDocumentInfoRecordAttch.addDocumentInfoRecordToAttachmentNavigation(AttachmentContent... entity) Adds elements to the list of associated AttachmentContent entities.DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder.documentInfoRecordToAttachmentNavigation(AttachmentContent... value) Navigation property DocumentInfoRecordToAttachmentNavigation for DocumentInfoRecordAttch to multiple AttachmentContent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment with type arguments of type AttachmentContentModifier and TypeMethodDescriptionvoidDocumentInfoRecordAttch.setDocumentInfoRecordToAttachmentNavigation(List<AttachmentContent> value) Overwrites the list of associated AttachmentContent entities for the loaded navigation property DocumentInfoRecordToAttachmentNavigation.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment with parameters of type AttachmentContentModifierConstructorDescriptionAttachmentContentCreateFluentHelper(String servicePath, AttachmentContent entity, String entityCollection) Creates a fluent helper object that will create aAttachmentContententity on the OData endpoint.AttachmentContentDeleteFluentHelper(String servicePath, AttachmentContent entity, String entityCollection) Creates a fluent helper object that will delete aAttachmentContententity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment with type arguments of type AttachmentContentModifierConstructorDescriptionDocumentInfoRecordAttch(String documentInfoRecordDocType, String documentInfoRecordDocNumber, String documentInfoRecordDocVersion, String documentInfoRecordDocPart, String documentInfoRecord, String documentDescription, String externalDocumentStatus, String documentStatusName, Boolean docInfoRecdIsMarkedForDeletion, List<AttachmentContent> toDocumentInfoRecordToAttachmentNavigation) -
Uses of AttachmentContent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch with parameters of type AttachmentContentModifier and TypeMethodDescriptionAttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent) Create a newAttachmentContententity and save it to the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent) AttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent) Deletes an existingAttachmentContententity in the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent) -
Uses of AttachmentContent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.link that return types with arguments of type AttachmentContentModifier and TypeMethodDescriptionAttachmentContentOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.link with type arguments of type AttachmentContentModifier and TypeMethodDescriptionprotected AttachmentContentLink<ObjectT>AttachmentContentLink.translateLinkType(EntityLink<AttachmentContentLink<ObjectT>, AttachmentContent, ObjectT> link) -
Uses of AttachmentContent in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type AttachmentContentModifier and TypeMethodDescriptionAttachmentService.createAttachmentContent(AttachmentContent attachmentContent) Deprecated.Create a newAttachmentContententity and save it to the S/4HANA system.DefaultAttachmentService.createAttachmentContent(AttachmentContent attachmentContent) Deprecated.AttachmentService.deleteAttachmentContent(AttachmentContent attachmentContent) Deprecated.Deletes an existingAttachmentContententity in the S/4HANA system.DefaultAttachmentService.deleteAttachmentContent(AttachmentContent attachmentContent) Deprecated.