public static interface SoftwareInformation.Builder extends SdkPojo, CopyableBuilder<SoftwareInformation.Builder,SoftwareInformation>
| Modifier and Type | Method and Description |
|---|---|
SoftwareInformation.Builder |
installedVersion(String installedVersion)
The version of the software currently installed on the device.
|
SoftwareInformation.Builder |
installingVersion(String installingVersion)
The version of the software being installed on the device.
|
SoftwareInformation.Builder |
installState(String installState)
The state of the software that is installed or that is being installed on the device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSoftwareInformation.Builder installState(String installState)
The state of the software that is installed or that is being installed on the device.
installState - The state of the software that is installed or that is being installed on the device.SoftwareInformation.Builder installedVersion(String installedVersion)
The version of the software currently installed on the device.
installedVersion - The version of the software currently installed on the device.SoftwareInformation.Builder installingVersion(String installingVersion)
The version of the software being installed on the device.
installingVersion - The version of the software being installed on the device.Copyright © 2023. All rights reserved.