knotion
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
knotion
knotion
/
com.velkonost.knotion.model.database.query.filter
/
DatabaseQueryPredicate
/
Text
Text
interface
Text
:
DatabaseQueryPredicate
Inheritors
Equals
DoesNotEqual
Contains
DoesNotContain
StartsWith
EndsWith
IsEmpty
IsNotEmpty
Members
Types
Contains
Link copied to clipboard
data
class
Contains
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text
Does
Not
Contain
Link copied to clipboard
data
class
DoesNotContain
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text
Does
Not
Equal
Link copied to clipboard
data
class
DoesNotEqual
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text
Ends
With
Link copied to clipboard
data
class
EndsWith
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text
Equals
Link copied to clipboard
data
class
Equals
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text
Is
Empty
Link copied to clipboard
object
IsEmpty
:
DatabaseQueryPredicate.Text
Is
Not
Empty
Link copied to clipboard
object
IsNotEmpty
:
DatabaseQueryPredicate.Text
Starts
With
Link copied to clipboard
data
class
StartsWith
(
val
value
:
String
)
:
DatabaseQueryPredicate.Text