Package | Description |
---|---|
com.twilio.rest.autopilot.v1 |
Modifier and Type | Method and Description |
---|---|
static RestoreAssistant |
RestoreAssistant.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a RestoreAssistant object using the provided
ObjectMapper.
|
static RestoreAssistant |
RestoreAssistant.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a RestoreAssistant object using the provided
ObjectMapper.
|
RestoreAssistant |
RestoreAssistantUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.