Uses of Enum
com.microsoft.graph.models.ProtectionSource
Packages that use ProtectionSource
-
Uses of ProtectionSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProtectionSourceModifier and TypeMethodDescriptionstatic ProtectionSourcestatic ProtectionSourceReturns the enum constant of this type with the specified name.static ProtectionSource[]ProtectionSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ProtectionSourceModifier and TypeMethodDescriptionProtectionUnitBase.getProtectionSources()Gets the protectionSources property value.Method parameters in com.microsoft.graph.models with type arguments of type ProtectionSourceModifier and TypeMethodDescriptionvoidProtectionUnitBase.setProtectionSources(EnumSet<ProtectionSource> value) Sets the protectionSources property value.