Uses of Enum
com.microsoft.graph.models.QuarantineReason
Packages that use QuarantineReason
-
Uses of QuarantineReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return QuarantineReasonModifier and TypeMethodDescriptionstatic QuarantineReasonSynchronizationQuarantine.getReason()Gets the reason property value.static QuarantineReasonReturns the enum constant of this type with the specified name.static QuarantineReason[]QuarantineReason.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 QuarantineReasonModifier and TypeMethodDescriptionvoidSynchronizationQuarantine.setReason(QuarantineReason value) Sets the reason property value.