| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Win32LobAppDetectionOperator |
Win32LobAppRegistryDetection.operator |
protected Win32LobAppDetectionOperator |
Win32LobAppFileSystemDetection.operator |
protected Win32LobAppDetectionOperator |
Win32LobAppRequirement.operator |
protected Win32LobAppDetectionOperator |
Win32LobAppProductCodeDetection.productVersionOperator |
| Modifier and Type | Method and Description |
|---|---|
Optional<Win32LobAppDetectionOperator> |
Win32LobAppRegistryDetection.getOperator()
“The operator for registry data detection”
|
Optional<Win32LobAppDetectionOperator> |
Win32LobAppFileSystemDetection.getOperator()
“The operator for file or folder detection”
|
Optional<Win32LobAppDetectionOperator> |
Win32LobAppRequirement.getOperator()
“The operator for detection”
|
Optional<Win32LobAppDetectionOperator> |
Win32LobAppProductCodeDetection.getProductVersionOperator()
“The operator to detect product version.”
|
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppRegistryDetection.Builder |
Win32LobAppRegistryDetection.Builder.operator(Win32LobAppDetectionOperator operator)
“The operator for registry data detection”
|
Win32LobAppPowerShellScriptRequirement.Builder |
Win32LobAppPowerShellScriptRequirement.Builder.operator(Win32LobAppDetectionOperator operator) |
Win32LobAppFileSystemDetection.Builder |
Win32LobAppFileSystemDetection.Builder.operator(Win32LobAppDetectionOperator operator)
“The operator for file or folder detection”
|
Win32LobAppFileSystemRequirement.Builder |
Win32LobAppFileSystemRequirement.Builder.operator(Win32LobAppDetectionOperator operator) |
Win32LobAppRegistryRequirement.Builder |
Win32LobAppRegistryRequirement.Builder.operator(Win32LobAppDetectionOperator operator) |
Win32LobAppProductCodeDetection.Builder |
Win32LobAppProductCodeDetection.Builder.productVersionOperator(Win32LobAppDetectionOperator productVersionOperator)
“The operator to detect product version.”
|
Win32LobAppRegistryDetection |
Win32LobAppRegistryDetection.withOperator(Win32LobAppDetectionOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppFileSystemDetection |
Win32LobAppFileSystemDetection.withOperator(Win32LobAppDetectionOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppRequirement |
Win32LobAppRequirement.withOperator(Win32LobAppDetectionOperator operator)
Returns an immutable copy of
this with just the operator field
changed. |
Win32LobAppProductCodeDetection |
Win32LobAppProductCodeDetection.withProductVersionOperator(Win32LobAppDetectionOperator productVersionOperator)
Returns an immutable copy of
this with just the productVersionOperator field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppDetectionOperator |
Win32LobAppDetectionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppDetectionOperator[] |
Win32LobAppDetectionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.