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