public class FoursquareProfile extends OAuth20Profile
This class is the user profile for Foursquare with appropriate getters.
It is returned by the FoursquareClient.
logger, SEPARATOR| Constructor and Description |
|---|
FoursquareProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBio() |
FoursquareUserContact |
getContact() |
java.lang.String |
getEmail() |
java.lang.String |
getFamilyName() |
java.lang.String |
getFirstName() |
FoursquareUserFriends |
getFriends() |
java.lang.String |
getLocation() |
FoursquareUserPhoto |
getPhoto() |
java.net.URI |
getPictureUrl() |
java.net.URI |
getProfileUrl() |
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getDisplayName, getGender, getLocale, getUsername, 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 getBio()
public FoursquareUserContact getContact()
public FoursquareUserFriends getFriends()
public FoursquareUserPhoto getPhoto()
public java.lang.String getFirstName()
getFirstName in class CommonProfilepublic java.lang.String getLocation()
getLocation in class CommonProfilepublic java.lang.String getFamilyName()
getFamilyName in class CommonProfilepublic java.net.URI getProfileUrl()
getProfileUrl in class CommonProfilepublic java.net.URI getPictureUrl()
getPictureUrl in class CommonProfilepublic java.lang.String getEmail()
getEmail in class CommonProfileCopyright © 2018. All Rights Reserved.