Class Win32LobAppRegistryDetection.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppRegistryDetection.Builder
-
- Enclosing class:
- Win32LobAppRegistryDetection
public static final class Win32LobAppRegistryDetection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppRegistryDetectionbuild()Win32LobAppRegistryDetection.Buildercheck32BitOn64System(Boolean check32BitOn64System)“A value indicating whether this registry path is for checking 32-bit app on 64- bit system”Win32LobAppRegistryDetection.BuilderdetectionType(Win32LobAppRegistryDetectionType detectionType)“The registry data detection type”Win32LobAppRegistryDetection.BuilderdetectionValue(String detectionValue)“The registry detection value”Win32LobAppRegistryDetection.BuilderkeyPath(String keyPath)“The registry key path to detect Win32 Line of Business (LoB) app”Win32LobAppRegistryDetection.Builderoperator(Win32LobAppDetectionOperator operator)“The operator for registry data detection”Win32LobAppRegistryDetection.BuildervalueName(String valueName)“The registry value name”
-
-
-
Method Detail
-
check32BitOn64System
public Win32LobAppRegistryDetection.Builder check32BitOn64System(Boolean check32BitOn64System)
“A value indicating whether this registry path is for checking 32-bit app on 64- bit system”- Parameters:
check32BitOn64System- value ofcheck32BitOn64Systemproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
detectionType
public Win32LobAppRegistryDetection.Builder detectionType(Win32LobAppRegistryDetectionType detectionType)
“The registry data detection type”- Parameters:
detectionType- value ofdetectionTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
detectionValue
public Win32LobAppRegistryDetection.Builder detectionValue(String detectionValue)
“The registry detection value”- Parameters:
detectionValue- value ofdetectionValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
keyPath
public Win32LobAppRegistryDetection.Builder keyPath(String keyPath)
“The registry key path to detect Win32 Line of Business (LoB) app”- Parameters:
keyPath- value ofkeyPathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operator
public Win32LobAppRegistryDetection.Builder operator(Win32LobAppDetectionOperator operator)
“The operator for registry data detection”- Parameters:
operator- value ofoperatorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
valueName
public Win32LobAppRegistryDetection.Builder valueName(String valueName)
“The registry value name”- Parameters:
valueName- value ofvalueNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppRegistryDetection build()
-
-