public static final class Win32LobAppRegistryRule.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppRegistryRule |
build() |
Win32LobAppRegistryRule.Builder |
check32BitOn64System(Boolean check32BitOn64System)
“A value indicating whether to search the 32-bit registry on 64-bit systems.”
|
Win32LobAppRegistryRule.Builder |
comparisonValue(String comparisonValue)
“The registry comparison value.”
|
Win32LobAppRegistryRule.Builder |
keyPath(String keyPath)
“The full path of the registry entry containing the value to detect.”
|
Win32LobAppRegistryRule.Builder |
operationType(Win32LobAppRegistryRuleOperationType operationType)
“The registry operation type.”
|
Win32LobAppRegistryRule.Builder |
operator(Win32LobAppRuleOperator operator)
“The operator for registry detection.”
|
Win32LobAppRegistryRule.Builder |
ruleType(Win32LobAppRuleType ruleType) |
Win32LobAppRegistryRule.Builder |
valueName(String valueName)
“The name of the registry value to detect.”
|
public Win32LobAppRegistryRule.Builder ruleType(Win32LobAppRuleType ruleType)
public Win32LobAppRegistryRule.Builder check32BitOn64System(Boolean check32BitOn64System)
check32BitOn64System - value of check32BitOn64System property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule.Builder keyPath(String keyPath)
keyPath - value of keyPath property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule.Builder valueName(String valueName)
valueName - value of valueName property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule.Builder operationType(Win32LobAppRegistryRuleOperationType operationType)
operationType - value of operationType property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule.Builder operator(Win32LobAppRuleOperator operator)
operator - value of operator property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule.Builder comparisonValue(String comparisonValue)
comparisonValue - value of comparisonValue property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryRule build()
Copyright © 2018–2020. All rights reserved.