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