Class GoogleUser
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.google.pojo.GoogleUser
-
public class GoogleUser extends Object
-
-
Constructor Summary
Constructors Constructor Description GoogleUser(String id, String email, String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAvatar()StringgetDisplayName()StringgetDomain()StringgetEmail()StringgetId()StringgetUsername()inthashCode()GoogleUsersetAvatar(String avatar)GoogleUsersetDomain(String domain)
-
-
-
Method Detail
-
getId
@NotNull public String getId()
-
getEmail
@Nullable public String getEmail()
-
getUsername
@NotNull public String getUsername()
-
getAvatar
@Nullable public String getAvatar()
-
getDomain
@Nullable public String getDomain()
-
setAvatar
public GoogleUser setAvatar(@Nullable String avatar)
-
setDomain
public GoogleUser setDomain(@Nullable String domain)
-
getDisplayName
@NotNull public String getDisplayName()
-
-