Class Win32LobAppFileSystemDetection.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppFileSystemDetection.Builder
-
- Enclosing class:
- Win32LobAppFileSystemDetection
public static final class Win32LobAppFileSystemDetection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppFileSystemDetectionbuild()Win32LobAppFileSystemDetection.Buildercheck32BitOn64System(Boolean check32BitOn64System)“A value indicating whether this file or folder is for checking 32-bit app on 64- bit system”Win32LobAppFileSystemDetection.BuilderdetectionType(Win32LobAppFileSystemDetectionType detectionType)“The file system detection type”Win32LobAppFileSystemDetection.BuilderdetectionValue(String detectionValue)“The file or folder detection value”Win32LobAppFileSystemDetection.BuilderfileOrFolderName(String fileOrFolderName)“The file or folder name to detect Win32 Line of Business (LoB) app”Win32LobAppFileSystemDetection.Builderoperator(Win32LobAppDetectionOperator operator)“The operator for file or folder detection”Win32LobAppFileSystemDetection.Builderpath(String path)“The file or folder path to detect Win32 Line of Business (LoB) app”
-
-
-
Method Detail
-
check32BitOn64System
public Win32LobAppFileSystemDetection.Builder check32BitOn64System(Boolean check32BitOn64System)
“A value indicating whether this file or folder 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 Win32LobAppFileSystemDetection.Builder detectionType(Win32LobAppFileSystemDetectionType detectionType)
“The file system detection type”- Parameters:
detectionType- value ofdetectionTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
detectionValue
public Win32LobAppFileSystemDetection.Builder detectionValue(String detectionValue)
“The file or folder detection value”- Parameters:
detectionValue- value ofdetectionValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
fileOrFolderName
public Win32LobAppFileSystemDetection.Builder fileOrFolderName(String fileOrFolderName)
“The file or folder name to detect Win32 Line of Business (LoB) app”- Parameters:
fileOrFolderName- value offileOrFolderNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operator
public Win32LobAppFileSystemDetection.Builder operator(Win32LobAppDetectionOperator operator)
“The operator for file or folder detection”- Parameters:
operator- value ofoperatorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
path
public Win32LobAppFileSystemDetection.Builder path(String path)
“The file or folder path to detect Win32 Line of Business (LoB) app”- Parameters:
path- value ofpathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppFileSystemDetection build()
-
-