Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.field.LocationField
Packages that use LocationField
-
Uses of LocationField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate declared as LocationFieldModifier and TypeFieldDescriptionstatic final LocationField<BigDecimal>Location.LOCATION_LATITUDEUse with available fluent helpers to apply the LocationLatitude field to query operations.static final LocationField<BigDecimal>Location.LOCATION_LONGTITUDEUse with available fluent helpers to apply the LocationLongtitude field to query operations.static final LocationField<String>Location.LOCATION_NAMEUse with available fluent helpers to apply the LocationName field to query operations.static final LocationField<String>Location.LOCATION_TYPEUse with available fluent helpers to apply the LocationType field to query operations.static final LocationField<UUID>Location.LOCATION_UUIDUse with available fluent helpers to apply the LocationUUID field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return LocationFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
LocationField<T>Location.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LocationField<T>Use with available fluent helpers to apply an extension field to query operations.