public class Win32LobAppFileSystemRule extends Win32LobAppRule implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Win32LobAppFileSystemRule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
check32BitOn64System |
protected String |
comparisonValue |
protected String |
fileOrFolderName |
protected Win32LobAppFileSystemOperationType |
operationType |
protected Win32LobAppRuleOperator |
operator |
protected String |
path |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType, ruleType| Modifier | Constructor and Description |
|---|---|
protected |
Win32LobAppFileSystemRule() |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppFileSystemRule.Builder |
builderWin32LobAppFileSystemRule()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getCheck32BitOn64System()
“A value indicating whether to expand environment variables in the 32-bit context
on 64-bit systems.”
|
Optional<String> |
getComparisonValue()
“The file or folder comparison value.”
|
Optional<String> |
getFileOrFolderName()
“The file or folder name to look up.”
|
Optional<Win32LobAppFileSystemOperationType> |
getOperationType()
“The file system operation type.”
|
Optional<Win32LobAppRuleOperator> |
getOperator()
“The operator for file or folder detection.”
|
Optional<String> |
getPath()
“The file or folder path to look up.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Win32LobAppFileSystemRule |
withCheck32BitOn64System(Boolean check32BitOn64System)
Returns an immutable copy of
this with just the check32BitOn64System field changed. |
Win32LobAppFileSystemRule |
withComparisonValue(String comparisonValue)
Returns an immutable copy of
this with just the comparisonValue
field changed. |
Win32LobAppFileSystemRule |
withFileOrFolderName(String fileOrFolderName)
Returns an immutable copy of
this with just the fileOrFolderName
field changed. |
Win32LobAppFileSystemRule |
withOperationType(Win32LobAppFileSystemOperationType operationType)
Returns an immutable copy of
this with just the operationType
field changed. |
Win32LobAppFileSystemRule |
withOperator(Win32LobAppRuleOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppFileSystemRule |
withPath(String path)
Returns an immutable copy of
this with just the path field
changed. |
getRuleType, withRuleTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String path
protected String fileOrFolderName
protected Boolean check32BitOn64System
protected Win32LobAppFileSystemOperationType operationType
protected Win32LobAppRuleOperator operator
protected String comparisonValue
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Win32LobAppRulepublic Optional<String> getPath()
public Win32LobAppFileSystemRule withPath(String path)
this with just the path field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The file or folder path to look up.”
path - new value of path field (as defined in service metadata)this with just the path field changedpublic Optional<String> getFileOrFolderName()
public Win32LobAppFileSystemRule withFileOrFolderName(String fileOrFolderName)
this with just the fileOrFolderName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The file or folder name to look up.”
fileOrFolderName - new value of fileOrFolderName field (as defined in service metadata)this with just the fileOrFolderName field changedpublic Optional<Boolean> getCheck32BitOn64System()
public Win32LobAppFileSystemRule withCheck32BitOn64System(Boolean check32BitOn64System)
this with just the check32BitOn64System field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems.”
check32BitOn64System - new value of check32BitOn64System field (as defined in service metadata)this with just the check32BitOn64System field changedpublic Optional<Win32LobAppFileSystemOperationType> getOperationType()
public Win32LobAppFileSystemRule withOperationType(Win32LobAppFileSystemOperationType operationType)
this with just the operationType
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The file system operation type.”
operationType - new value of operationType field (as defined in service metadata)this with just the operationType field changedpublic Optional<Win32LobAppRuleOperator> getOperator()
public Win32LobAppFileSystemRule withOperator(Win32LobAppRuleOperator operator)
this with just the operator field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The operator for file or folder detection.”
operator - new value of operator field (as defined in service metadata)this with just the operator field changedpublic Optional<String> getComparisonValue()
public Win32LobAppFileSystemRule withComparisonValue(String comparisonValue)
this with just the comparisonValue
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The file or folder comparison value.”
comparisonValue - new value of comparisonValue field (as defined in service metadata)this with just the comparisonValue field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Win32LobAppRulepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Win32LobAppRulepublic static Win32LobAppFileSystemRule.Builder builderWin32LobAppFileSystemRule()
public String toString()
toString in class Win32LobAppRuleCopyright © 2018–2020. All rights reserved.