Uses of Enum
com.microsoft.graph.models.DisableReason
Packages that use DisableReason
-
Uses of DisableReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DisableReasonModifier and TypeMethodDescriptionstatic DisableReasonServiceStatus.getDisableReason()Gets the disableReason property value.static DisableReasonReturns the enum constant of this type with the specified name.static DisableReason[]DisableReason.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 DisableReasonModifier and TypeMethodDescriptionvoidServiceStatus.setDisableReason(DisableReason value) Sets the disableReason property value.