public class StravaClub extends Object implements StravaCacheable<Integer>
Clubs represent groups of athletes on Strava. They can be public or private. Only members of private clubs can access their details. The object is returned
in summary or detailed representations.
| Constructor and Description |
|---|
StravaClub()
No args constructor
|
public String getCity()
public StravaClubType getClubType()
public String getCountry()
public String getDescription()
public Integer getId()
getId in interface StravaCacheable<Integer>public Integer getMemberCount()
public String getName()
public Boolean getPrivateClub()
public String getProfile()
public String getProfileMedium()
public StravaResourceState getResourceState()
getResourceState in interface StravaCacheable<Integer>public StravaSportType getSportType()
public String getState()
public void setCity(String city)
city - the city to setpublic void setClubType(StravaClubType clubType)
clubType - the clubType to setpublic void setCountry(String country)
country - the country to setpublic void setDescription(String description)
description - the description to setpublic void setId(Integer id)
id - the id to setpublic void setMemberCount(Integer memberCount)
memberCount - the memberCount to setpublic void setName(String name)
name - the name to setpublic void setPrivateClub(Boolean privateClub)
privateClub - the privateClub to setpublic void setProfile(String profile)
profile - the profile to setpublic void setProfileMedium(String profileMedium)
profileMedium - the profileMedium to setpublic void setResourceState(StravaResourceState resourceState)
resourceState - the resourceState to setpublic void setSportType(StravaSportType sportType)
sportType - the sportType to setpublic void setState(String state)
state - the state to setpublic Boolean getFeatured()
public void setFeatured(Boolean featured)
public StravaClubMembershipStatus getMembership()
public void setMembership(StravaClubMembershipStatus membership)
public Boolean getAdmin()
public void setAdmin(Boolean admin)
public Boolean getOwner()
public void setOwner(Boolean owner)
public Integer getFollowingCount()
public void setFollowingCount(Integer followingCount)
Copyright © 2016 Dan Shannon. All rights reserved.