| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.upload.FileUpload.State | |
File upload state
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FileUpload.State | ABORTED | Upload has been aborted | |||||||||
| FileUpload.State | FAILED | Upload has failed | |||||||||
| FileUpload.State | INITIATING | Initiating state | |||||||||
| FileUpload.State | STARTED | Upload is started | |||||||||
| FileUpload.State | TRANSFERRED | File has been transferred with success | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Returns the value of this State as an integer.
| ||||||||||
| static FileUpload.State | valueOf(String name) | ||||||||||
| static FileUpload.State |
valueOf(int value)
Returns a State instance representing the specified integer value.
| ||||||||||
| final static State[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
File has been transferred with success
Returns the value of this State as an integer.
Returns a State instance representing the specified integer value.
| value | the integer value |
|---|