public class WindowsInformationProtectionDesktopApp extends WindowsInformationProtectionApp implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
binaryName
The Binary Name.
|
java.lang.String |
binaryVersionHigh
The Binary Version High.
|
java.lang.String |
binaryVersionLow
The Binary Version Low.
|
denied, description, displayName, oDataType, productName, publisherName| Constructor and Description |
|---|
WindowsInformationProtectionDesktopApp() |
| 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="binaryName",
alternate="BinaryName")
@Expose
@Nullable
public java.lang.String binaryName
@SerializedName(value="binaryVersionHigh",
alternate="BinaryVersionHigh")
@Expose
@Nullable
public java.lang.String binaryVersionHigh
@SerializedName(value="binaryVersionLow",
alternate="BinaryVersionLow")
@Expose
@Nullable
public java.lang.String binaryVersionLow
public WindowsInformationProtectionDesktopApp()
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 WindowsInformationProtectionAppserializer - the serializerjson - the JSON object to set this object to