Class MailClusterEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.MailClusterEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MailClusterEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMailClusterEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringclusterByprotected StringclusterByValueprotected LongemailCountprotected List<String>networkMessageIdsprotected StringnetworkMessageIdsNextLinkprotected Stringqueryprotected Stringurn-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMailClusterEvidence()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
withClusterBy
public MailClusterEvidence withClusterBy(String clusterBy)
-
withClusterByValue
public MailClusterEvidence withClusterByValue(String clusterByValue)
-
withEmailCount
public MailClusterEvidence withEmailCount(Long emailCount)
-
getNetworkMessageIds
public com.github.davidmoten.odata.client.CollectionPage<String> getNetworkMessageIds()
-
getNetworkMessageIds
public com.github.davidmoten.odata.client.CollectionPage<String> getNetworkMessageIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withQuery
public MailClusterEvidence withQuery(String query)
-
withUrn
public MailClusterEvidence withUrn(String urn)
-
withUnmappedField
public MailClusterEvidence 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
-
builderMailClusterEvidence
public static MailClusterEvidence.Builder builderMailClusterEvidence()
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
-
-