|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DayOfTheWeek | |
|---|---|
| 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. |
| Uses of DayOfTheWeek in com.jakewharton.trakt.entities |
|---|
| Methods in com.jakewharton.trakt.entities that return DayOfTheWeek | |
|---|---|
DayOfTheWeek |
TvShow.getAirDay()
|
| Uses of DayOfTheWeek in com.jakewharton.trakt.enumerations |
|---|
| Methods in com.jakewharton.trakt.enumerations that return DayOfTheWeek | |
|---|---|
static DayOfTheWeek |
DayOfTheWeek.fromValue(String value)
|
static DayOfTheWeek |
DayOfTheWeek.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DayOfTheWeek[] |
DayOfTheWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||