public static final class Win32LobAppRegistryDetection.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppRegistryDetection |
build() |
Win32LobAppRegistryDetection.Builder |
check32BitOn64System(Boolean check32BitOn64System)
“A value indicating whether this registry path is for checking 32-bit app on 64-
bit system”
|
Win32LobAppRegistryDetection.Builder |
detectionType(Win32LobAppRegistryDetectionType detectionType)
“The registry data detection type”
|
Win32LobAppRegistryDetection.Builder |
detectionValue(String detectionValue)
“The registry detection value”
|
Win32LobAppRegistryDetection.Builder |
keyPath(String keyPath)
“The registry key path to detect Win32 Line of Business (LoB) app”
|
Win32LobAppRegistryDetection.Builder |
operator(Win32LobAppDetectionOperator operator)
“The operator for registry data detection”
|
Win32LobAppRegistryDetection.Builder |
valueName(String valueName)
“The registry value name”
|
public Win32LobAppRegistryDetection.Builder check32BitOn64System(Boolean check32BitOn64System)
check32BitOn64System - value of check32BitOn64System property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection.Builder keyPath(String keyPath)
keyPath - value of keyPath property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection.Builder valueName(String valueName)
valueName - value of valueName property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection.Builder detectionType(Win32LobAppRegistryDetectionType detectionType)
detectionType - value of detectionType property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection.Builder operator(Win32LobAppDetectionOperator operator)
operator - value of operator property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection.Builder detectionValue(String detectionValue)
detectionValue - value of detectionValue property (as defined in service metadata)this (for method chaining)public Win32LobAppRegistryDetection build()
Copyright © 2018–2020. All rights reserved.