Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with type parameters of type AttachmentModifier and TypeFieldDescriptionstatic final IncidentLink<Attachment>Incident.TO_ATTACHMENTSUse with available fluent helpers to apply the to_Attachments navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return AttachmentModifier and TypeMethodDescriptionAttachment.AttachmentBuilder.build()protected AttachmentAttachmentCreateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return types with arguments of type AttachmentModifier and TypeMethodDescriptionIncident.fetchAttachments()Fetches the Attachment entities (one to many) associated with this entity.io.vavr.control.Option<List<Attachment>>Incident.getAttachmentsIfPresent()Retrieval of associated Attachment entities (one to many).Incident.getAttachmentsOrFetch()Retrieval of associated Attachment entities (one to many).Attachment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type AttachmentModifier and TypeMethodDescriptionvoidIncident.addAttachments(Attachment... entity) Adds elements to the list of associated Attachment entities.Incident.IncidentBuilder.attachments(Attachment... value) Navigation property to_Attachments for Incident to multiple Attachment.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidIncident.setAttachments(List<Attachment> value) Overwrites the list of associated Attachment entities for the loaded navigation property to_Attachments.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type AttachmentModifierConstructorDescriptionAttachmentCreateFluentHelper(String servicePath, Attachment entity, String entityCollection) Creates a fluent helper object that will create aAttachmententity on the OData endpoint. -
Uses of Attachment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.batch with parameters of type AttachmentModifier and TypeMethodDescriptionDefaultEHSIncidentCreateServiceBatchChangeSet.createAttachment(Attachment attachment) EHSIncidentCreateServiceBatchChangeSet.createAttachment(Attachment attachment) Create a newAttachmententity and save it to the S/4HANA system. -
Uses of Attachment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentOneToOneLink.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.ehsincidentcreate.link with type arguments of type AttachmentModifier and TypeMethodDescriptionprotected AttachmentLink<ObjectT>AttachmentLink.translateLinkType(EntityLink<AttachmentLink<ObjectT>, Attachment, ObjectT> link) -
Uses of Attachment in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type AttachmentModifier and TypeMethodDescriptionDefaultEHSIncidentCreateService.createAttachment(Attachment attachment) Deprecated.EHSIncidentCreateService.createAttachment(Attachment attachment) Deprecated.Create a newAttachmententity and save it to the S/4HANA system.