Uses of Enum
com.microsoft.graph.models.Win32LobAppRuleOperator
Packages that use Win32LobAppRuleOperator
-
Uses of Win32LobAppRuleOperator in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return Win32LobAppRuleOperatorModifier and TypeMethodDescriptionstatic Win32LobAppRuleOperatorWin32LobAppFileSystemRule.getOperator()Gets the operator property value.Win32LobAppPowerShellScriptRule.getOperator()Gets the operator property value.Win32LobAppRegistryRule.getOperator()Gets the operator property value.Win32LobAppProductCodeRule.getProductVersionOperator()Gets the productVersionOperator property value.static Win32LobAppRuleOperatorReturns the enum constant of this type with the specified name.static Win32LobAppRuleOperator[]Win32LobAppRuleOperator.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 Win32LobAppRuleOperatorModifier and TypeMethodDescriptionvoidWin32LobAppFileSystemRule.setOperator(Win32LobAppRuleOperator value) Sets the operator property value.voidWin32LobAppPowerShellScriptRule.setOperator(Win32LobAppRuleOperator value) Sets the operator property value.voidWin32LobAppRegistryRule.setOperator(Win32LobAppRuleOperator value) Sets the operator property value.voidWin32LobAppProductCodeRule.setProductVersionOperator(Win32LobAppRuleOperator value) Sets the productVersionOperator property value.