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