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 |
---|---|
Alert |
AlertFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Alert> |
AlertReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Alert> |
AlertReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Alert> |
AlertReader.nextPage(Page<Alert> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Alert> |
AlertReader.nextPage(Page<Alert> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.