public class Win32LobAppProductCodeRule extends Win32LobAppRule implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
productCode
The Product Code.
|
java.lang.String |
productVersion
The Product Version.
|
Win32LobAppRuleOperator |
productVersionOperator
The Product Version Operator.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppProductCodeRule() |
| 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="productCode",
alternate="ProductCode")
@Expose
@Nullable
public java.lang.String productCode
@SerializedName(value="productVersion",
alternate="ProductVersion")
@Expose
@Nullable
public java.lang.String productVersion
@SerializedName(value="productVersionOperator",
alternate="ProductVersionOperator")
@Expose
@Nullable
public Win32LobAppRuleOperator productVersionOperator
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