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