| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.filetransfer.FileTransferServiceConfiguration.ImageResizeOption | |
Enumerated for the Image Resize Option
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FileTransferServiceConfiguration.ImageResizeOption | ALWAYS_ASK | Always ask if resize or not | |||||||||
| FileTransferServiceConfiguration.ImageResizeOption | ALWAYS_RESIZE | Always resize | |||||||||
| FileTransferServiceConfiguration.ImageResizeOption | NEVER_RESIZE | Never resize | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Returns the value of this ImageResizeOption as an int.
| ||||||||||
| static FileTransferServiceConfiguration.ImageResizeOption |
valueOf(int value)
Returns a ImageResizeOption instance representing the specified int value.
| ||||||||||
| static FileTransferServiceConfiguration.ImageResizeOption | valueOf(String name) | ||||||||||
| final static ImageResizeOption[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Always ask if resize or not
Returns the value of this ImageResizeOption as an int.
Returns a ImageResizeOption instance representing the specified int value.