Uses of Enum
com.microsoft.graph.models.AutomaticRepliesStatus
Packages that use AutomaticRepliesStatus
-
Uses of AutomaticRepliesStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AutomaticRepliesStatusModifier and TypeMethodDescriptionstatic AutomaticRepliesStatusAutomaticRepliesSetting.getStatus()Gets the status property value.static AutomaticRepliesStatusReturns the enum constant of this type with the specified name.static AutomaticRepliesStatus[]AutomaticRepliesStatus.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 AutomaticRepliesStatusModifier and TypeMethodDescriptionvoidAutomaticRepliesSetting.setStatus(AutomaticRepliesStatus value) Sets the status property value.