Uses of Enum
com.microsoft.graph.models.ResponseFeedbackType
Packages that use ResponseFeedbackType
-
Uses of ResponseFeedbackType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResponseFeedbackTypeModifier and TypeMethodDescriptionstatic ResponseFeedbackTypeReflectCheckInResponse.getResponseFeedback()Gets the responseFeedback property value.static ResponseFeedbackTypeReturns the enum constant of this type with the specified name.static ResponseFeedbackType[]ResponseFeedbackType.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 ResponseFeedbackTypeModifier and TypeMethodDescriptionvoidReflectCheckInResponse.setResponseFeedback(ResponseFeedbackType value) Sets the responseFeedback property value.