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.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class WindowsInformationProtectionDesktopApp
extends WindowsInformationProtectionApp
implements com.microsoft.kiota.serialization.Parsable
Desktop App for Windows information protection
-
Field Summary
Fields inherited from class com.microsoft.graph.models.WindowsInformationProtectionApp
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newWindowsInformationProtectionDesktopAppand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the binaryName property value.Gets the binaryVersionHigh property value.Gets the binaryVersionLow property value.The deserialization information for the current modelvoidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetBinaryName(String value) Sets the binaryName property value.voidsetBinaryVersionHigh(String value) Sets the binaryVersionHigh property value.voidsetBinaryVersionLow(String value) Sets the binaryVersionLow property value.Methods inherited from class com.microsoft.graph.models.WindowsInformationProtectionApp
getAdditionalData, getBackingStore, getDenied, getDescription, getDisplayName, getOdataType, getProductName, getPublisherName, setAdditionalData, setBackingStore, setDenied, setDescription, setDisplayName, setOdataType, setProductName, setPublisherName
-
Constructor Details
-
WindowsInformationProtectionDesktopApp
public WindowsInformationProtectionDesktopApp()Instantiates a newWindowsInformationProtectionDesktopAppand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static WindowsInformationProtectionDesktopApp createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
WindowsInformationProtectionDesktopApp
-
getBinaryName
Gets the binaryName property value. The binary name.- Returns:
- a
String
-
getBinaryVersionHigh
Gets the binaryVersionHigh property value. The high binary version.- Returns:
- a
String
-
getBinaryVersionLow
Gets the binaryVersionLow property value. The lower binary version.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classWindowsInformationProtectionApp- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classWindowsInformationProtectionApp- Parameters:
writer- Serialization writer to use to serialize this model
-
setBinaryName
Sets the binaryName property value. The binary name.- Parameters:
value- Value to set for the binaryName property.
-
setBinaryVersionHigh
Sets the binaryVersionHigh property value. The high binary version.- Parameters:
value- Value to set for the binaryVersionHigh property.
-
setBinaryVersionLow
Sets the binaryVersionLow property value. The lower binary version.- Parameters:
value- Value to set for the binaryVersionLow property.
-