public class YahooProfile extends OAuth10Profile
This class is the user profile for Yahoo with appropriate getters.
It is returned by the YahooClient.
logger, SEPARATOR| Constructor and Description |
|---|
YahooProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAboutMe() |
List<YahooAddress> |
getAddresses() |
String |
getAgeCategory() |
Date |
getBirthdate() |
Integer |
getBirthYear() |
Date |
getCreated() |
List<YahooDisclosure> |
getDisclosures() |
Integer |
getDisplayAge() |
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getEmail()
Return the email of the user.
|
List<YahooEmail> |
getEmails() |
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
YahooImage |
getImage() |
List<YahooInterest> |
getInterests() |
Boolean |
getIsConnected() |
Locale |
getLocale()
Return the locale of the user.
|
Date |
getMemberSince() |
URI |
getPictureUrl()
Return the url of the picture of the user.
|
URI |
getProfileUrl()
Return the url of the profile of the user.
|
String |
getTimeZone() |
Date |
getUpdated() |
String |
getUri() |
String |
getUsername()
Return the username of the user.
|
clearSensitiveData, getAccessSecret, setAccessSecretgetAccessToken, setAccessTokenasPrincipal, getGender, getLocation, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalpublic String getEmail()
CommonProfilegetEmail in class CommonProfilepublic String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getUsername()
CommonProfilegetUsername in class CommonProfilepublic Locale getLocale()
CommonProfilegetLocale in class CommonProfilepublic URI getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic URI getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic String getAboutMe()
public List<YahooAddress> getAddresses()
public Integer getBirthYear()
public Date getBirthdate()
public Date getCreated()
public Integer getDisplayAge()
public List<YahooDisclosure> getDisclosures()
public List<YahooEmail> getEmails()
public YahooImage getImage()
public List<YahooInterest> getInterests()
public Boolean getIsConnected()
public Date getMemberSince()
public String getTimeZone()
public Date getUpdated()
public String getUri()
public String getAgeCategory()
Copyright © 2018. All rights reserved.