public class TwilioRestClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TwilioRestClient.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_STATUS_CODE_CREATED |
static int |
HTTP_STATUS_CODE_NO_CONTENT |
static int |
HTTP_STATUS_CODE_OK |
static com.google.common.base.Predicate<Integer> |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid() |
HttpClient |
getHttpClient() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
String |
getRegion() |
Response |
request(Request request)
Make a request to Twilio.
|
public static final int HTTP_STATUS_CODE_CREATED
public static final int HTTP_STATUS_CODE_NO_CONTENT
public static final int HTTP_STATUS_CODE_OK
public static final com.google.common.base.Predicate<Integer> SUCCESS
public Response request(Request request)
request - request to makepublic String getAccountSid()
public String getRegion()
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public HttpClient getHttpClient()
Copyright © 2016 Twilio, Inc. All Rights Reserved.