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