toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.common
/
FilterOperators
Filter
Operators
abstract
class
FilterOperators
Inheritors
AttributeValueFilter
EventDataFilter
ProgramStageWorkingListAttributeValueFilter
ProgramStageWorkingListEventDataFilter
Members
Constructors
Filter
Operators
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
<
T
:
FilterOperators.Builder
?
>
Functions
date
Filter
Link copied to clipboard
@
Nullable
abstract
fun
dateFilter
(
)
:
DateFilterPeriod
If the dataItem is of type date, then date filtering parameters are specified using this.
eq
Link copied to clipboard
@
Nullable
abstract
fun
eq
(
)
:
String
Equal to
ge
Link copied to clipboard
@
Nullable
abstract
fun
ge
(
)
:
String
Greater than or equal to
gt
Link copied to clipboard
@
Nullable
abstract
fun
gt
(
)
:
String
Greater than
in
Link copied to clipboard
@
Nullable
abstract
fun
in
(
)
:
Set
<
String
>
In a list
le
Link copied to clipboard
@
Nullable
abstract
fun
le
(
)
:
String
Less than or equal to
like
Link copied to clipboard
@
Nullable
abstract
fun
like
(
)
:
String
Like
lt
Link copied to clipboard
@
Nullable
abstract
fun
lt
(
)
:
String
Lesser than