|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
java.util.List<Greeting> |
Settings.getVoicemailGreetingsList()
Deprecated. |
Methods in com.techventus.server.voice.datatypes with parameters of type Greeting | |
---|---|
void |
Setting.setGreetings(Greeting[] greetings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |