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