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 |
|---|---|
AttributesDefinition |
getAttributesDefinition()
Return the attributes definition for this user profile.
|
String |
getBio() |
FoursquareUserContact |
getContact() |
String |
getEmail()
Return the email of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
FoursquareUserFriends |
getFriends() |
String |
getLocation()
Return the location of the user.
|
FoursquareUserPhoto |
getPhoto() |
String |
getPictureUrl()
Return the url of the picture of the user.
|
String |
getProfileUrl()
Return the url of the profile of the user.
|
clearSensitiveData, getAccessToken, setAccessTokengetDisplayName, getGender, getLocale, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic AttributesDefinition getAttributesDefinition()
UserProfilenull for a (generic) user profile.getAttributesDefinition in class UserProfilepublic String getBio()
public FoursquareUserContact getContact()
public FoursquareUserFriends getFriends()
public FoursquareUserPhoto getPhoto()
public String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic String getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic String getEmail()
CommonProfilegetEmail in class CommonProfileCopyright © 2016. All rights reserved.