|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupStatusState | |
|---|---|
| net.anidb | |
| net.anidb.udp | |
| Uses of GroupStatusState in net.anidb |
|---|
| Fields in net.anidb declared as GroupStatusState | |
|---|---|
static GroupStatusState |
GroupStatusState.COMPLETE
Complete. |
static GroupStatusState |
GroupStatusState.DROPPED
Dropped. |
static GroupStatusState |
GroupStatusState.FINISHED
Finished. |
static GroupStatusState |
GroupStatusState.ONGOING
Ongoing. |
static GroupStatusState |
GroupStatusState.SPECIALS_ONLY
Specials only. |
static GroupStatusState |
GroupStatusState.STALLED
Stalled. |
| Methods in net.anidb that return GroupStatusState | |
|---|---|
static GroupStatusState |
GroupStatusState.getInstance(int value)
Returns an instance of the class for the given value. |
| Uses of GroupStatusState in net.anidb.udp |
|---|
| Methods in net.anidb.udp with parameters of type GroupStatusState | |
|---|---|
java.util.List<GroupStatus> |
UdpGroupStatusFactory.getGroupStatus(long animeId,
GroupStatusState state)
Returns a list of the group status for the anime with the given anime Id and the given state. |
java.util.List<GroupStatus> |
UdpConnection.getGroupStatus(long animeId,
GroupStatusState state)
Returns a list of the group status for the anime with the given anime Id and the given state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||