toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
AttributeValueFilter
Attribute
Value
Filter
abstract
class
AttributeValueFilter
:
FilterOperators
,
CoreObject
Members
Constructors
Attribute
Value
Filter
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
FilterOperators.Builder
<
T
>
Functions
attribute
Link copied to clipboard
@
Nullable
abstract
fun
attribute
(
)
:
String
The attribute id
builder
Link copied to clipboard
open
fun
builder
(
)
:
AttributeValueFilter.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
AttributeValueFilter
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
ew
Link copied to clipboard
@
Nullable
abstract
fun
ew
(
)
:
String
End with
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
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
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
sw
Link copied to clipboard
@
Nullable
abstract
fun
sw
(
)
:
String
Starts with
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
AttributeValueFilter.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Instance
Filter
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityInstanceFilter
(
)
:
String
The related trackedEntityInstance filter