$UserDetailsInterface class sealed

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

additionalMail → BuiltList<String>
no setter
additionalMailScope → BuiltList<UserDetailsScope>?
no setter
address String
no setter
addressScope UserDetailsScope?
no setter
avatarScope UserDetailsScope?
no setter
backend String
no setter
backendCapabilities UserDetails_BackendCapabilities
no setter
biography String
no setter
biographyScope UserDetailsScope?
no setter
displayName String
no setter
displayname String
no setter
displaynameScope UserDetailsScope?
no setter
email String?
no setter
emailScope UserDetailsScope?
no setter
enabled bool?
no setter
fediverse String
no setter
fediverseScope UserDetailsScope?
no setter
groups → BuiltList<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
headline String
no setter
headlineScope UserDetailsScope?
no setter
id String
no setter
language String
no setter
lastLogin int
no setter
locale String
no setter
manager String
no setter
notifyEmail String?
no setter
organisation String
no setter
organisationScope UserDetailsScope?
no setter
phone String
no setter
phoneScope UserDetailsScope?
no setter
profileEnabled String
no setter
profileEnabledScope UserDetailsScope?
no setter
quota UserDetailsQuota
no setter
role String
no setter
roleScope UserDetailsScope?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageLocation String?
no setter
subadmin → BuiltList<String>
no setter
twitter String
no setter
twitterScope UserDetailsScope?
no setter
website String
no setter
websiteScope UserDetailsScope?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($UserDetailsInterfaceBuilder)) $UserDetailsInterface
Rebuilds the instance.
toBuilder() $UserDetailsInterfaceBuilder
Converts the instance to a builder $UserDetailsInterfaceBuilder.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited