-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class PerformSoftwareUpdateAction implements IAction
Performs a software update. Make sure to check the update with ValidateSoftwareUpdateAction first.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description PerformSoftwareUpdateAction(String filePath, String securityToken, List<SoftwareUpdateInfo> selectedComponents)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Constructor Detail
-
PerformSoftwareUpdateAction
PerformSoftwareUpdateAction(String filePath, String securityToken, List<SoftwareUpdateInfo> selectedComponents)
-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-