trixnity-clientserverapi-model
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.users
/
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
?
=
null
not
Senders
Link copied to clipboard
@
SerialName
(
value
=
"not_senders"
)
val
notSenders
:
Set
<
String
>
?
=
null
not
Types
Link copied to clipboard
@
SerialName
(
value
=
"not_types"
)
val
notTypes
:
Set
<
String
>
?
=
null
senders
Link copied to clipboard
@
SerialName
(
value
=
"senders"
)
val
senders
:
Set
<
String
>
?
=
null
types
Link copied to clipboard
@
SerialName
(
value
=
"types"
)
val
types
:
Set
<
String
>
?
=
null