Uses of Class
odata.msgraph.client.security.complex.AlertComment
-
Packages that use AlertComment Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of AlertComment in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return AlertComment Modifier and Type Method Description AlertCommentAlertComment.Builder. build()AlertCommentAlertComment. withComment(String comment)AlertCommentAlertComment. withCreatedByDisplayName(String createdByDisplayName)AlertCommentAlertComment. withCreatedDateTime(OffsetDateTime createdDateTime)AlertCommentAlertComment. withUnmappedField(String name, String value) -
Uses of AlertComment in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type AlertComment Modifier and Type Field Description protected List<AlertComment>Alert. commentsprotected List<AlertComment>Incident. commentsMethods in odata.msgraph.client.security.entity that return types with arguments of type AlertComment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AlertComment>Alert. getComments()com.github.davidmoten.odata.client.CollectionPage<AlertComment>Alert. getComments(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AlertComment>Incident. getComments()com.github.davidmoten.odata.client.CollectionPage<AlertComment>Incident. getComments(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.entity with parameters of type AlertComment Modifier and Type Method Description Alert.BuilderAlert.Builder. comments(AlertComment... comments)Incident.BuilderIncident.Builder. comments(AlertComment... comments)Method parameters in odata.msgraph.client.security.entity with type arguments of type AlertComment Modifier and Type Method Description Alert.BuilderAlert.Builder. comments(List<AlertComment> comments)Incident.BuilderIncident.Builder. comments(List<AlertComment> comments)AlertAlert. withComments(List<AlertComment> comments)IncidentIncident. withComments(List<AlertComment> comments)
-