Package com.microsoft.graph.models
Class Win32LobAppProductCodeRule
java.lang.Object
com.microsoft.graph.models.Win32LobAppRule
com.microsoft.graph.models.Win32LobAppProductCodeRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppProductCodeRule
extends Win32LobAppRule
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Product Code Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Product Code.The Product Version.The Product Version Operator.Fields inherited from class com.microsoft.graph.models.Win32LobAppRule
oDataType, ruleType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Win32LobAppRule
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
productCode
@SerializedName(value="productCode", alternate="ProductCode") @Expose @Nullable public String productCodeThe Product Code. The product code of the app. -
productVersion
@SerializedName(value="productVersion", alternate="ProductVersion") @Expose @Nullable public String productVersionThe Product Version. The product version comparison value. -
productVersionOperator
@SerializedName(value="productVersionOperator", alternate="ProductVersionOperator") @Expose @Nullable public Win32LobAppRuleOperator productVersionOperatorThe Product Version Operator. The product version comparison operator. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
-
-
Constructor Details
-
Win32LobAppProductCodeRule
public Win32LobAppProductCodeRule()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classWin32LobAppRule
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-