Uses of Class
odata.msgraph.client.beta.entity.Incident
-
Packages that use Incident Package Description odata.msgraph.client.beta.entity -
-
Uses of Incident in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Incident Modifier and Type Method Description IncidentIncident.Builder. build()IncidentIncident. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IncidentIncident. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IncidentIncident. withAssignedTo(String assignedTo)IncidentIncident. withClassification(M365AlertClassification classification)IncidentIncident. withComments(List<M365AlertComment> comments)IncidentIncident. withCreatedDateTime(OffsetDateTime createdDateTime)IncidentIncident. withDetermination(M365AlertDetermination determination)IncidentIncident. withDisplayName(String displayName)IncidentIncident. withIncidentWebUrl(String incidentWebUrl)IncidentIncident. withLastUpdateDateTime(OffsetDateTime lastUpdateDateTime)IncidentIncident. withRedirectIncidentId(String redirectIncidentId)IncidentIncident. withSeverity(M365AlertSeverity severity)IncidentIncident. withStatus(IncidentStatus status)IncidentIncident. withTags(List<String> tags)IncidentIncident. withUnmappedField(String name, String value)
-