Uses of Class
com.twilio.rest.voice.v1.IpRecord
-
Packages that use IpRecord Package Description com.twilio.rest.voice.v1 -
-
Uses of IpRecord in com.twilio.rest.voice.v1
Methods in com.twilio.rest.voice.v1 that return IpRecord Modifier and Type Method Description IpRecordIpRecordCreator. create(TwilioRestClient client)IpRecordIpRecordFetcher. fetch(TwilioRestClient client)static IpRecordIpRecord. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a IpRecord object using the provided ObjectMapper.static IpRecordIpRecord. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a IpRecord object using the provided ObjectMapper.IpRecordIpRecordUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.voice.v1 that return types with arguments of type IpRecord Modifier and Type Method Description Page<IpRecord>IpRecordReader. firstPage(TwilioRestClient client)Page<IpRecord>IpRecordReader. getPage(String targetUrl, TwilioRestClient client)Page<IpRecord>IpRecordReader. nextPage(Page<IpRecord> page, TwilioRestClient client)Page<IpRecord>IpRecordReader. previousPage(Page<IpRecord> page, TwilioRestClient client)ResourceSet<IpRecord>IpRecordReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.voice.v1 with type arguments of type IpRecord Modifier and Type Method Description Page<IpRecord>IpRecordReader. nextPage(Page<IpRecord> page, TwilioRestClient client)Page<IpRecord>IpRecordReader. previousPage(Page<IpRecord> page, TwilioRestClient client)
-