Uses of Enum
com.microsoft.graph.models.ProtectionScopeState
Packages that use ProtectionScopeState
-
Uses of ProtectionScopeState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProtectionScopeStateModifier and TypeMethodDescriptionstatic ProtectionScopeStateProcessContentResponse.getProtectionScopeState()Gets the protectionScopeState property value.static ProtectionScopeStateReturns the enum constant of this type with the specified name.static ProtectionScopeState[]ProtectionScopeState.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 ProtectionScopeStateModifier and TypeMethodDescriptionvoidProcessContentResponse.setProtectionScopeState(ProtectionScopeState value) Sets the protectionScopeState property value.