public class Thread
extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Thread.ThreadType |
| Modifier and Type | Field and Description |
|---|---|
long |
createdDate |
int |
error |
boolean |
hasAttachment |
long |
id |
int |
messageCount |
boolean |
read |
java.lang.String[] |
recipientIds |
java.lang.String |
snippet |
int |
snippetCharset |
Thread.ThreadType |
type |
static android.net.Uri |
uri |
| Constructor and Description |
|---|
Thread() |
public static android.net.Uri uri
public long id
public long createdDate
public int error
public boolean hasAttachment
public int messageCount
public boolean read
public java.lang.String[] recipientIds
public java.lang.String snippet
public int snippetCharset
public Thread.ThreadType type