Modifier and Type | Method and Description |
---|---|
Role |
RoleCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Role |
RoleFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Role> |
RoleReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Role> |
RoleReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Role |
RoleUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.