| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service.exception |
| Modifier and Type | Method and Description |
|---|---|
StravaResponse |
ActivityAPI.deleteComment(Integer activityId,
Integer commentId) |
StravaResponse |
ActivityAPI.giveKudos(Integer activityId) |
| Modifier and Type | Method and Description |
|---|---|
StravaResponse |
UnauthorizedException.getResponse() |
StravaResponse |
StravaUnknownAPIException.getResponse() |
StravaResponse |
StravaServiceUnavailableException.getResponse() |
StravaResponse |
StravaInternalServerErrorException.getResponse() |
StravaResponse |
StravaAPIRateLimitException.getResponse() |
StravaResponse |
StravaAPIException.getResponse()
Return the error message emitted by the Strava API
|
StravaResponse |
NotFoundException.getResponse() |
StravaResponse |
BadRequestException.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnauthorizedException.setResponse(StravaResponse response) |
void |
StravaUnknownAPIException.setResponse(StravaResponse response) |
void |
StravaServiceUnavailableException.setResponse(StravaResponse response) |
void |
StravaInternalServerErrorException.setResponse(StravaResponse response) |
void |
StravaAPIRateLimitException.setResponse(StravaResponse response) |
void |
StravaAPIException.setResponse(StravaResponse response) |
void |
NotFoundException.setResponse(StravaResponse response) |
void |
BadRequestException.setResponse(StravaResponse response) |
| Constructor and Description |
|---|
BadRequestException(String status,
StravaResponse response,
Throwable cause) |
NotFoundException(StravaResponse response,
Throwable cause) |
StravaAPIRateLimitException(String status,
StravaResponse response,
Throwable cause) |
StravaInternalServerErrorException(String status,
StravaResponse response,
Throwable cause) |
StravaServiceUnavailableException(String status,
StravaResponse response,
Throwable cause) |
StravaUnknownAPIException(String status,
StravaResponse response,
Throwable cause) |
UnauthorizedException(String status,
StravaResponse response,
Throwable cause) |
Copyright © 2015 Dan Shannon. All rights reserved.