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