public class Win32LobAppRegistryRule extends Win32LobAppRule implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
check32BitOn64System
The Check32Bit On64System.
|
java.lang.String |
comparisonValue
The Comparison Value.
|
java.lang.String |
keyPath
The Key Path.
|
Win32LobAppRegistryRuleOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.String |
valueName
The Value Name.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppRegistryRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="check32BitOn64System",
alternate="Check32BitOn64System")
@Expose
@Nullable
public java.lang.Boolean check32BitOn64System
@SerializedName(value="comparisonValue",
alternate="ComparisonValue")
@Expose
@Nullable
public java.lang.String comparisonValue
@SerializedName(value="keyPath",
alternate="KeyPath")
@Expose
@Nullable
public java.lang.String keyPath
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
@Nullable
public Win32LobAppRegistryRuleOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
@Nullable
public Win32LobAppRuleOperator operator
@SerializedName(value="valueName",
alternate="ValueName")
@Expose
@Nullable
public java.lang.String valueName
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Win32LobAppRuleserializer - the serializerjson - the JSON object to set this object to