Uses of Class
com.techventus.server.voice.datatypes.records.SMSThread

Packages that use SMSThread
com.techventus.server.voice   
com.techventus.server.voice.util   
 

Uses of SMSThread in com.techventus.server.voice
 

Methods in com.techventus.server.voice that return types with arguments of type SMSThread
 java.util.Collection<SMSThread> Voice.getSMSThreads()
          Gets a collection of SMS threads.
 java.util.Collection<SMSThread> Voice.getSMSThreads(java.lang.String response)
          Gets the SMS threads from a given Response Page.
 

Methods in com.techventus.server.voice with parameters of type SMSThread
 java.lang.String Voice.sendSMS(java.lang.String destinationNumber, java.lang.String txt, SMSThread thread)
          Send an SMS.
 

Uses of SMSThread in com.techventus.server.voice.util
 

Methods in com.techventus.server.voice.util that return types with arguments of type SMSThread
 java.util.Collection<SMSThread> SMSParser.getSMSThreads()
          Returns the SMS threads.