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