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: 499999
|
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 location(Location value)
value
- The Location to build this Incident with.@Nonnull public Incident.IncidentBuilder persons(Person... value)
value
- The Persons to build this Incident with.public Incident.IncidentBuilder incidentUUID(@Nullable UUID incidentUUID)
Original property name from the Odata EDM: IncidentUUID
public Incident.IncidentBuilder incidentCategory(@Nullable String incidentCategory)
Original property name from the Odata EDM: IncidentCategory
IncidentNear MissSafety Observation
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.
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.public Incident.IncidentBuilder incidentUTCDateTime(@Nullable ZonedDateTime incidentUTCDateTime)
Original property name from the Odata EDM: IncidentUTCDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
public Incident.IncidentBuilder incidentLocationDescription(@Nullable String incidentLocationDescription)
Original property name from the Odata EDM: IncidentLocationDescription
public Incident.IncidentBuilder eHSLocationUUID(@Nullable UUID eHSLocationUUID)
Original property name from the Odata EDM: EHSLocationUUID
public Incident build()
Copyright © 2019 SAP SE. All rights reserved.