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
/
Profile
Profile
@
Serializable
(
with
=
Profile.Serializer::class
)
@
JvmInline
value
class
Profile
Members
Members & Extensions
Constructors
Profile
Link copied to clipboard
constructor
(
profileFields
:
Set
<
ProfileField
>
)
constructor
(
vararg
profileFields
:
ProfileField
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
Profile
>
Properties
avatar
Url
Link copied to clipboard
val
Profile
.
avatarUrl
:
String
?
display
Name
Link copied to clipboard
val
Profile
.
displayName
:
String
?
size
Link copied to clipboard
val
size
:
Int
time
Zone
Link copied to clipboard
val
Profile
.
timeZone
:
String
?
types
Link copied to clipboard
val
types
:
Set
<
ProfileField.Key
<
*
>
>
values
Link copied to clipboard
val
values
:
Collection
<
ProfileField
>
Functions
contains
Link copied to clipboard
fun
contains
(
block
:
ProfileField
)
:
Boolean
contains
Type
Link copied to clipboard
fun
containsType
(
key
:
ProfileField.Key
<
*
>
)
:
Boolean
get
Link copied to clipboard
operator
fun
<
T
:
ProfileField
>
get
(
type
:
ProfileField.Key
<
T
>
)
:
T
?
get
Unknown
Link copied to clipboard
fun
getUnknown
(
type
:
String
)
:
ProfileField.Unknown
?
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
minus
Link copied to clipboard
operator
fun
minus
(
other
:
ProfileField
)
:
Profile
plus
Link copied to clipboard
operator
fun
plus
(
other
:
ProfileField
)
:
Profile