| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaComment |
ActivityAPI.createComment(Integer id,
String text) |
StravaComment[] |
ActivityAPI.listActivityComments(Integer id,
Boolean markdown,
Integer page,
Integer perPage) |
| Modifier and Type | Method and Description |
|---|---|
StravaComment |
ActivityService.createComment(Integer activityId,
String text)
Create a comment on an activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaComment> |
ActivityService.listActivityComments(Integer id)
Comments on an activity can be viewed by any user.
|
List<StravaComment> |
ActivityService.listActivityComments(Integer id,
Boolean markdown)
Comments on an activity can be viewed by any user.
|
List<StravaComment> |
ActivityService.listActivityComments(Integer id,
Boolean markdown,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
List<StravaComment> |
ActivityService.listActivityComments(Integer id,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
List<StravaComment> |
ActivityService.listAllActivityComments(Integer activityId)
List ALL comments on an activity, regardless of how many there are
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityService.deleteComment(StravaComment comment)
Delete a comment belonging to the authenticated user
|
| Modifier and Type | Method and Description |
|---|---|
StravaComment |
ActivityServiceImpl.createComment(Integer id,
String text) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaComment> |
ActivityServiceImpl.listActivityComments(Integer id) |
List<StravaComment> |
ActivityServiceImpl.listActivityComments(Integer id,
Boolean markdown) |
List<StravaComment> |
ActivityServiceImpl.listActivityComments(Integer id,
Boolean markdown,
Paging pagingInstruction) |
List<StravaComment> |
ActivityServiceImpl.listActivityComments(Integer id,
Paging pagingInstruction) |
List<StravaComment> |
ActivityServiceImpl.listAllActivityComments(Integer activityId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityServiceImpl.deleteComment(StravaComment comment) |
Copyright © 2015 Dan Shannon. All rights reserved.