public class StravaClubEvent extends Object
Group Events are optionally recurring events for club members. Only club members can access private club events.
| Constructor and Description |
|---|
StravaClubEvent()
No-args constructor
|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public StravaActivityType getActivityType()
public String getAddress()
public Integer getClubId()
public ZonedDateTime getCreatedAt()
public String getDescription()
public Integer getId()
public Boolean getPrivateEvent()
public StravaResourceState getResourceState()
public Integer getRouteId()
public StravaSkillLevel getSkillLevel()
public StravaTerrainType getTerrain()
public String getTitle()
public List<ZonedDateTime> getUpcomingOccurrences()
public Boolean getWomanOnly()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setActivityType(StravaActivityType activityType)
activityType - the activityType to setpublic void setAddress(String address)
address - the address to setpublic void setClubId(Integer clubId)
clubId - the clubId to setpublic void setCreatedAt(ZonedDateTime createdAt)
createdAt - the createdAt to setpublic void setDescription(String description)
description - the description to setpublic void setId(Integer id)
id - the id to setpublic void setPrivateEvent(Boolean privateEvent)
privateEvent - the privateEvent to setpublic void setResourceState(StravaResourceState resourceState)
resourceState - the resourceState to setpublic void setRouteId(Integer routeId)
routeId - the routeId to setpublic void setSkillLevel(StravaSkillLevel skillLevel)
skillLevel - the skillLevel to setpublic void setTerrain(StravaTerrainType terrain)
terrain - the terrain to setpublic void setTitle(String title)
title - the title to setpublic void setUpcomingOccurrences(List<ZonedDateTime> upcomingOccurrences)
upcomingOccurrences - the upcomingOccurrences to setpublic void setWomanOnly(Boolean womanOnly)
womanOnly - the womanOnly to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.