Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
GmailMessageInfo |
GmailMessageInfo.clone() |
GmailMessageInfo |
GmailMessageInfo.set(String fieldName,
Object value) |
GmailMessageInfo |
GmailMessageInfo.setAttachmentsSha256Hash(List<String> attachmentsSha256Hash)
The `SHA256` hash of email's attachment and all MIME parts.
|
GmailMessageInfo |
GmailMessageInfo.setDate(String date)
The date of the event related to this email.
|
GmailMessageInfo |
GmailMessageInfo.setMd5HashMessageBody(String md5HashMessageBody)
The hash of the message body text.
|
GmailMessageInfo |
GmailMessageInfo.setMd5HashSubject(String md5HashSubject)
The MD5 Hash of email's subject (only available for reported emails).
|
GmailMessageInfo |
GmailMessageInfo.setMessageBodySnippet(String messageBodySnippet)
The snippet of the message body text (only available for reported emails).
|
GmailMessageInfo |
GmailMessageInfo.setMessageId(String messageId)
The message ID.
|
GmailMessageInfo |
GmailMessageInfo.setRecipient(String recipient)
The recipient of this email.
|
GmailMessageInfo |
GmailMessageInfo.setSentTime(String sentTime)
The sent time of the email.
|
GmailMessageInfo |
GmailMessageInfo.setSubjectText(String subjectText)
The email subject text (only available for reported emails).
|
Modifier and Type | Method and Description |
---|---|
List<GmailMessageInfo> |
PhishingSpike.getMessages()
The list of messages contained by this alert.
|
List<GmailMessageInfo> |
MailPhishing.getMessages()
The list of messages contained by this alert.
|
List<GmailMessageInfo> |
BadWhitelist.getMessages()
The list of messages contained by this alert.
|
Modifier and Type | Method and Description |
---|---|
PhishingSpike |
PhishingSpike.setMessages(List<GmailMessageInfo> messages)
The list of messages contained by this alert.
|
MailPhishing |
MailPhishing.setMessages(List<GmailMessageInfo> messages)
The list of messages contained by this alert.
|
BadWhitelist |
BadWhitelist.setMessages(List<GmailMessageInfo> messages)
The list of messages contained by this alert.
|
Copyright © 2011–2024 Google. All rights reserved.