Uses of Class
com.telapi.api.domain.enums.SmsDirection

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.
 



Copyright © 2012. All Rights Reserved.