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

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

Uses of Group in com.techventus.server.voice
 

Methods in com.techventus.server.voice with parameters of type Group
 java.lang.String Voice.setNewGroupSettings(Group group)
          Applies the settings for this group.
 

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

Methods in com.techventus.server.voice.datatypes that return Group
static Group[] Group.createArrayFromJsonObject(gvjava.org.json.JSONObject groupsJSON)
           
 Group[] Setting.getGroups()
           
 

Methods in com.techventus.server.voice.datatypes that return types with arguments of type Group
static java.util.List<Group> Group.createGroupSettingsFromJsonResponse(java.lang.String json)
          Constructs an Object from the json Resonse
 

Methods in com.techventus.server.voice.datatypes with parameters of type Group
static java.lang.Object Group.groupsArrayToJsonObject(Group[] groups)
          Groups array to json object.
 void Setting.setGroups(Group[] groups)
           
 

Method parameters in com.techventus.server.voice.datatypes with type arguments of type Group
static java.lang.String Group.listToJson(java.util.List<Group> pGroupSettings)
          Creates a complete json of a list of Group "groups":{"15":{..details of group id 15..},"12":{..details of group id 12..}}