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