kotlin-odata
Toggle table of contents
26.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-odata
kotlin-odata
/
com.sap.cloud.mobile.kotlin.odata
/
QueryConverter
Query
Converter
open
class
QueryConverter
For internal use only.
Members
Constructors
Query
Converter
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
property
Map
Link copied to clipboard
var
propertyMap
:
PropertyPathMap
source
Type
Link copied to clipboard
var
sourceType
:
String
target
Type
Link copied to clipboard
var
targetType
:
String
Functions
convert
Data
Value
Link copied to clipboard
open
fun
convertDataValue
(
value
:
DataValue
?
)
:
DataValue
?
convert
Query
Filter
Link copied to clipboard
open
fun
convertQueryFilter
(
filter
:
QueryFilter
?
)
:
QueryFilter
?
convert
Query
Value
Link copied to clipboard
open
fun
convertQueryValue
(
value
:
QueryValue
)
:
QueryValue
convert
Sort
Item
Link copied to clipboard
open
fun
convertSortItem
(
item
:
SortItem
)
:
SortItem
convert
Sort
Items
Link copied to clipboard
open
fun
convertSortItems
(
items
:
SortItemList
?
)
:
SortItemList
?