Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppRuleType
-
Packages that use Win32LobAppRuleType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppRuleType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppRuleType Modifier and Type Field Description protected Win32LobAppRuleTypeWin32LobAppRule. ruleTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppRuleType Modifier and Type Method Description Optional<Win32LobAppRuleType>Win32LobAppRule. getRuleType()“The rule type indicating the purpose of the rule.”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppRuleType Modifier and Type Method Description Win32LobAppFileSystemRule.BuilderWin32LobAppFileSystemRule.Builder. ruleType(Win32LobAppRuleType ruleType)Win32LobAppPowerShellScriptRule.BuilderWin32LobAppPowerShellScriptRule.Builder. ruleType(Win32LobAppRuleType ruleType)Win32LobAppProductCodeRule.BuilderWin32LobAppProductCodeRule.Builder. ruleType(Win32LobAppRuleType ruleType)Win32LobAppRegistryRule.BuilderWin32LobAppRegistryRule.Builder. ruleType(Win32LobAppRuleType ruleType)Win32LobAppRuleWin32LobAppRule. withRuleType(Win32LobAppRuleType ruleType)Returns an immutable copy ofthiswith just theruleTypefield changed. -
Uses of Win32LobAppRuleType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppRuleType Modifier and Type Method Description static Win32LobAppRuleTypeWin32LobAppRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppRuleType[]Win32LobAppRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-