Uses of Class
com.twilio.rest.api.v2010.account.availablephonenumbercountry.Voip
-
Packages that use Voip Package Description com.twilio.rest.api.v2010.account.availablephonenumbercountry -
-
Uses of Voip in com.twilio.rest.api.v2010.account.availablephonenumbercountry
Methods in com.twilio.rest.api.v2010.account.availablephonenumbercountry that return Voip Modifier and Type Method Description static VoipVoip. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Voip object using the provided ObjectMapper.static VoipVoip. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Voip object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.availablephonenumbercountry that return types with arguments of type Voip Modifier and Type Method Description Page<Voip>VoipReader. firstPage(TwilioRestClient client)Page<Voip>VoipReader. getPage(String targetUrl, TwilioRestClient client)Page<Voip>VoipReader. nextPage(Page<Voip> page, TwilioRestClient client)Page<Voip>VoipReader. previousPage(Page<Voip> page, TwilioRestClient client)ResourceSet<Voip>VoipReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.availablephonenumbercountry with type arguments of type Voip Modifier and Type Method Description Page<Voip>VoipReader. nextPage(Page<Voip> page, TwilioRestClient client)Page<Voip>VoipReader. previousPage(Page<Voip> page, TwilioRestClient client)
-