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