A B C D E G H I J L M N P R S T V W

T

TermsNotAgreedException - Exception in com.techventus.server.voice.exception
 
TermsNotAgreedException() - Constructor for exception com.techventus.server.voice.exception.TermsNotAgreedException
 
throwProperException(ERROR_CODE, String, String) - Static method in exception com.techventus.server.voice.exception.AuthenticationException
 
toJson() - Method in class com.techventus.server.voice.datatypes.DisabledForwardingId
 
toJson() - Method in class com.techventus.server.voice.datatypes.DisabledId
 
toJson() - Method in class com.techventus.server.voice.datatypes.EmailAddress
 
toJson() - Method in class com.techventus.server.voice.datatypes.Group
 
toJson() - Method in class com.techventus.server.voice.datatypes.Phone
Make a JSON text of the Settings.
toJson() - Method in class com.techventus.server.voice.datatypes.Setting
Make a JSON text of the Settings.
toJsonObject() - Method in class com.techventus.server.voice.datatypes.AllSettings
 
toJsonObject() - Method in class com.techventus.server.voice.datatypes.DisabledForwardingId
 
toJsonObject() - Method in class com.techventus.server.voice.datatypes.DisabledId
 
toJsonObject() - Method in class com.techventus.server.voice.datatypes.Group
 
toJsonObject() - Method in class com.techventus.server.voice.datatypes.Phone
 
toJsonObject() - Method in class com.techventus.server.voice.datatypes.Setting
Convert this Settings Object to its JsonObject Representation.
toString() - Method in class com.techventus.server.voice.datatypes.ActiveForwardingId
 
toString() - Method in class com.techventus.server.voice.datatypes.Contact
 
toString() - Method in class com.techventus.server.voice.datatypes.DisabledForwardingId
 
toString() - Method in class com.techventus.server.voice.datatypes.DisabledId
 
toString() - Method in class com.techventus.server.voice.datatypes.EmailAddress
 
toString() - Method in class com.techventus.server.voice.datatypes.Greeting
 
toString() - Method in class com.techventus.server.voice.datatypes.Group
 
toString() - Method in class com.techventus.server.voice.datatypes.records.Call
 
toString() - Method in class com.techventus.server.voice.datatypes.records.Record
Returns a String representation
toString() - Method in class com.techventus.server.voice.datatypes.records.ShortMessage
 
toString() - Method in class com.techventus.server.voice.datatypes.records.SMS
 
toString() - Method in class com.techventus.server.voice.datatypes.records.SMSThread
 
toString() - Method in class com.techventus.server.voice.datatypes.records.Transcript
returns a simple String representation
toString() - Method in class com.techventus.server.voice.datatypes.records.Voicemail
 
Transcript - Class in com.techventus.server.voice.datatypes.records
A Transcript of a voicemail
Transcript(List<TranscriptElement>) - Constructor for class com.techventus.server.voice.datatypes.records.Transcript
Creates a Transcript out of a List of Elements - usage: List transElementList = new ArrayList(); // go through the array and create transscript elments for (int i = 0; i < transElementsAsString.length; i++) { transElementList.add(TranscriptElement.extractTransscriptElement("Transcript(String) - Constructor for class com.techventus.server.voice.datatypes.records.Transcript
Creates a transcripts with only Text, with RecognitionLevel.UNKNOWN
TranscriptElement - Class in com.techventus.server.voice.datatypes.records
One Element in a Transcript - normally a word.
TranscriptElement(String, String, TranscriptElement.RecognitionLevel) - Constructor for class com.techventus.server.voice.datatypes.records.TranscriptElement
Standard constructor
TranscriptElement.RecognitionLevel - Enum in com.techventus.server.voice.datatypes.records
 

A B C D E G H I J L M N P R S T V W