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