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