toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
FilterCondition
Filter
Condition
@
Serializable
sealed
class
FilterCondition
Inheritors
StructType
AddressOwner
Version
Members
Types
Address
Owner
Link copied to clipboard
@
Serializable
data
class
AddressOwner
(
val
value
:
String
)
:
FilterCondition
Match
All
Link copied to clipboard
@
Serializable
data
class
MatchAll
(
val
of
:
List
<
FilterCondition
>
)
Match
Any
Link copied to clipboard
@
Serializable
data
class
MatchAny
(
val
of
:
List
<
FilterCondition
>
)
Match
None
Link copied to clipboard
@
Serializable
data
class
MatchNone
(
val
of
:
List
<
FilterCondition
>
)
Struct
Type
Link copied to clipboard
@
Serializable
data
class
StructType
(
val
value
:
String
)
:
FilterCondition
Version
Link copied to clipboard
@
Serializable
data
class
Version
(
val
value
:
String
)
:
FilterCondition