Uses of Class
odata.msgraph.client.enums.Win32LobAppRuleOperator
-
Packages that use Win32LobAppRuleOperator Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of Win32LobAppRuleOperator in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Win32LobAppRuleOperator Modifier and Type Field Description protected Win32LobAppRuleOperatorWin32LobAppFileSystemRule. operatorprotected Win32LobAppRuleOperatorWin32LobAppPowerShellScriptRule. operatorprotected Win32LobAppRuleOperatorWin32LobAppRegistryRule. operatorprotected Win32LobAppRuleOperatorWin32LobAppProductCodeRule. productVersionOperatorMethods in odata.msgraph.client.complex that return types with arguments of type Win32LobAppRuleOperator Modifier and Type Method Description Optional<Win32LobAppRuleOperator>Win32LobAppFileSystemRule. getOperator()“The operator for file or folder detection.”Optional<Win32LobAppRuleOperator>Win32LobAppPowerShellScriptRule. getOperator()“The script output operator.Optional<Win32LobAppRuleOperator>Win32LobAppRegistryRule. getOperator()“The operator for registry detection.”Optional<Win32LobAppRuleOperator>Win32LobAppProductCodeRule. getProductVersionOperator()“The product version comparison operator.”Methods in odata.msgraph.client.complex with parameters of type Win32LobAppRuleOperator Modifier and Type Method Description Win32LobAppFileSystemRule.BuilderWin32LobAppFileSystemRule.Builder. operator(Win32LobAppRuleOperator operator)“The operator for file or folder detection.”Win32LobAppPowerShellScriptRule.BuilderWin32LobAppPowerShellScriptRule.Builder. operator(Win32LobAppRuleOperator operator)“The script output operator.Win32LobAppRegistryRule.BuilderWin32LobAppRegistryRule.Builder. operator(Win32LobAppRuleOperator operator)“The operator for registry detection.”Win32LobAppProductCodeRule.BuilderWin32LobAppProductCodeRule.Builder. productVersionOperator(Win32LobAppRuleOperator productVersionOperator)“The product version comparison operator.”Win32LobAppFileSystemRuleWin32LobAppFileSystemRule. withOperator(Win32LobAppRuleOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppPowerShellScriptRuleWin32LobAppPowerShellScriptRule. withOperator(Win32LobAppRuleOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppRegistryRuleWin32LobAppRegistryRule. withOperator(Win32LobAppRuleOperator operator)Returns an immutable copy ofthiswith just theoperatorfield changed.Win32LobAppProductCodeRuleWin32LobAppProductCodeRule. withProductVersionOperator(Win32LobAppRuleOperator productVersionOperator)Returns an immutable copy ofthiswith just theproductVersionOperatorfield changed. -
Uses of Win32LobAppRuleOperator in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return Win32LobAppRuleOperator Modifier and Type Method Description static Win32LobAppRuleOperatorWin32LobAppRuleOperator. valueOf(String name)Returns 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.
-