| Package | Description |
|---|---|
| com.twilio.rest.preview.hostedNumbers |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationDocument |
AuthorizationDocumentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AuthorizationDocument |
AuthorizationDocumentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static AuthorizationDocument |
AuthorizationDocument.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AuthorizationDocument object using the
provided ObjectMapper.
|
static AuthorizationDocument |
AuthorizationDocument.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AuthorizationDocument object using the provided
ObjectMapper.
|
AuthorizationDocument |
AuthorizationDocumentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.nextPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.previousPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<AuthorizationDocument> |
AuthorizationDocumentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.nextPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.previousPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.