ReportSystemUpdateDownloadingWithOverrideRequest

public abstract class ReportSystemUpdateDownloadingWithOverrideRequest


Request to report that a system update has started downloading with an override reason.

Summary

Public methods

static ReportSystemUpdateDownloadingWithOverrideRequest.Builder
static ReportSystemUpdateDownloadingWithOverrideRequest
abstract String

The name of the system update..

SystemUpdate.SystemUpdateState.OverrideReason

Reason for overriding UUC instructions.

boolean

Returns true if reason is set.

abstract ReportSystemUpdateDownloadingWithOverrideRequest.Builder

Public methods

getName

public abstract String getName()

The name of the system update..

getReason

public SystemUpdate.SystemUpdateState.OverrideReason getReason()

Reason for overriding UUC instructions.

hasReason

public boolean hasReason()

Returns true if reason is set.