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