|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Gmail.Attachment
public static final class Gmail.Attachment
| Field Summary | |
|---|---|
String |
contentType
The native content type. |
String |
name
The intended filename of the attachment. |
Gmail.AttachmentOrigin |
origin
|
String |
originExtras
|
String |
partId
Identifies the attachment uniquely when combined wih a message id. |
String |
simpleContentType
The content type of the simple version of the attachment. |
int |
size
The size of the attachment in its native form. |
| Constructor Summary | |
|---|---|
Gmail.Attachment()
|
|
| Method Summary | |
|---|---|
static Gmail.Attachment |
parseJoinedString(String joinedString)
|
String |
toJoinedString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String partId
public String name
public String contentType
public int size
public String simpleContentType
public Gmail.AttachmentOrigin origin
public String originExtras
| Constructor Detail |
|---|
public Gmail.Attachment()
| Method Detail |
|---|
public String toJoinedString()
public static Gmail.Attachment parseJoinedString(String joinedString)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||