public class Win32LobAppRegistryRule extends Win32LobAppRule implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Win32LobAppRegistryRule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
check32BitOn64System |
protected String |
comparisonValue |
protected String |
keyPath |
protected Win32LobAppRegistryRuleOperationType |
operationType |
protected Win32LobAppRuleOperator |
operator |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
valueName |
contextPath, odataType, ruleType| Modifier | Constructor and Description |
|---|---|
protected |
Win32LobAppRegistryRule() |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRegistryRule.Builder |
builderWin32LobAppRegistryRule()
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 search the 32-bit registry on 64-bit systems.”
|
Optional<String> |
getComparisonValue()
“The registry comparison value.”
|
Optional<String> |
getKeyPath()
“The full path of the registry entry containing the value to detect.”
|
Optional<Win32LobAppRegistryRuleOperationType> |
getOperationType()
“The registry operation type.”
|
Optional<Win32LobAppRuleOperator> |
getOperator()
“The operator for registry detection.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValueName()
“The name of the registry value to detect.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Win32LobAppRegistryRule |
withCheck32BitOn64System(Boolean check32BitOn64System)
Returns an immutable copy of
this with just the check32BitOn64System field changed. |
Win32LobAppRegistryRule |
withComparisonValue(String comparisonValue)
Returns an immutable copy of
this with just the comparisonValue
field changed. |
Win32LobAppRegistryRule |
withKeyPath(String keyPath)
Returns an immutable copy of
this with just the keyPath field
changed. |
Win32LobAppRegistryRule |
withOperationType(Win32LobAppRegistryRuleOperationType operationType)
Returns an immutable copy of
this with just the operationType
field changed. |
Win32LobAppRegistryRule |
withOperator(Win32LobAppRuleOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppRegistryRule |
withValueName(String valueName)
Returns an immutable copy of
this with just the valueName field
changed. |
getRuleType, withRuleTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean check32BitOn64System
protected String keyPath
protected String valueName
protected Win32LobAppRegistryRuleOperationType operationType
protected Win32LobAppRuleOperator operator
protected String comparisonValue
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Win32LobAppRulepublic Optional<Boolean> getCheck32BitOn64System()
public Win32LobAppRegistryRule 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 search the 32-bit registry on 64-bit systems.”
check32BitOn64System - new value of check32BitOn64System field (as defined in service metadata)this with just the check32BitOn64System field changedpublic Optional<String> getKeyPath()
public Win32LobAppRegistryRule withKeyPath(String keyPath)
this with just the keyPath 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 full path of the registry entry containing the value to detect.”
keyPath - new value of keyPath field (as defined in service metadata)this with just the keyPath field changedpublic Optional<String> getValueName()
public Win32LobAppRegistryRule withValueName(String valueName)
this with just the valueName 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 name of the registry value to detect.”
valueName - new value of valueName field (as defined in service metadata)this with just the valueName field changedpublic Optional<Win32LobAppRegistryRuleOperationType> getOperationType()
public Win32LobAppRegistryRule withOperationType(Win32LobAppRegistryRuleOperationType 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 registry operation type.”
operationType - new value of operationType field (as defined in service metadata)this with just the operationType field changedpublic Optional<Win32LobAppRuleOperator> getOperator()
public Win32LobAppRegistryRule 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 registry detection.”
operator - new value of operator field (as defined in service metadata)this with just the operator field changedpublic Optional<String> getComparisonValue()
public Win32LobAppRegistryRule 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 registry 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 Win32LobAppRegistryRule.Builder builderWin32LobAppRegistryRule()
public String toString()
toString in class Win32LobAppRuleCopyright © 2018–2020. All rights reserved.