Modifier and Type | Field and Description |
---|---|
static IncidentLink<Attachment> |
Incident.TO_ATTACHMENTS
Use with available fluent helpers to apply the to_Attachments navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.AttachmentBuilder.build() |
protected Attachment |
AttachmentCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
Incident.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).
|
List<Attachment> |
Incident.getAttachmentsOrFetch()
Retrieval of associated Attachment entities (one to many).
|
Class<Attachment> |
Attachment.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Incident.addAttachments(Attachment... entity)
Adds elements to the list of associated Attachment entities.
|
Incident.IncidentBuilder |
Incident.IncidentBuilder.attachments(Attachment... value)
Navigation property to_Attachments for Incident to multiple Attachment.
|
Modifier and Type | Method and Description |
---|---|
void |
Incident.setAttachments(List<Attachment> value)
Overwrites the list of associated Attachment entities for the loaded navigation property
to_Attachments.
|
Constructor and Description |
---|
AttachmentCreateFluentHelper(String servicePath,
Attachment entity)
Creates a fluent helper object that will create a
Attachment entity on the
OData endpoint. |
Constructor and Description |
---|
Incident(UUID incidentUUID,
String incidentCategory,
String incidentStatus,
String incidentTitle,
ZonedDateTime incidentUTCDateTime,
String incidentLocationDescription,
UUID eHSLocationUUID,
List<Attachment> toAttachments,
Location toLocation,
List<Person> toPersons) |
Modifier and Type | Method and Description |
---|---|
EHSIncidentCreateServiceBatchChangeSet |
DefaultEHSIncidentCreateServiceBatchChangeSet.createAttachment(Attachment attachment)
Create a new
Attachment
entity and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
EHSIncidentCreateServiceBatchChangeSet.createAttachment(Attachment attachment)
Create a new
Attachment
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Attachment> |
AttachmentOneToOneLink.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 AttachmentLink<ObjectT> |
AttachmentLink.translateLinkType(EntityLink<AttachmentLink<ObjectT>,Attachment,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
AttachmentCreateFluentHelper |
EHSIncidentCreateService.createAttachment(Attachment attachment)
Create a new
Attachment
entity and save it to the S/4HANA system. |
AttachmentCreateFluentHelper |
DefaultEHSIncidentCreateService.createAttachment(Attachment attachment) |
Copyright © 2019 SAP SE. All rights reserved.