Uses of Class
net.anidb.GroupStatus

Packages that use GroupStatus
net.anidb.udp   
 

Uses of GroupStatus in net.anidb.udp
 

Methods in net.anidb.udp that return types with arguments of type GroupStatus
 java.util.List<GroupStatus> UdpGroupStatusFactory.getGroupStatus(long animeId)
          Returns a list of the group status for the anime with the given anime Id.
 java.util.List<GroupStatus> UdpConnection.getGroupStatus(long animeId)
          Returns a list of the group status for the anime with the given anime Id.
 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.