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