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