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