Class AnalyzedMessageEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.AnalyzedMessageEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AnalyzedMessageEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyzedMessageEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringantiSpamDirectionprotected LongattachmentsCountprotected StringdeliveryActionprotected StringdeliveryLocationprotected StringinternetMessageIdprotected Stringlanguageprotected StringnetworkMessageIdprotected EmailSenderp1Senderprotected EmailSenderp2Senderprotected OffsetDateTimereceivedDateTimeprotected StringrecipientEmailAddressprotected StringsenderIpprotected Stringsubjectprotected List<String>threatDetectionMethodsprotected StringthreatDetectionMethodsNextLinkprotected List<String>threatsprotected StringthreatsNextLinkprotected LongurlCountprotected List<String>urlsprotected StringurlsNextLinkprotected Stringurn-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnalyzedMessageEvidence()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
antiSpamDirection
protected String antiSpamDirection
-
attachmentsCount
protected Long attachmentsCount
-
deliveryAction
protected String deliveryAction
-
deliveryLocation
protected String deliveryLocation
-
internetMessageId
protected String internetMessageId
-
language
protected String language
-
networkMessageId
protected String networkMessageId
-
p1Sender
protected EmailSender p1Sender
-
p2Sender
protected EmailSender p2Sender
-
receivedDateTime
protected OffsetDateTime receivedDateTime
-
recipientEmailAddress
protected String recipientEmailAddress
-
senderIp
protected String senderIp
-
subject
protected String subject
-
threatDetectionMethodsNextLink
protected String threatDetectionMethodsNextLink
-
threatsNextLink
protected String threatsNextLink
-
urlCount
protected Long urlCount
-
urlsNextLink
protected String urlsNextLink
-
urn
protected String urn
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
withAntiSpamDirection
public AnalyzedMessageEvidence withAntiSpamDirection(String antiSpamDirection)
-
withAttachmentsCount
public AnalyzedMessageEvidence withAttachmentsCount(Long attachmentsCount)
-
withDeliveryAction
public AnalyzedMessageEvidence withDeliveryAction(String deliveryAction)
-
withDeliveryLocation
public AnalyzedMessageEvidence withDeliveryLocation(String deliveryLocation)
-
withInternetMessageId
public AnalyzedMessageEvidence withInternetMessageId(String internetMessageId)
-
withLanguage
public AnalyzedMessageEvidence withLanguage(String language)
-
withNetworkMessageId
public AnalyzedMessageEvidence withNetworkMessageId(String networkMessageId)
-
getP1Sender
public Optional<EmailSender> getP1Sender()
-
withP1Sender
public AnalyzedMessageEvidence withP1Sender(EmailSender p1Sender)
-
getP2Sender
public Optional<EmailSender> getP2Sender()
-
withP2Sender
public AnalyzedMessageEvidence withP2Sender(EmailSender p2Sender)
-
getReceivedDateTime
public Optional<OffsetDateTime> getReceivedDateTime()
-
withReceivedDateTime
public AnalyzedMessageEvidence withReceivedDateTime(OffsetDateTime receivedDateTime)
-
withRecipientEmailAddress
public AnalyzedMessageEvidence withRecipientEmailAddress(String recipientEmailAddress)
-
withSenderIp
public AnalyzedMessageEvidence withSenderIp(String senderIp)
-
withSubject
public AnalyzedMessageEvidence withSubject(String subject)
-
getThreatDetectionMethods
public com.github.davidmoten.odata.client.CollectionPage<String> getThreatDetectionMethods()
-
getThreatDetectionMethods
public com.github.davidmoten.odata.client.CollectionPage<String> getThreatDetectionMethods(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getThreats
public com.github.davidmoten.odata.client.CollectionPage<String> getThreats()
-
getThreats
public com.github.davidmoten.odata.client.CollectionPage<String> getThreats(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUrlCount
public AnalyzedMessageEvidence withUrlCount(Long urlCount)
-
getUrls
public com.github.davidmoten.odata.client.CollectionPage<String> getUrls()
-
getUrls
public com.github.davidmoten.odata.client.CollectionPage<String> getUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUrn
public AnalyzedMessageEvidence withUrn(String urn)
-
withUnmappedField
public AnalyzedMessageEvidence withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderAnalyzedMessageEvidence
public static AnalyzedMessageEvidence.Builder builderAnalyzedMessageEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-