public class Win32LobAppRegistryDetection extends Win32LobAppDetection implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Win32LobAppRegistryDetection.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
check32BitOn64System |
protected Win32LobAppRegistryDetectionType |
detectionType |
protected String |
detectionValue |
protected String |
keyPath |
protected Win32LobAppDetectionOperator |
operator |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
valueName |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
Win32LobAppRegistryDetection() |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRegistryDetection.Builder |
builderWin32LobAppRegistryDetection()
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 this registry path is for checking 32-bit app on 64-
bit system”
|
Optional<Win32LobAppRegistryDetectionType> |
getDetectionType()
“The registry data detection type”
|
Optional<String> |
getDetectionValue()
“The registry detection value”
|
Optional<String> |
getKeyPath()
“The registry key path to detect Win32 Line of Business (LoB) app”
|
Optional<Win32LobAppDetectionOperator> |
getOperator()
“The operator for registry data detection”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValueName()
“The registry value name”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Win32LobAppRegistryDetection |
withCheck32BitOn64System(Boolean check32BitOn64System)
Returns an immutable copy of
this with just the check32BitOn64System field changed. |
Win32LobAppRegistryDetection |
withDetectionType(Win32LobAppRegistryDetectionType detectionType)
Returns an immutable copy of
this with just the detectionType
field changed. |
Win32LobAppRegistryDetection |
withDetectionValue(String detectionValue)
Returns an immutable copy of
this with just the detectionValue
field changed. |
Win32LobAppRegistryDetection |
withKeyPath(String keyPath)
Returns an immutable copy of
this with just the keyPath field
changed. |
Win32LobAppRegistryDetection |
withOperator(Win32LobAppDetectionOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppRegistryDetection |
withValueName(String valueName)
Returns an immutable copy of
this with just the valueName field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean check32BitOn64System
protected String keyPath
protected String valueName
protected Win32LobAppRegistryDetectionType detectionType
protected Win32LobAppDetectionOperator operator
protected String detectionValue
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Win32LobAppDetectionpublic Optional<Boolean> getCheck32BitOn64System()
public Win32LobAppRegistryDetection 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 this registry path is for checking 32-bit app on 64- bit system”
check32BitOn64System - new value of check32BitOn64System field (as defined in service metadata)this with just the check32BitOn64System field changedpublic Optional<String> getKeyPath()
public Win32LobAppRegistryDetection 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 registry key path to detect Win32 Line of Business (LoB) app”
keyPath - new value of keyPath field (as defined in service metadata)this with just the keyPath field changedpublic Optional<String> getValueName()
public Win32LobAppRegistryDetection 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 registry value name”
valueName - new value of valueName field (as defined in service metadata)this with just the valueName field changedpublic Optional<Win32LobAppRegistryDetectionType> getDetectionType()
public Win32LobAppRegistryDetection withDetectionType(Win32LobAppRegistryDetectionType detectionType)
this with just the detectionType
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 data detection type”
detectionType - new value of detectionType field (as defined in service metadata)this with just the detectionType field changedpublic Optional<Win32LobAppDetectionOperator> getOperator()
public Win32LobAppRegistryDetection withOperator(Win32LobAppDetectionOperator 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 data detection”
operator - new value of operator field (as defined in service metadata)this with just the operator field changedpublic Optional<String> getDetectionValue()
public Win32LobAppRegistryDetection withDetectionValue(String detectionValue)
this with just the detectionValue
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 detection value”
detectionValue - new value of detectionValue field (as defined in service metadata)this with just the detectionValue field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Win32LobAppDetectionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Win32LobAppDetectionpublic static Win32LobAppRegistryDetection.Builder builderWin32LobAppRegistryDetection()
public String toString()
toString in class Win32LobAppDetectionCopyright © 2018–2020. All rights reserved.