Class SubmissionMailEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.SubmissionMailEntity
Represents a submission mail entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the networkMessageId property: The network message id of email to which submission belongs.Get the recipient property: The recipient of the mail.Get the reportType property: The submission type for the given instance.sender()
Get the sender property: The sender of the mail.senderIp()
Get the senderIp property: The sender's IP.subject()
Get the subject property: The subject of submission mail.Get the submissionDate property: The submission date.Get the submissionId property: The submission id.Get the submitter property: The submitter.Get the timestamp property: The Time stamp when the message is received (Mail).void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SubmissionMailEntity
public SubmissionMailEntity()
-
-
Method Details
-
networkMessageId
Get the networkMessageId property: The network message id of email to which submission belongs.- Returns:
- the networkMessageId value.
-
submissionId
Get the submissionId property: The submission id.- Returns:
- the submissionId value.
-
submitter
Get the submitter property: The submitter.- Returns:
- the submitter value.
-
submissionDate
Get the submissionDate property: The submission date.- Returns:
- the submissionDate value.
-
timestamp
Get the timestamp property: The Time stamp when the message is received (Mail).- Returns:
- the timestamp value.
-
recipient
Get the recipient property: The recipient of the mail.- Returns:
- the recipient value.
-
sender
Get the sender property: The sender of the mail.- Returns:
- the sender value.
-
senderIp
Get the senderIp property: The sender's IP.- Returns:
- the senderIp value.
-
subject
Get the subject property: The subject of submission mail.- Returns:
- the subject value.
-
reportType
Get the reportType property: The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.- Returns:
- the reportType value.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
friendlyName
Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-