Package | Description |
---|---|
com.twilio.sdk.fetcher.monitor.v1 | |
com.twilio.sdk.reader.monitor.v1 | |
com.twilio.sdk.resource.monitor.v1 |
Modifier and Type | Method and Description |
---|---|
Event |
EventFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Event> |
EventReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
EventReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
EventReader.nextPage(Page<Event> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Event> |
EventReader.nextPage(Page<Event> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.