public static enum ReaderSoftwareUpdate.UpdateTimeEstimate
The UpdateTimeEstimate enums represents a range of time that this update is expected
to take.
| Enum Constant and Description |
|---|
FIVE_TO_FIFTEEN_MINUTES
The update should take 5-15 minutes to complete.
|
LESS_THAN_ONE_MINUTE
The update should take less than 1 minute to complete.
|
ONE_TO_TWO_MINUTES
The update should take 1-2 minutes to complete.
|
TWO_TO_FIVE_MINUTES
The update should take 2-5 minutes to complete.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns a user-facing string describing the amount of time the update will take
|
public static ReaderSoftwareUpdate.UpdateTimeEstimate LESS_THAN_ONE_MINUTE
The update should take less than 1 minute to complete.
public static ReaderSoftwareUpdate.UpdateTimeEstimate ONE_TO_TWO_MINUTES
The update should take 1-2 minutes to complete.
public static ReaderSoftwareUpdate.UpdateTimeEstimate TWO_TO_FIVE_MINUTES
The update should take 2-5 minutes to complete.
public static ReaderSoftwareUpdate.UpdateTimeEstimate FIVE_TO_FIFTEEN_MINUTES
The update should take 5-15 minutes to complete.