|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rating | |
|---|---|
| com.jakewharton.trakt.entities | Immutable POJOs which provide native object representation of the JSON returned by remote API calls. |
| com.jakewharton.trakt.enumerations | All Trakt-defined enumerations which are used both in request responses as well as building remote requests. |
| com.jakewharton.trakt.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
| Uses of Rating in com.jakewharton.trakt.entities |
|---|
| Methods in com.jakewharton.trakt.entities that return Rating | |
|---|---|
Rating |
TvShowEpisode.getRating()
|
Rating |
MediaBase.getRating()
|
Rating |
RatingResponse.getRating()
|
| Uses of Rating in com.jakewharton.trakt.enumerations |
|---|
| Methods in com.jakewharton.trakt.enumerations that return Rating | |
|---|---|
static Rating |
Rating.fromValue(String value)
|
static Rating |
Rating.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Rating[] |
Rating.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Rating in com.jakewharton.trakt.services |
|---|
| Methods in com.jakewharton.trakt.services with parameters of type Rating | |
|---|---|
RateService.EpisodeBuilder |
RateService.EpisodeBuilder.rating(Rating rating)
|
RateService.MovieBuilder |
RateService.MovieBuilder.rating(Rating rating)
|
RateService.ShowBuilder |
RateService.ShowBuilder.rating(Rating rating)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||