|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SmsDirection | |
|---|---|
| com.telapi.api.domain | |
| com.telapi.api.domain.enums | |
| Uses of SmsDirection in com.telapi.api.domain |
|---|
| Methods in com.telapi.api.domain that return SmsDirection | |
|---|---|
SmsDirection |
SmsMessage.getDirection()
|
SmsDirection |
Call.getDirection()
|
| Methods in com.telapi.api.domain with parameters of type SmsDirection | |
|---|---|
void |
SmsMessage.setDirection(SmsDirection direction)
|
void |
Call.setDirection(SmsDirection direction)
|
| Uses of SmsDirection in com.telapi.api.domain.enums |
|---|
| Methods in com.telapi.api.domain.enums that return SmsDirection | |
|---|---|
static SmsDirection |
SmsDirection.forValue(String s)
|
static SmsDirection |
SmsDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SmsDirection[] |
SmsDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||