-
- All Implemented Interfaces:
public final class Streem.UserProfile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Streem.UserProfile.Companion
public final class
Streem.UserProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Streem.User
user
private final Boolean
expert
-
Constructor Summary
Constructors Constructor Description Streem.UserProfile(Streem.User user, Boolean expert)
-
Method Summary
Modifier and Type Method Description final Streem.User
getUser()
final Boolean
getExpert()
-
-
Constructor Detail
-
Streem.UserProfile
Streem.UserProfile(Streem.User user, Boolean expert)
-
-
Method Detail
-
getUser
final Streem.User getUser()
-
-
-
-