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