toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.domain.model
/
SortConfig
Sort
Config
@
Serializable
data
class
SortConfig
(
val
paramName
:
String
?
=
null
,
val
dataType
:
Enumerations.DataType
,
val
order
:
Order
=
Order.ASCENDING
,
val
fhirPathExpression
:
String
=
""
)
:
Parcelable
,
Serializable
Members
Constructors
Sort
Config
Link copied to clipboard
constructor
(
paramName
:
String
?
=
null
,
dataType
:
Enumerations.DataType
,
order
:
Order
=
Order.ASCENDING
,
fhirPathExpression
:
String
=
""
)
Properties
data
Type
Link copied to clipboard
val
dataType
:
Enumerations.DataType
fhir
Path
Expression
Link copied to clipboard
val
fhirPathExpression
:
String
order
Link copied to clipboard
val
order
:
Order
param
Name
Link copied to clipboard
val
paramName
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)