Package odata.msgraph.client.complex
Class Win32LobAppFileSystemRule.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.Win32LobAppFileSystemRule.Builder
-
- Enclosing class:
- Win32LobAppFileSystemRule
public static final class Win32LobAppFileSystemRule.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppFileSystemRulebuild()Win32LobAppFileSystemRule.Buildercheck32BitOn64System(Boolean check32BitOn64System)“A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems.”Win32LobAppFileSystemRule.BuildercomparisonValue(String comparisonValue)“The file or folder comparison value.”Win32LobAppFileSystemRule.BuilderfileOrFolderName(String fileOrFolderName)“The file or folder name to look up.”Win32LobAppFileSystemRule.BuilderoperationType(Win32LobAppFileSystemOperationType operationType)“The file system operation type.”Win32LobAppFileSystemRule.Builderoperator(Win32LobAppRuleOperator operator)“The operator for file or folder detection.”Win32LobAppFileSystemRule.Builderpath(String path)“The file or folder path to look up.”Win32LobAppFileSystemRule.BuilderruleType(Win32LobAppRuleType ruleType)
-
-
-
Method Detail
-
ruleType
public Win32LobAppFileSystemRule.Builder ruleType(Win32LobAppRuleType ruleType)
-
check32BitOn64System
public Win32LobAppFileSystemRule.Builder check32BitOn64System(Boolean check32BitOn64System)
“A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems.”- Parameters:
check32BitOn64System- value ofcheck32BitOn64Systemproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
comparisonValue
public Win32LobAppFileSystemRule.Builder comparisonValue(String comparisonValue)
“The file or folder comparison value.”- Parameters:
comparisonValue- value ofcomparisonValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
fileOrFolderName
public Win32LobAppFileSystemRule.Builder fileOrFolderName(String fileOrFolderName)
“The file or folder name to look up.”- Parameters:
fileOrFolderName- value offileOrFolderNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operationType
public Win32LobAppFileSystemRule.Builder operationType(Win32LobAppFileSystemOperationType operationType)
“The file system operation type.”- Parameters:
operationType- value ofoperationTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operator
public Win32LobAppFileSystemRule.Builder operator(Win32LobAppRuleOperator operator)
“The operator for file or folder detection.”- Parameters:
operator- value ofoperatorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
path
public Win32LobAppFileSystemRule.Builder path(String path)
“The file or folder path to look up.”- Parameters:
path- value ofpathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppFileSystemRule build()
-
-