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

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

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

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

Methods in com.techventus.server.voice.datatypes that return types with arguments of type DisabledId
static java.util.List<DisabledId> DisabledId.createDisabledIdListFromJsonPartResponse(java.lang.String jsonPart)
           
static java.util.List<DisabledId> DisabledId.createListFromJsonObject(gvjava.org.json.JSONObject disabledIdMapJSON)
           
 java.util.List<DisabledId> Settings.getDisabledIdList()
          Deprecated.  
 

Methods in com.techventus.server.voice.datatypes with parameters of type DisabledId
 void Setting.setmDisabledIdList(DisabledId[] mDisabledIdList)