Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
ValidationRequest |
ValidationRequestCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
static ValidationRequest |
ValidationRequest.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ValidationRequest object using the
provided ObjectMapper.
|
static ValidationRequest |
ValidationRequest.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ValidationRequest object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.