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