Uses of Enum
com.microsoft.graph.models.FilterMode
Packages that use FilterMode
-
Uses of FilterMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FilterModeModifier and TypeMethodDescriptionstatic FilterModeConditionalAccessFilter.getMode()Gets the mode property value.static FilterModeReturns the enum constant of this type with the specified name.static FilterMode[]FilterMode.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 FilterModeModifier and TypeMethodDescriptionvoidConditionalAccessFilter.setMode(FilterMode value) Sets the mode property value.