Package | Description |
---|---|
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
MessagePart |
MessagePart.clone() |
MessagePart |
Message.getPayload()
The parsed email structure in the message parts.
|
MessagePart |
MessagePart.set(String fieldName,
Object value) |
MessagePart |
MessagePart.setBody(MessagePartBody body)
The message part body for this part, which may be empty for container MIME message parts.
|
MessagePart |
MessagePart.setFilename(String filename)
The filename of the attachment.
|
MessagePart |
MessagePart.setHeaders(List<MessagePartHeader> headers)
List of headers on this message part.
|
MessagePart |
MessagePart.setMimeType(String mimeType)
The MIME type of the message part.
|
MessagePart |
MessagePart.setPartId(String partId)
The immutable ID of the message part.
|
MessagePart |
MessagePart.setParts(List<MessagePart> parts)
The child MIME message parts of this part.
|
Modifier and Type | Method and Description |
---|---|
List<MessagePart> |
MessagePart.getParts()
The child MIME message parts of this part.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setPayload(MessagePart payload)
The parsed email structure in the message parts.
|
Modifier and Type | Method and Description |
---|---|
MessagePart |
MessagePart.setParts(List<MessagePart> parts)
The child MIME message parts of this part.
|
Copyright © 2011–2024 Google. All rights reserved.