Class WindowsInformationProtectionDesktopApp

java.lang.Object
com.microsoft.graph.models.WindowsInformationProtectionApp
com.microsoft.graph.models.WindowsInformationProtectionDesktopApp
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsInformationProtectionDesktopApp extends WindowsInformationProtectionApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Information Protection Desktop App.
  • Field Details

    • binaryName

      @SerializedName(value="binaryName", alternate="BinaryName") @Expose @Nullable public String binaryName
      The Binary Name. The binary name.
    • binaryVersionHigh

      @SerializedName(value="binaryVersionHigh", alternate="BinaryVersionHigh") @Expose @Nullable public String binaryVersionHigh
      The Binary Version High. The high binary version.
    • binaryVersionLow

      @SerializedName(value="binaryVersionLow", alternate="BinaryVersionLow") @Expose @Nullable public String binaryVersionLow
      The Binary Version Low. The lower binary version.
  • Constructor Details

    • WindowsInformationProtectionDesktopApp

      public WindowsInformationProtectionDesktopApp()
  • 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 WindowsInformationProtectionApp
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to