Package 

Interface GetThread

    • Method Summary

      Modifier and Type Method Description
      abstract Call<ThreadController> invoke(String cid, String parentId) Returns a thread controller for the given channel and message id
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

        @CheckResult() abstract Call<ThreadController> invoke(String cid, String parentId)

        Returns a thread controller for the given channel and message id

        Parameters:
        cid - the full channel id.
        parentId - the message id for the parent of this thread