Package com.microsoft.graph.models
Class Win32LobAppRegistryRule
java.lang.Object
com.microsoft.graph.models.Win32LobAppRule
com.microsoft.graph.models.Win32LobAppRegistryRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppRegistryRule
extends Win32LobAppRule
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Registry Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Check32Bit On64System.The Comparison Value.The Key Path.The Operation Type.The Operator.The Value Name.Fields inherited from class com.microsoft.graph.models.Win32LobAppRule
oDataType, ruleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Win32LobAppRule
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
check32BitOn64System
@SerializedName(value="check32BitOn64System", alternate="Check32BitOn64System") @Expose @Nullable public Boolean check32BitOn64SystemThe Check32Bit On64System. A value indicating whether to search the 32-bit registry on 64-bit systems. -
comparisonValue
@SerializedName(value="comparisonValue", alternate="ComparisonValue") @Expose @Nullable public String comparisonValueThe Comparison Value. The registry comparison value. -
keyPath
The Key Path. The full path of the registry entry containing the value to detect. -
operationType
@SerializedName(value="operationType", alternate="OperationType") @Expose @Nullable public Win32LobAppRegistryRuleOperationType operationTypeThe Operation Type. The registry operation type. Possible values are: notConfigured, exists, doesNotExist, string, integer, version. -
operator
@SerializedName(value="operator", alternate="Operator") @Expose @Nullable public Win32LobAppRuleOperator operatorThe Operator. The operator for registry detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual. -
valueName
The Value Name. The name of the registry value to detect.
-
-
Constructor Details
-
Win32LobAppRegistryRule
public Win32LobAppRegistryRule()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classWin32LobAppRule- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-