Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate |
Modifier and Type | Field and Description |
---|---|
static IncidentField<UUID> |
Incident.EHS_LOCATION_UUID
Use with available fluent helpers to apply the EHSLocationUUID field to query operations.
|
static IncidentField<String> |
Incident.INCIDENT_CATEGORY
Use with available fluent helpers to apply the IncidentCategory field to query operations.
|
static IncidentField<String> |
Incident.INCIDENT_LOCATION_DESCRIPTION
Use with available fluent helpers to apply the IncidentLocationDescription field to query operations.
|
static IncidentField<String> |
Incident.INCIDENT_STATUS
Use with available fluent helpers to apply the IncidentStatus field to query operations.
|
static IncidentField<String> |
Incident.INCIDENT_TITLE
Use with available fluent helpers to apply the IncidentTitle field to query operations.
|
static IncidentField<ZonedDateTime> |
Incident.INCIDENT_UTC_DATE_TIME
Use with available fluent helpers to apply the IncidentUTCDateTime field to query operations.
|
static IncidentField<UUID> |
Incident.INCIDENT_UUID
Use with available fluent helpers to apply the IncidentUUID field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> IncidentField<T> |
Incident.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
Incident.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2020 SAP SE. All rights reserved.