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