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

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

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

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

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

Methods in com.techventus.server.voice.datatypes with parameters of type EmailAddress
 void Setting.setEmailAddresses(EmailAddress[] emailAddresses)