public static class ThreadsResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ThreadsResponse.ResponseBody |
create(List<Thread> threads) |
boolean |
equals(Object obj) |
List<Thread> |
getThreads()
All threads.
|
int |
hashCode() |
ThreadsResponse.ResponseBody |
setThreads(List<Thread> threads) |
public ThreadsResponse.ResponseBody setThreads(List<Thread> threads)
public static ThreadsResponse.ResponseBody create(List<Thread> threads)