| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.CommonServiceConfiguration.MessagingMethod | |
The messaging method
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommonServiceConfiguration.MessagingMethod | AUTOMATIC | Messaging method automatic | |||||||||
| CommonServiceConfiguration.MessagingMethod | NON_RCS | Messaging method non RCS | |||||||||
| CommonServiceConfiguration.MessagingMethod | RCS | Messaging method RCS | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Gets integer value associated to MessagingMethod instance
| ||||||||||
| static CommonServiceConfiguration.MessagingMethod | valueOf(String name) | ||||||||||
| static CommonServiceConfiguration.MessagingMethod |
valueOf(int value)
Returns a MessagingMethod instance for the specified integer value.
| ||||||||||
| final static MessagingMethod[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Messaging method automatic
Messaging method non RCS
Messaging method RCS
Gets integer value associated to MessagingMethod instance
Returns a MessagingMethod instance for the specified integer value.
| value | the value associated to the MessagingMethod |
|---|