ListPendingSystemUpdatesResponse.Builder

public abstract class ListPendingSystemUpdatesResponse.Builder


Builder for ListPendingSystemUpdatesResponse.

Summary

Public methods

abstract ListPendingSystemUpdatesResponse
ListPendingSystemUpdatesResponse.Builder

The list of pending system updates known to the OEM's OTA client.

Public methods

build

public abstract ListPendingSystemUpdatesResponse build()

setSystemUpdates

public ListPendingSystemUpdatesResponse.Builder setSystemUpdates(Iterable<SystemUpdate> value)

The list of pending system updates known to the OEM's OTA client. A system update is considered pending if it is in a state where it can potentially be applied (i.e., AVAILABLE, DOWNLOADING, DOWNLOADED, DOWNLOAD_PREVENTED, or APPLY_PREVENTED) and has not yet been successfully applied or aborted.