Uses of Enum
com.microsoft.graph.models.ResponseEmotionType
Packages that use ResponseEmotionType
-
Uses of ResponseEmotionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResponseEmotionTypeModifier and TypeMethodDescriptionstatic ResponseEmotionTypeReflectCheckInResponse.getResponseEmotion()Gets the responseEmotion property value.static ResponseEmotionTypeReturns the enum constant of this type with the specified name.static ResponseEmotionType[]ResponseEmotionType.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 ResponseEmotionTypeModifier and TypeMethodDescriptionvoidReflectCheckInResponse.setResponseEmotion(ResponseEmotionType value) Sets the responseEmotion property value.