Uses of Enum
com.microsoft.graph.models.ProcessIntegrityLevel
Packages that use ProcessIntegrityLevel
-
Uses of ProcessIntegrityLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProcessIntegrityLevelModifier and TypeMethodDescriptionstatic ProcessIntegrityLevelProcess.getIntegrityLevel()Gets the integrityLevel property value.static ProcessIntegrityLevelReturns the enum constant of this type with the specified name.static ProcessIntegrityLevel[]ProcessIntegrityLevel.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 ProcessIntegrityLevelModifier and TypeMethodDescriptionvoidProcess.setIntegrityLevel(ProcessIntegrityLevel value) Sets the integrityLevel property value.