Class WindowsMobileMSI

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class WindowsMobileMSI extends MobileLobApp implements com.microsoft.kiota.serialization.Parsable
Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps.
  • Constructor Details

    • WindowsMobileMSI

      public WindowsMobileMSI()
      Instantiates a new WindowsMobileMSI and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static WindowsMobileMSI 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 WindowsMobileMSI
    • getCommandLine

      @Nullable public String getCommandLine()
      Gets the commandLine property value. The command line.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class MobileLobApp
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIgnoreVersionDetection

      @Nullable public Boolean getIgnoreVersionDetection()
      Gets the ignoreVersionDetection property value. A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.
      Returns:
      a Boolean
    • getProductCode

      @Nullable public String getProductCode()
      Gets the productCode property value. The product code.
      Returns:
      a String
    • getProductVersion

      @Nullable public String getProductVersion()
      Gets the productVersion property value. The product version of Windows Mobile MSI Line of Business (LoB) app.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class MobileLobApp
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCommandLine

      public void setCommandLine(@Nullable String value)
      Sets the commandLine property value. The command line.
      Parameters:
      value - Value to set for the commandLine property.
    • setIgnoreVersionDetection

      public void setIgnoreVersionDetection(@Nullable Boolean value)
      Sets the ignoreVersionDetection property value. A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.
      Parameters:
      value - Value to set for the ignoreVersionDetection property.
    • setProductCode

      public void setProductCode(@Nullable String value)
      Sets the productCode property value. The product code.
      Parameters:
      value - Value to set for the productCode property.
    • setProductVersion

      public void setProductVersion(@Nullable String value)
      Sets the productVersion property value. The product version of Windows Mobile MSI Line of Business (LoB) app.
      Parameters:
      value - Value to set for the productVersion property.