public class StravaProfile extends OAuth20Profile
This class is the user profile for Strava with appropriate getters.
It is returned by the StravaClient.
logger, SEPARATOR| Constructor and Description |
|---|
StravaProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StravaGear> |
getBikes() |
java.util.List<StravaClub> |
getClubs() |
java.lang.String |
getCountry() |
java.util.Date |
getCreatedAt() |
java.lang.String |
getDatePreference() |
java.lang.String |
getDisplayName() |
java.lang.String |
getFamilyName() |
java.lang.String |
getFirstName() |
java.lang.Integer |
getFollowerCount() |
java.lang.Integer |
getFriendCount() |
Gender |
getGender() |
java.lang.String |
getLocation() |
java.lang.String |
getMeasurementPreference() |
java.net.URI |
getPictureUrl() |
java.lang.String |
getProfileMedium() |
java.net.URI |
getProfileUrl() |
java.lang.Integer |
getResourceState() |
java.util.List<StravaGear> |
getShoes() |
java.lang.String |
getState() |
java.util.Date |
getUpdatedAt() |
java.lang.Boolean |
isPremium() |
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getEmail, 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 getFirstName()
getFirstName in class CommonProfilepublic java.lang.String getFamilyName()
getFamilyName in class CommonProfilepublic java.lang.String getDisplayName()
getDisplayName in class CommonProfilepublic java.net.URI getPictureUrl()
getPictureUrl in class CommonProfilepublic java.net.URI getProfileUrl()
getProfileUrl in class CommonProfilepublic java.lang.String getLocation()
getLocation in class CommonProfilepublic Gender getGender()
getGender in class CommonProfilepublic java.lang.Integer getResourceState()
public java.lang.String getProfileMedium()
public java.lang.String getState()
public java.lang.String getCountry()
public java.lang.Boolean isPremium()
public java.util.Date getCreatedAt()
public java.util.Date getUpdatedAt()
public java.lang.Integer getFollowerCount()
public java.lang.Integer getFriendCount()
public java.lang.String getDatePreference()
public java.lang.String getMeasurementPreference()
public java.util.List<StravaGear> getBikes()
public java.util.List<StravaGear> getShoes()
public java.util.List<StravaClub> getClubs()
Copyright © 2018. All Rights Reserved.