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