Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Binary Name.The Binary Version High.The Binary Version Low.Fields inherited from class com.microsoft.graph.models.WindowsInformationProtectionApp
denied, description, displayName, oDataType, productName, publisherName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.WindowsInformationProtectionApp
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
binaryName
@SerializedName(value="binaryName", alternate="BinaryName") @Expose @Nullable public String binaryNameThe Binary Name. The binary name. -
binaryVersionHigh
@SerializedName(value="binaryVersionHigh", alternate="BinaryVersionHigh") @Expose @Nullable public String binaryVersionHighThe Binary Version High. The high binary version. -
binaryVersionLow
@SerializedName(value="binaryVersionLow", alternate="BinaryVersionLow") @Expose @Nullable public String binaryVersionLowThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classWindowsInformationProtectionApp- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-