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