All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
UnifiedThread |
copyFrom(UnifiedThread instance) |
UnifiedThread.APIRequestCreateMessage |
createMessage() |
UnifiedThread |
fetch() |
static UnifiedThread |
fetchById(Long id,
APIContext context) |
static UnifiedThread |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<UnifiedThread> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<UnifiedThread> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<UnifiedThread> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<UnifiedThread>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
UnifiedThread.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldCanReply() |
Object |
getFieldFormerParticipants() |
String |
getFieldId() |
Boolean |
getFieldIsSubscribed() |
String |
getFieldLink() |
Long |
getFieldMessageCount() |
String |
getFieldName() |
Object |
getFieldParticipants() |
String |
getFieldScopedThreadKey() |
Object |
getFieldSenders() |
String |
getFieldSnippet() |
String |
getFieldSubject() |
Long |
getFieldUnreadCount() |
String |
getFieldUpdatedTime() |
String |
getFieldWallpaper() |
String |
getId() |
UnifiedThread.APIRequestGetMessages |
getMessages() |
static APIRequest.ResponseParser<UnifiedThread> |
getParser() |
static UnifiedThread |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<UnifiedThread> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |