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