trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.user
/
Filters
/
EventFilter
Event
Filter
@
Serializable
data
class
EventFilter
(
val
limit
:
Long
?
=
null
,
val
notSenders
:
Set
<
String
>
?
=
null
,
val
notTypes
:
Set
<
String
>
?
=
null
,
val
senders
:
Set
<
String
>
?
=
null
,
val
types
:
Set
<
String
>
?
=
null
)
Members
Constructors
Event
Filter
Link copied to clipboard
constructor
(
limit
:
Long
?
=
null
,
notSenders
:
Set
<
String
>
?
=
null
,
notTypes
:
Set
<
String
>
?
=
null
,
senders
:
Set
<
String
>
?
=
null
,
types
:
Set
<
String
>
?
=
null
)
Properties
limit
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
limit
:
Long
?
not
Senders
Link copied to clipboard
@
SerialName
(
value
=
"not_senders"
)
val
notSenders
:
Set
<
String
>
?
not
Types
Link copied to clipboard
@
SerialName
(
value
=
"not_types"
)
val
notTypes
:
Set
<
String
>
?
senders
Link copied to clipboard
@
SerialName
(
value
=
"senders"
)
val
senders
:
Set
<
String
>
?
types
Link copied to clipboard
@
SerialName
(
value
=
"types"
)
val
types
:
Set
<
String
>
?