Uses of Class
odata.msgraph.client.beta.enums.AlertFeedback
-
Packages that use AlertFeedback Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AlertFeedback in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AlertFeedback Modifier and Type Field Description protected AlertFeedbackAlertHistoryState. feedbackMethods in odata.msgraph.client.beta.complex that return types with arguments of type AlertFeedback Modifier and Type Method Description Optional<AlertFeedback>AlertHistoryState. getFeedback()Methods in odata.msgraph.client.beta.complex with parameters of type AlertFeedback Modifier and Type Method Description AlertHistoryState.BuilderAlertHistoryState.Builder. feedback(AlertFeedback feedback)AlertHistoryStateAlertHistoryState. withFeedback(AlertFeedback feedback) -
Uses of AlertFeedback in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AlertFeedback Modifier and Type Field Description protected AlertFeedbackAlert. feedbackMethods in odata.msgraph.client.beta.entity that return types with arguments of type AlertFeedback Modifier and Type Method Description Optional<AlertFeedback>Alert. getFeedback()Methods in odata.msgraph.client.beta.entity with parameters of type AlertFeedback Modifier and Type Method Description Alert.BuilderAlert.Builder. feedback(AlertFeedback feedback)AlertAlert. withFeedback(AlertFeedback feedback) -
Uses of AlertFeedback in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AlertFeedback Modifier and Type Method Description static AlertFeedbackAlertFeedback. valueOf(String name)Returns 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.
-