Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate |
Modifier and Type | Field and Description |
---|---|
static LocationField<BigDecimal> |
Location.LOCATION_LATITUDE
Use with available fluent helpers to apply the LocationLatitude field to query operations.
|
static LocationField<BigDecimal> |
Location.LOCATION_LONGTITUDE
Use with available fluent helpers to apply the LocationLongtitude field to query operations.
|
static LocationField<String> |
Location.LOCATION_NAME
Use with available fluent helpers to apply the LocationName field to query operations.
|
static LocationField<String> |
Location.LOCATION_TYPE
Use with available fluent helpers to apply the LocationType field to query operations.
|
static LocationField<UUID> |
Location.LOCATION_UUID
Use with available fluent helpers to apply the LocationUUID field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> LocationField<T> |
Location.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
Location.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.