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 |
|---|---|
java.lang.String |
getAboutMe() |
java.util.List<YahooAddress> |
getAddresses() |
java.lang.String |
getAgeCategory() |
java.util.Date |
getBirthdate() |
java.lang.Integer |
getBirthYear() |
java.util.Date |
getCreated() |
java.util.List<YahooDisclosure> |
getDisclosures() |
java.lang.Integer |
getDisplayAge() |
java.lang.String |
getDisplayName() |
java.lang.String |
getEmail() |
java.util.List<YahooEmail> |
getEmails() |
java.lang.String |
getFamilyName() |
java.lang.String |
getFirstName() |
YahooImage |
getImage() |
java.util.List<YahooInterest> |
getInterests() |
java.lang.Boolean |
getIsConnected() |
java.util.Locale |
getLocale() |
java.util.Date |
getMemberSince() |
java.net.URI |
getPictureUrl() |
java.net.URI |
getProfileUrl() |
java.lang.String |
getTimeZone() |
java.util.Date |
getUpdated() |
java.lang.String |
getUri() |
java.lang.String |
getUsername() |
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 java.lang.String getEmail()
getEmail in class CommonProfilepublic java.lang.String getFirstName()
getFirstName in class CommonProfilepublic java.lang.String getFamilyName()
getFamilyName in class CommonProfilepublic java.lang.String getDisplayName()
getDisplayName in class CommonProfilepublic java.lang.String getUsername()
getUsername in class CommonProfilepublic java.util.Locale getLocale()
getLocale in class CommonProfilepublic java.net.URI getPictureUrl()
getPictureUrl in class CommonProfilepublic java.net.URI getProfileUrl()
getProfileUrl in class CommonProfilepublic java.lang.String getAboutMe()
public java.util.List<YahooAddress> getAddresses()
public java.lang.Integer getBirthYear()
public java.util.Date getBirthdate()
public java.util.Date getCreated()
public java.lang.Integer getDisplayAge()
public java.util.List<YahooDisclosure> getDisclosures()
public java.util.List<YahooEmail> getEmails()
public YahooImage getImage()
public java.util.List<YahooInterest> getInterests()
public java.lang.Boolean getIsConnected()
public java.util.Date getMemberSince()
public java.lang.String getTimeZone()
public java.util.Date getUpdated()
public java.lang.String getUri()
public java.lang.String getAgeCategory()
Copyright © 2018. All Rights Reserved.