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() |
String |
getEmail() |
List<YahooEmail> |
getEmails() |
String |
getFamilyName() |
String |
getFirstName() |
YahooImage |
getImage() |
List<YahooInterest> |
getInterests() |
Boolean |
getIsConnected() |
Locale |
getLocale() |
Date |
getMemberSince() |
URI |
getPictureUrl() |
URI |
getProfileUrl() |
String |
getTimeZone() |
Date |
getUpdated() |
String |
getUri() |
String |
getUsername() |
clearSensitiveData, getAccessSecret, setAccessSecretgetAccessToken, setAccessTokengetGender, getLocation, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, 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, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPrincipalpublic String getEmail()
getEmail in class CommonProfilepublic String getFirstName()
getFirstName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in interface UserProfilegetUsername in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic URI getPictureUrl()
getPictureUrl in class CommonProfilepublic URI getProfileUrl()
getProfileUrl 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 © 2019. All rights reserved.