Modifier and Type | Method and Description |
---|---|
static SoftwareTypes |
SoftwareTypes.findSoftwareType(int softwareTypeNumber)
Return the SoftwareType object, which belongs to the specified software type number.
|
SoftwareTypes |
VersionUpdateParam.getSoftwareType() |
SoftwareTypes |
VersionParam.getSoftwareType() |
static SoftwareTypes |
SoftwareTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareTypes[] |
SoftwareTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsmManagementWs.removeVersion(SoftwareTypes softwareType,
String clientType,
String deviceType,
String versionStr,
String appName)
Remove existing APP / FIRMWARE version.
|
boolean |
AsmManagementWs.removeVersionChecksum(SoftwareTypes softwareType,
String clientType,
String deviceType,
String versionStr,
String appName)
Remove the checksum of the APP / FIRMWARE version matching the given parameter.
|
void |
VersionUpdateParam.setSoftwareType(SoftwareTypes softwareType)
This is a required parameter.
|
void |
VersionParam.setSoftwareType(SoftwareTypes softwareType)
This is a required parameter.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.