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 Details

    • productCode

      @SerializedName(value="productCode", alternate="ProductCode") @Expose @Nullable public String productCode
      The Product Code. The product code of the app.
    • productVersion

      @SerializedName(value="productVersion", alternate="ProductVersion") @Expose @Nullable public String productVersion
      The Product Version. The product version comparison value.
    • productVersionOperator

      @SerializedName(value="productVersionOperator", alternate="ProductVersionOperator") @Expose @Nullable public Win32LobAppRuleOperator productVersionOperator
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Win32LobAppRule
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to