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