Uses of Class
com.twilio.rest.autopilot.v1.RestoreAssistant
-
Packages that use RestoreAssistant Package Description com.twilio.rest.autopilot.v1 -
-
Uses of RestoreAssistant in com.twilio.rest.autopilot.v1
Methods in com.twilio.rest.autopilot.v1 that return RestoreAssistant Modifier and Type Method Description static RestoreAssistantRestoreAssistant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a RestoreAssistant object using the provided ObjectMapper.static RestoreAssistantRestoreAssistant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a RestoreAssistant object using the provided ObjectMapper.RestoreAssistantRestoreAssistantUpdater. update(TwilioRestClient client)
-