Uses of Enum
com.microsoft.graph.models.AlertFeedback
Packages that use AlertFeedback
-
Uses of AlertFeedback in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AlertFeedbackModifier and TypeMethodDescriptionstatic AlertFeedbackAlert.getFeedback()Gets the feedback property value.AlertHistoryState.getFeedback()Gets the feedback property value.static AlertFeedbackReturns the enum constant of this type with the specified name.static AlertFeedback[]AlertFeedback.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AlertFeedbackModifier and TypeMethodDescriptionvoidAlert.setFeedback(AlertFeedback value) Sets the feedback property value.voidAlertHistoryState.setFeedback(AlertFeedback value) Sets the feedback property value.