Modifier and Type | Method and Description |
---|---|
Incident.IncidentBuilder |
attachments(Attachment... value)
Navigation property to_Attachments for Incident to multiple Attachment.
|
Incident |
build() |
Incident.IncidentBuilder |
eHSLocationUUID(UUID eHSLocationUUID)
Constraints: Not nullable
|
Incident.IncidentBuilder |
incidentCategory(String incidentCategory)
Constraints: Not nullable, Maximum length: 3
|
Incident.IncidentBuilder |
incidentLocationDescription(String incidentLocationDescription)
Constraints: Not nullable, Maximum length: 999999
|
Incident.IncidentBuilder |
incidentStatus(String incidentStatus)
Constraints: Not nullable, Maximum length: 40
|
Incident.IncidentBuilder |
incidentTitle(String incidentTitle)
Constraints: Not nullable, Maximum length: 80
|
Incident.IncidentBuilder |
incidentUTCDateTime(ZonedDateTime incidentUTCDateTime)
Constraints: Not nullable, Precision: 0
|
Incident.IncidentBuilder |
incidentUUID(UUID incidentUUID)
(Key Field) Constraints: Not nullable
|
Incident.IncidentBuilder |
location(Location value)
Navigation property to_Location for Incident to single Location.
|
Incident.IncidentBuilder |
persons(Person... value)
Navigation property to_Persons for Incident to multiple Person.
|
String |
toString() |
@Nonnull public Incident.IncidentBuilder attachments(Attachment... value)
value
- The Attachments to build this Incident with.@Nonnull public Incident.IncidentBuilder persons(Person... value)
value
- The Persons to build this Incident with.@Nonnull public Incident.IncidentBuilder location(Location value)
value
- The Location to build this Incident with.@Nonnull public Incident.IncidentBuilder incidentUUID(@Nullable UUID incidentUUID)
Original property name from the Odata EDM: IncidentUUID
this
.@Nonnull public Incident.IncidentBuilder incidentCategory(@Nullable String incidentCategory)
Original property name from the Odata EDM: IncidentCategory
IncidentNear MissSafety Observation
this
.@Nonnull public Incident.IncidentBuilder incidentStatus(@Nullable String incidentStatus)
Original property name from the Odata EDM: IncidentStatus
After you enter or change information and choose the Save pushbutton, the system automatically assigns the appropriate status to the incident record. By choosing the Set Next Status pushbutton, you can choose to assign a status to the record.
this
.@Nonnull public Incident.IncidentBuilder incidentTitle(@Nullable String incidentTitle)
Original property name from the Odata EDM: IncidentTitle
You can use the title much like a label to distinguish quickly between records. When you search the data records in incident management, the title is often displayed together with the incident category, incident ID, and the short info (a composite of the injured person(s) and incident date).
incident of group deviation.this
.@Nonnull public Incident.IncidentBuilder incidentUTCDateTime(@Nullable ZonedDateTime incidentUTCDateTime)
Original property name from the Odata EDM: IncidentUTCDateTime
this
.@Nonnull public Incident.IncidentBuilder incidentLocationDescription(@Nullable String incidentLocationDescription)
Original property name from the Odata EDM: IncidentLocationDescription
this
.@Nonnull public Incident.IncidentBuilder eHSLocationUUID(@Nullable UUID eHSLocationUUID)
Original property name from the Odata EDM: EHSLocationUUID
this
.Copyright © 2021 SAP SE. All rights reserved.