Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppPowerShellScriptRuleOperationType
-
Packages that use Win32LobAppPowerShellScriptRuleOperationType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppPowerShellScriptRuleOperationType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppPowerShellScriptRuleOperationType Modifier and Type Field Description protected Win32LobAppPowerShellScriptRuleOperationTypeWin32LobAppPowerShellScriptRule. operationTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppPowerShellScriptRuleOperationType Modifier and Type Method Description Optional<Win32LobAppPowerShellScriptRuleOperationType>Win32LobAppPowerShellScriptRule. getOperationType()“The script output comparison operation type.Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppPowerShellScriptRuleOperationType Modifier and Type Method Description Win32LobAppPowerShellScriptRule.BuilderWin32LobAppPowerShellScriptRule.Builder. operationType(Win32LobAppPowerShellScriptRuleOperationType operationType)“The script output comparison operation type.Win32LobAppPowerShellScriptRuleWin32LobAppPowerShellScriptRule. withOperationType(Win32LobAppPowerShellScriptRuleOperationType operationType)Returns an immutable copy ofthiswith just theoperationTypefield changed. -
Uses of Win32LobAppPowerShellScriptRuleOperationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppPowerShellScriptRuleOperationType Modifier and Type Method Description static Win32LobAppPowerShellScriptRuleOperationTypeWin32LobAppPowerShellScriptRuleOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppPowerShellScriptRuleOperationType[]Win32LobAppPowerShellScriptRuleOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-