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.room
/
GetPublicRoomsWithFilter
/
Request
/
Filter
Filter
@
Serializable
data
class
Filter
(
val
genericSearchTerm
:
String
?
=
null
,
val
roomTypes
:
Set
<
CreateEventContent.RoomType
?
>
?
=
null
)
Members
Constructors
Filter
Link copied to clipboard
constructor
(
genericSearchTerm
:
String
?
=
null
,
roomTypes
:
Set
<
CreateEventContent.RoomType
?
>
?
=
null
)
Properties
generic
Search
Term
Link copied to clipboard
@
SerialName
(
value
=
"generic_search_term"
)
val
genericSearchTerm
:
String
?
room
Types
Link copied to clipboard
@
SerialName
(
value
=
"room_types"
)
val
roomTypes
:
Set
<
CreateEventContent.RoomType
?
>
?