Interface SoftwareInformation.Builder

    • Method Detail

      • installState

        SoftwareInformation.Builder installState​(String installState)

        The state of the software that is installed or that is being installed on the device.

        Parameters:
        installState - The state of the software that is installed or that is being installed on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • installedVersion

        SoftwareInformation.Builder installedVersion​(String installedVersion)

        The version of the software currently installed on the device.

        Parameters:
        installedVersion - The version of the software currently installed on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • installingVersion

        SoftwareInformation.Builder installingVersion​(String installingVersion)

        The version of the software being installed on the device.

        Parameters:
        installingVersion - The version of the software being installed on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.