Class UserProfile

java.lang.Object
dev.dosya.sdk.model.UserProfile

public final class UserProfile extends Object
Represents the authenticated user's profile information.
Since:
0.1.0
  • 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()