Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.field.IncidentField
Packages that use IncidentField
-
Uses of IncidentField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate declared as IncidentFieldModifier and TypeFieldDescriptionstatic final IncidentField<UUID>Incident.EHS_LOCATION_UUIDUse with available fluent helpers to apply the EHSLocationUUID field to query operations.static final IncidentField<Boolean>Incident.FILTER_BY_CURRENT_USERUse with available fluent helpers to apply the FilterByCurrentUser field to query operations.static final IncidentField<String>Incident.INCIDENT_CATEGORYUse with available fluent helpers to apply the IncidentCategory field to query operations.static final IncidentField<String>Incident.INCIDENT_DESCRIPTION_OF_EVENTSUse with available fluent helpers to apply the IncidentDescriptionOfEvents field to query operations.static final IncidentField<String>Incident.INCIDENT_IDUse with available fluent helpers to apply the IncidentID field to query operations.static final IncidentField<String>Incident.INCIDENT_LOCATION_DESCRIPTIONUse with available fluent helpers to apply the IncidentLocationDescription field to query operations.static final IncidentField<String>Incident.INCIDENT_STATUSUse with available fluent helpers to apply the IncidentStatus field to query operations.static final IncidentField<String>Incident.INCIDENT_TITLEUse with available fluent helpers to apply the IncidentTitle field to query operations.static final IncidentField<ZonedDateTime>Incident.INCIDENT_UTC_DATE_TIMEUse with available fluent helpers to apply the IncidentUTCDateTime field to query operations.static final IncidentField<UUID>Incident.INCIDENT_UUIDUse with available fluent helpers to apply the IncidentUUID field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return IncidentFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
IncidentField<T>Incident.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> IncidentField<T>Use with available fluent helpers to apply an extension field to query operations.