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

Packages that use SMS
com.techventus.server.voice.datatypes.records   
 

Uses of SMS in com.techventus.server.voice.datatypes.records
 

Methods in com.techventus.server.voice.datatypes.records that return types with arguments of type SMS
 java.util.Collection<SMS> SMSThread.getAllSMS()
          Returns all SMS that exist in this thread.
 

Methods in com.techventus.server.voice.datatypes.records with parameters of type SMS
 void SMSThread.addSMS(SMS sms)
          Adds a SMS object to this thread.
 int SMS.compareTo(SMS o)
           
 void SMSThread.removeSMS(SMS sms)
          Removes a SMS object from this thread.