Interface ArchivedThreads


  • public interface ArchivedThreads
    • Method Detail

      • getServerThreadChannels

        java.util.List<ServerThreadChannel> getServerThreadChannels()
        Gets the active threads.
        Returns:
        The active Server Thread Channels.
      • getThreadMembers

        java.util.List<ThreadMember> getThreadMembers()
        A thread member object for each returned thread the current user has joined.
        Returns:
        The thread members.
      • hasMoreThreads

        boolean hasMoreThreads()
        Whether there are more threads.
        Returns:
        whether there are potentially additional threads that could be returned on a subsequent call