Class AlertEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
AnalyzedMessageEvidence,CloudApplicationEvidence,DeviceEvidence,FileEvidence,IpEvidence,MailboxEvidence,MailClusterEvidence,OauthApplicationEvidence,ProcessEvidence,RegistryKeyEvidence,RegistryValueEvidence,SecurityGroupEvidence,UrlEvidence,UserEvidence
public class AlertEvidence extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlertEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected OffsetDateTimecreatedDateTimeprotected StringodataTypeprotected EvidenceRemediationStatusremediationStatusprotected StringremediationStatusDetailsprotected List<EvidenceRole>rolesprotected StringrolesNextLinkprotected List<String>tagsprotected StringtagsNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected EvidenceVerdictverdict
-
Constructor Summary
Constructors Modifier Constructor Description protectedAlertEvidence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlertEvidence.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<OffsetDateTime>getCreatedDateTime()Optional<EvidenceRemediationStatus>getRemediationStatus()Optional<String>getRemediationStatusDetails()com.github.davidmoten.odata.client.CollectionPage<EvidenceRole>getRoles()com.github.davidmoten.odata.client.CollectionPage<EvidenceRole>getRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getTags()com.github.davidmoten.odata.client.CollectionPage<String>getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<EvidenceVerdict>getVerdict()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AlertEvidencewithCreatedDateTime(OffsetDateTime createdDateTime)AlertEvidencewithRemediationStatus(EvidenceRemediationStatus remediationStatus)AlertEvidencewithRemediationStatusDetails(String remediationStatusDetails)AlertEvidencewithUnmappedField(String name, String value)AlertEvidencewithVerdict(EvidenceVerdict verdict)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
createdDateTime
protected OffsetDateTime createdDateTime
-
remediationStatus
protected EvidenceRemediationStatus remediationStatus
-
remediationStatusDetails
protected String remediationStatusDetails
-
roles
protected List<EvidenceRole> roles
-
rolesNextLink
protected String rolesNextLink
-
tagsNextLink
protected String tagsNextLink
-
verdict
protected EvidenceVerdict verdict
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public AlertEvidence withCreatedDateTime(OffsetDateTime createdDateTime)
-
getRemediationStatus
public Optional<EvidenceRemediationStatus> getRemediationStatus()
-
withRemediationStatus
public AlertEvidence withRemediationStatus(EvidenceRemediationStatus remediationStatus)
-
withRemediationStatusDetails
public AlertEvidence withRemediationStatusDetails(String remediationStatusDetails)
-
getRoles
public com.github.davidmoten.odata.client.CollectionPage<EvidenceRole> getRoles()
-
getRoles
public com.github.davidmoten.odata.client.CollectionPage<EvidenceRole> getRoles(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getVerdict
public Optional<EvidenceVerdict> getVerdict()
-
withVerdict
public AlertEvidence withVerdict(EvidenceVerdict verdict)
-
withUnmappedField
public AlertEvidence withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AlertEvidence.Builder builder()
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
-
-