public final class UserProfile
extends Object
Represents the authenticated user's profile information.
- Since:
- 0.1.0
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getId
@NotNull
public @NotNull String getId()
-
getEmail
@NotNull
public @NotNull String getEmail()
-
getName
@NotNull
public @NotNull String getName()
-
getInitials
@NotNull
public @NotNull String getInitials()
-
getAvatarUrl
@Nullable
public @Nullable String getAvatarUrl()
-
getPreferredLanguage
@Nullable
public @Nullable String getPreferredLanguage()
-
getCreatedAt
public long getCreatedAt()
-
getEmailVerifiedAt
@Nullable
public @Nullable Long getEmailVerifiedAt()
-
getWorkspaceCount
public int getWorkspaceCount()