Uses of Class
com.techventus.server.voice.datatypes.Greeting

Packages that use Greeting
com.techventus.server.voice   
com.techventus.server.voice.datatypes   
 

Uses of Greeting in com.techventus.server.voice
 

Methods in com.techventus.server.voice that return types with arguments of type Greeting
 java.util.List<Greeting> Voice.getVoicemailList(boolean forceUpdate)
          Returns the Greeting list - Lazy
 

Uses of Greeting in com.techventus.server.voice.datatypes
 

Methods in com.techventus.server.voice.datatypes that return Greeting
static Greeting[] Greeting.createArrayFromJsonObject(gvjava.org.json.JSONObject settingsJSON)
           
 Greeting[] Setting.getGreetings()
           
 Greeting[] Setting.getGreetingsSorted()
           
 

Methods in com.techventus.server.voice.datatypes that return types with arguments of type Greeting
static java.util.List<Greeting> Greeting.createGroupSettingsFromJsonResponse(java.lang.String json)
           
static java.util.List<Greeting> Greeting.createListFromJsonObject(gvjava.org.json.JSONObject settingsJSON)
           
 

Methods in com.techventus.server.voice.datatypes with parameters of type Greeting
 int Greeting.compareTo(Greeting o)
           
 void Setting.setGreetings(Greeting[] greetings)