| Modifier and Type | Method and Description |
|---|---|
static TwilioRestClient |
Twilio.getRestClient()
Returns (and initializes if not initialized) the Twilio Rest Client.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Twilio.setRestClient(TwilioRestClient restClient)
Use a custom rest client.
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
Creator.create(TwilioRestClient client)
Execute a request using specified client.
|
com.google.common.util.concurrent.ListenableFuture<T> |
Creator.createAsync(TwilioRestClient client)
Execute an async request using specified client.
|
abstract boolean |
Deleter.delete(TwilioRestClient client)
Execute a request using specified client.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
Deleter.deleteAsync(TwilioRestClient client)
Execute an async request using specified client.
|
abstract T |
Fetcher.fetch(TwilioRestClient client)
Execute a request using specified client.
|
com.google.common.util.concurrent.ListenableFuture<T> |
Fetcher.fetchAsync(TwilioRestClient client)
Execute an async request using specified client.
|
abstract Page<T> |
Reader.firstPage(TwilioRestClient client)
Fetch the first page of resources using specified client.
|
abstract Page<T> |
Reader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page of resources.
|
abstract Page<T> |
Reader.nextPage(Page<T> page,
TwilioRestClient client)
Fetch the following page of resources using specified client.
|
abstract Page<T> |
Reader.previousPage(Page<T> page,
TwilioRestClient client)
Fetch the prior page of resources using specified client.
|
abstract ResourceSet<T> |
Reader.read(TwilioRestClient client)
Execute a request using specified client.
|
com.google.common.util.concurrent.ListenableFuture<ResourceSet<T>> |
Reader.readAsync(TwilioRestClient client)
Execute an async request using specified client.
|
abstract T |
Updater.update(TwilioRestClient client)
Execute a request using specified client.
|
com.google.common.util.concurrent.ListenableFuture<T> |
Updater.updateAsync(TwilioRestClient client)
Execute an async request using specified client.
|
| Constructor and Description |
|---|
ResourceSet(Reader<E> reader,
TwilioRestClient client,
Page<E> page)
Initialize the resource set.
|
| Modifier and Type | Method and Description |
|---|---|
TwilioRestClient |
TwilioRestClient.Builder.build()
Build new TwilioRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PublicKeyCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Aws |
AwsCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
PublicKeyDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
AwsDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
PublicKey |
PublicKeyFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Aws |
AwsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<PublicKey> |
PublicKeyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Aws> |
AwsReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PublicKey> |
PublicKeyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Aws> |
AwsReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Aws> |
AwsReader.nextPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PublicKey> |
PublicKeyReader.nextPage(Page<PublicKey> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Aws> |
AwsReader.previousPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<PublicKey> |
PublicKeyReader.previousPage(Page<PublicKey> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<PublicKey> |
PublicKeyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Aws> |
AwsReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
PublicKey |
PublicKeyUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Aws |
AwsUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Account |
AccountFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Account> |
AccountReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Account> |
AccountReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Account> |
AccountReader.nextPage(Page<Account> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Account> |
AccountReader.previousPage(Page<Account> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Account> |
AccountReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Account |
AccountUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationRequest |
ValidationRequestCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Token |
TokenCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Queue |
QueueCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
NewSigningKey |
NewSigningKeyCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
NewKey |
NewKeyCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Message |
MessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
IncomingPhoneNumber |
IncomingPhoneNumberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Call |
CallCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Application |
ApplicationCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Address |
AddressCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
TranscriptionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SigningKeyDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
RecordingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
QueueDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
OutgoingCallerIdDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
NotificationDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
MessageDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
KeyDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
IncomingPhoneNumberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CallDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ApplicationDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
AddressDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Transcription |
TranscriptionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SigningKey |
SigningKeyFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
ShortCode |
ShortCodeFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Recording |
RecordingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Queue |
QueueFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
OutgoingCallerId |
OutgoingCallerIdFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Notification |
NotificationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Message |
MessageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Key |
KeyFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
IncomingPhoneNumber |
IncomingPhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
ConnectApp |
ConnectAppFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Conference |
ConferenceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Call |
CallFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AvailablePhoneNumberCountry |
AvailablePhoneNumberCountryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AuthorizedConnectApp |
AuthorizedConnectAppFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Application |
ApplicationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Address |
AddressFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Transcription> |
TranscriptionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SigningKey> |
SigningKeyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ShortCode> |
ShortCodeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Recording> |
RecordingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Queue> |
QueueReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Notification> |
NotificationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Key> |
KeyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IncomingPhoneNumber> |
IncomingPhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ConnectApp> |
ConnectAppReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Conference> |
ConferenceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Call> |
CallReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AvailablePhoneNumberCountry> |
AvailablePhoneNumberCountryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
ApplicationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Address> |
AddressReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Transcription> |
TranscriptionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SigningKey> |
SigningKeyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Recording> |
RecordingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Queue> |
QueueReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Notification> |
NotificationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Message> |
MessageReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Key> |
KeyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<IncomingPhoneNumber> |
IncomingPhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Conference> |
ConferenceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Call> |
CallReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AvailablePhoneNumberCountry> |
AvailablePhoneNumberCountryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Application> |
ApplicationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Address> |
AddressReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Address> |
AddressReader.nextPage(Page<Address> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Application> |
ApplicationReader.nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.nextPage(Page<AuthorizedConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AvailablePhoneNumberCountry> |
AvailablePhoneNumberCountryReader.nextPage(Page<AvailablePhoneNumberCountry> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Call> |
CallReader.nextPage(Page<Call> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Conference> |
ConferenceReader.nextPage(Page<Conference> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IncomingPhoneNumber> |
IncomingPhoneNumberReader.nextPage(Page<IncomingPhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Key> |
KeyReader.nextPage(Page<Key> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Notification> |
NotificationReader.nextPage(Page<Notification> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.nextPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Queue> |
QueueReader.nextPage(Page<Queue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Recording> |
RecordingReader.nextPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.nextPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SigningKey> |
SigningKeyReader.nextPage(Page<SigningKey> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Transcription> |
TranscriptionReader.nextPage(Page<Transcription> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Address> |
AddressReader.previousPage(Page<Address> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Application> |
ApplicationReader.previousPage(Page<Application> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.previousPage(Page<AuthorizedConnectApp> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<AvailablePhoneNumberCountry> |
AvailablePhoneNumberCountryReader.previousPage(Page<AvailablePhoneNumberCountry> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Call> |
CallReader.previousPage(Page<Call> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Conference> |
ConferenceReader.previousPage(Page<Conference> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.previousPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<IncomingPhoneNumber> |
IncomingPhoneNumberReader.previousPage(Page<IncomingPhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Key> |
KeyReader.previousPage(Page<Key> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Message> |
MessageReader.previousPage(Page<Message> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Notification> |
NotificationReader.previousPage(Page<Notification> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<OutgoingCallerId> |
OutgoingCallerIdReader.previousPage(Page<OutgoingCallerId> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Queue> |
QueueReader.previousPage(Page<Queue> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Recording> |
RecordingReader.previousPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.previousPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SigningKey> |
SigningKeyReader.previousPage(Page<SigningKey> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Transcription> |
TranscriptionReader.previousPage(Page<Transcription> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Transcription> |
TranscriptionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SigningKey> |
SigningKeyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<ShortCode> |
ShortCodeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Recording> |
RecordingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Queue> |
QueueReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<OutgoingCallerId> |
OutgoingCallerIdReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Notification> |
NotificationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Message> |
MessageReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Key> |
KeyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<IncomingPhoneNumber> |
IncomingPhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<ConnectApp> |
ConnectAppReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Conference> |
ConferenceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Call> |
CallReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AvailablePhoneNumberCountry> |
AvailablePhoneNumberCountryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AuthorizedConnectApp> |
AuthorizedConnectAppReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Application> |
ApplicationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Address> |
AddressReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SigningKey |
SigningKeyUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
ShortCode |
ShortCodeUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Queue |
QueueUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
OutgoingCallerId |
OutgoingCallerIdUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Message |
MessageUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Key |
KeyUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
IncomingPhoneNumber |
IncomingPhoneNumberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
ConnectApp |
ConnectAppUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Conference |
ConferenceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Call |
CallUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Application |
ApplicationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Address |
AddressUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<DependentPhoneNumber> |
DependentPhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<DependentPhoneNumber> |
DependentPhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DependentPhoneNumber> |
DependentPhoneNumberReader.nextPage(Page<DependentPhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DependentPhoneNumber> |
DependentPhoneNumberReader.previousPage(Page<DependentPhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<DependentPhoneNumber> |
DependentPhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Voip> |
VoipReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TollFree> |
TollFreeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SharedCost> |
SharedCostReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<National> |
NationalReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Mobile> |
MobileReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<MachineToMachine> |
MachineToMachineReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Local> |
LocalReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Voip> |
VoipReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<TollFree> |
TollFreeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SharedCost> |
SharedCostReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<National> |
NationalReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Mobile> |
MobileReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<MachineToMachine> |
MachineToMachineReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Local> |
LocalReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Local> |
LocalReader.nextPage(Page<Local> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MachineToMachine> |
MachineToMachineReader.nextPage(Page<MachineToMachine> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Mobile> |
MobileReader.nextPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<National> |
NationalReader.nextPage(Page<National> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SharedCost> |
SharedCostReader.nextPage(Page<SharedCost> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<TollFree> |
TollFreeReader.nextPage(Page<TollFree> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Voip> |
VoipReader.nextPage(Page<Voip> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Local> |
LocalReader.previousPage(Page<Local> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<MachineToMachine> |
MachineToMachineReader.previousPage(Page<MachineToMachine> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Mobile> |
MobileReader.previousPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<National> |
NationalReader.previousPage(Page<National> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SharedCost> |
SharedCostReader.previousPage(Page<SharedCost> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<TollFree> |
TollFreeReader.previousPage(Page<TollFree> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Voip> |
VoipReader.previousPage(Page<Voip> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Voip> |
VoipReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<TollFree> |
TollFreeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SharedCost> |
SharedCostReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<National> |
NationalReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Mobile> |
MobileReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<MachineToMachine> |
MachineToMachineReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Local> |
LocalReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
FeedbackSummary |
FeedbackSummaryCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Feedback |
FeedbackCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
RecordingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
NotificationDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
FeedbackSummaryDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Recording |
RecordingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Notification |
NotificationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
FeedbackSummary |
FeedbackSummaryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Feedback |
FeedbackFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Recording> |
RecordingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Notification> |
NotificationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Recording> |
RecordingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Notification> |
NotificationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Notification> |
NotificationReader.nextPage(Page<Notification> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Recording> |
RecordingReader.nextPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Notification> |
NotificationReader.previousPage(Page<Notification> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Recording> |
RecordingReader.previousPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Recording> |
RecordingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Notification> |
NotificationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Feedback |
FeedbackUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
ParticipantCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ParticipantDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Participant |
ParticipantFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Participant> |
ParticipantReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
ParticipantReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Participant> |
ParticipantReader.nextPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Participant> |
ParticipantReader.previousPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Participant> |
ParticipantReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Participant |
ParticipantUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
TollFree |
TollFreeCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Mobile |
MobileCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Local |
LocalCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AssignedAddOn |
AssignedAddOnCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
AssignedAddOnDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
AssignedAddOn |
AssignedAddOnFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<TollFree> |
TollFreeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Mobile> |
MobileReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Local> |
LocalReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AssignedAddOn> |
AssignedAddOnReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TollFree> |
TollFreeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Mobile> |
MobileReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Local> |
LocalReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AssignedAddOn> |
AssignedAddOnReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AssignedAddOn> |
AssignedAddOnReader.nextPage(Page<AssignedAddOn> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Local> |
LocalReader.nextPage(Page<Local> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Mobile> |
MobileReader.nextPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<TollFree> |
TollFreeReader.nextPage(Page<TollFree> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AssignedAddOn> |
AssignedAddOnReader.previousPage(Page<AssignedAddOn> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Local> |
LocalReader.previousPage(Page<Local> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Mobile> |
MobileReader.previousPage(Page<Mobile> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<TollFree> |
TollFreeReader.previousPage(Page<TollFree> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<TollFree> |
TollFreeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Mobile> |
MobileReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Local> |
LocalReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AssignedAddOn> |
AssignedAddOnReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
AssignedAddOnExtension |
AssignedAddOnExtensionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<AssignedAddOnExtension> |
AssignedAddOnExtensionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AssignedAddOnExtension> |
AssignedAddOnExtensionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AssignedAddOnExtension> |
AssignedAddOnExtensionReader.nextPage(Page<AssignedAddOnExtension> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AssignedAddOnExtension> |
AssignedAddOnExtensionReader.previousPage(Page<AssignedAddOnExtension> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<AssignedAddOnExtension> |
AssignedAddOnExtensionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Feedback |
FeedbackCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
MediaDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Media |
MediaFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Media> |
MediaReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Media> |
MediaReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Media> |
MediaReader.nextPage(Page<Media> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Media> |
MediaReader.previousPage(Page<Media> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Media> |
MediaReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Member |
MemberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Member> |
MemberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Member> |
MemberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Member> |
MemberReader.nextPage(Page<Member> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Member> |
MemberReader.previousPage(Page<Member> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Member> |
MemberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Member |
MemberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TranscriptionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
AddOnResultDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Transcription |
TranscriptionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AddOnResult |
AddOnResultFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Transcription> |
TranscriptionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AddOnResult> |
AddOnResultReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Transcription> |
TranscriptionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AddOnResult> |
AddOnResultReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AddOnResult> |
AddOnResultReader.nextPage(Page<AddOnResult> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Transcription> |
TranscriptionReader.nextPage(Page<Transcription> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AddOnResult> |
AddOnResultReader.previousPage(Page<AddOnResult> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Transcription> |
TranscriptionReader.previousPage(Page<Transcription> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Transcription> |
TranscriptionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AddOnResult> |
AddOnResultReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PayloadDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Payload |
PayloadFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Payload> |
PayloadReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Payload> |
PayloadReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Payload> |
PayloadReader.nextPage(Page<Payload> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Payload> |
PayloadReader.previousPage(Page<Payload> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Payload> |
PayloadReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
IpAccessControlListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Domain |
DomainCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
CredentialList |
CredentialListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
IpAccessControlListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
DomainDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
IpAccessControlList |
IpAccessControlListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Domain |
DomainFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
CredentialList |
CredentialListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<IpAccessControlList> |
IpAccessControlListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Domain> |
DomainReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialList> |
CredentialListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlList> |
IpAccessControlListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Domain> |
DomainReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.nextPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Domain> |
DomainReader.nextPage(Page<Domain> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.nextPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.previousPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Domain> |
DomainReader.previousPage(Page<Domain> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.previousPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<IpAccessControlList> |
IpAccessControlListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Domain> |
DomainReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<CredentialList> |
CredentialListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
IpAccessControlList |
IpAccessControlListUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Domain |
DomainUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
CredentialList |
CredentialListUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlListMapping |
IpAccessControlListMappingCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
CredentialListMapping |
CredentialListMappingCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
IpAccessControlListMappingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialListMappingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
IpAccessControlListMapping |
IpAccessControlListMappingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
CredentialListMapping |
CredentialListMappingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<IpAccessControlListMapping> |
IpAccessControlListMappingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialListMapping> |
CredentialListMappingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlListMapping> |
IpAccessControlListMappingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.nextPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAccessControlListMapping> |
IpAccessControlListMappingReader.nextPage(Page<IpAccessControlListMapping> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.previousPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<IpAccessControlListMapping> |
IpAccessControlListMappingReader.previousPage(Page<IpAccessControlListMapping> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<IpAccessControlListMapping> |
IpAccessControlListMappingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<CredentialListMapping> |
CredentialListMappingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
IpAddressCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
IpAddressDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
IpAddress |
IpAddressFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<IpAddress> |
IpAddressReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
IpAddressReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<IpAddress> |
IpAddressReader.nextPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAddress> |
IpAddressReader.previousPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<IpAddress> |
IpAddressReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
IpAddress |
IpAddressUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger |
TriggerCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
TriggerDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Trigger |
TriggerFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Trigger> |
TriggerReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Record> |
RecordReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Trigger> |
TriggerReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Record> |
RecordReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Record> |
RecordReader.nextPage(Page<Record> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Trigger> |
TriggerReader.nextPage(Page<Trigger> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Record> |
RecordReader.previousPage(Page<Record> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Trigger> |
TriggerReader.previousPage(Page<Trigger> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Trigger> |
TriggerReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Record> |
RecordReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Trigger |
TriggerUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Yesterday> |
YesterdayReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yearly> |
YearlyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Today> |
TodayReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ThisMonth> |
ThisMonthReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Monthly> |
MonthlyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<LastMonth> |
LastMonthReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Daily> |
DailyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AllTime> |
AllTimeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yesterday> |
YesterdayReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Yearly> |
YearlyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Today> |
TodayReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ThisMonth> |
ThisMonthReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Monthly> |
MonthlyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<LastMonth> |
LastMonthReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Daily> |
DailyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AllTime> |
AllTimeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AllTime> |
AllTimeReader.nextPage(Page<AllTime> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Daily> |
DailyReader.nextPage(Page<Daily> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<LastMonth> |
LastMonthReader.nextPage(Page<LastMonth> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Monthly> |
MonthlyReader.nextPage(Page<Monthly> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ThisMonth> |
ThisMonthReader.nextPage(Page<ThisMonth> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Today> |
TodayReader.nextPage(Page<Today> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Yearly> |
YearlyReader.nextPage(Page<Yearly> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Yesterday> |
YesterdayReader.nextPage(Page<Yesterday> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AllTime> |
AllTimeReader.previousPage(Page<AllTime> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Daily> |
DailyReader.previousPage(Page<Daily> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<LastMonth> |
LastMonthReader.previousPage(Page<LastMonth> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Monthly> |
MonthlyReader.previousPage(Page<Monthly> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ThisMonth> |
ThisMonthReader.previousPage(Page<ThisMonth> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Today> |
TodayReader.previousPage(Page<Today> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Yearly> |
YearlyReader.previousPage(Page<Yearly> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Yesterday> |
YesterdayReader.previousPage(Page<Yesterday> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Yesterday> |
YesterdayReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Yearly> |
YearlyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Today> |
TodayReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<ThisMonth> |
ThisMonthReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Monthly> |
MonthlyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<LastMonth> |
LastMonthReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Daily> |
DailyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AllTime> |
AllTimeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Role |
RoleCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Channel |
ChannelCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
RoleDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ChannelDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
User |
UserFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Role |
RoleFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Channel |
ChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<User> |
UserReader.firstPage(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<Channel> |
ChannelReader.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<Role> |
RoleReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.nextPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<User> |
UserReader.nextPage(Page<User> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Channel> |
ChannelReader.previousPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Role> |
RoleReader.previousPage(Page<Role> page,
TwilioRestClient client)
Retrieve the previous 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.
|
ResourceSet<Role> |
RoleReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Channel> |
ChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
User |
UserUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Role |
RoleUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Channel |
ChannelUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Member |
MemberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Invite |
InviteCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
MessageDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
MemberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
InviteDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Message |
MessageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Member |
MemberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Invite |
InviteFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Member> |
MemberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Invite> |
InviteReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Member> |
MemberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.nextPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Member> |
MemberReader.nextPage(Page<Member> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Invite> |
InviteReader.previousPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Member> |
MemberReader.previousPage(Page<Member> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Message> |
MessageReader.previousPage(Page<Message> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Message> |
MessageReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Member> |
MemberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Invite> |
InviteReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Message |
MessageUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Member |
MemberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UserChannel> |
UserChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserChannel> |
UserChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<UserChannel> |
UserChannelReader.nextPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UserChannel> |
UserChannelReader.previousPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UserChannel> |
UserChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Role |
RoleCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Channel |
ChannelCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
RoleDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ChannelDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
BindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
User |
UserFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Role |
RoleFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Channel |
ChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Binding |
BindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<User> |
UserReader.firstPage(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<Channel> |
ChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
BindingReader.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<Role> |
RoleReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
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<Channel> |
ChannelReader.nextPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<User> |
UserReader.nextPage(Page<User> 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.
|
Page<Channel> |
ChannelReader.previousPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Role> |
RoleReader.previousPage(Page<Role> page,
TwilioRestClient client)
Retrieve the previous 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.
|
ResourceSet<Role> |
RoleReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Channel> |
ChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Binding> |
BindingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
User |
UserUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Role |
RoleUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Channel |
ChannelUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Member |
MemberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Invite |
InviteCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
MessageDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
MemberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
InviteDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Message |
MessageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Member |
MemberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Invite |
InviteFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Member> |
MemberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Invite> |
InviteReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Member> |
MemberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.nextPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Member> |
MemberReader.nextPage(Page<Member> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Invite> |
InviteReader.previousPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Member> |
MemberReader.previousPage(Page<Member> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Message> |
MessageReader.previousPage(Page<Message> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Message> |
MessageReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Member> |
MemberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Invite> |
InviteReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Message |
MessageUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Member |
MemberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserBindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
UserBinding |
UserBindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<UserChannel> |
UserChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserBinding> |
UserBindingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserChannel> |
UserChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
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<UserChannel> |
UserChannelReader.nextPage(Page<UserChannel> 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.
|
Page<UserChannel> |
UserChannelReader.previousPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UserChannel> |
UserChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<UserBinding> |
UserBindingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Fax |
FaxCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
FaxDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Fax |
FaxFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Fax> |
FaxReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Fax> |
FaxReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Fax> |
FaxReader.nextPage(Page<Fax> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Fax> |
FaxReader.previousPage(Page<Fax> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Fax> |
FaxReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Fax |
FaxUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FaxMediaDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
FaxMedia |
FaxMediaFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<FaxMedia> |
FaxMediaReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<FaxMedia> |
FaxMediaReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<FaxMedia> |
FaxMediaReader.nextPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<FaxMedia> |
FaxMediaReader.previousPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<FaxMedia> |
FaxMediaReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Role |
RoleCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Channel |
ChannelCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
RoleDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ChannelDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
User |
UserFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Role |
RoleFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Channel |
ChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<User> |
UserReader.firstPage(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<Channel> |
ChannelReader.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<Role> |
RoleReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.nextPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<User> |
UserReader.nextPage(Page<User> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Channel> |
ChannelReader.previousPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Role> |
RoleReader.previousPage(Page<Role> page,
TwilioRestClient client)
Retrieve the previous 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.
|
ResourceSet<Role> |
RoleReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Channel> |
ChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
User |
UserUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Role |
RoleUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Channel |
ChannelUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Member |
MemberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Invite |
InviteCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
MessageDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
MemberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
InviteDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Message |
MessageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Member |
MemberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Invite |
InviteFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Member> |
MemberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Invite> |
InviteReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Member> |
MemberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.nextPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Member> |
MemberReader.nextPage(Page<Member> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Invite> |
InviteReader.previousPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Member> |
MemberReader.previousPage(Page<Member> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Message> |
MessageReader.previousPage(Page<Message> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Message> |
MessageReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Member> |
MemberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Invite> |
InviteReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Message |
MessageUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Member |
MemberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UserChannel> |
UserChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserChannel> |
UserChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<UserChannel> |
UserChannelReader.nextPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UserChannel> |
UserChannelReader.previousPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UserChannel> |
UserChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Role |
RoleCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Channel |
ChannelCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
RoleDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ChannelDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
BindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
User |
UserFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Role |
RoleFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Channel |
ChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Binding |
BindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<User> |
UserReader.firstPage(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<Channel> |
ChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
BindingReader.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<Role> |
RoleReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Channel> |
ChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
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<Channel> |
ChannelReader.nextPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Role> |
RoleReader.nextPage(Page<Role> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<User> |
UserReader.nextPage(Page<User> 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.
|
Page<Channel> |
ChannelReader.previousPage(Page<Channel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Role> |
RoleReader.previousPage(Page<Role> page,
TwilioRestClient client)
Retrieve the previous 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.
|
ResourceSet<Role> |
RoleReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Channel> |
ChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Binding> |
BindingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
User |
UserUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Role |
RoleUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Channel |
ChannelUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Member |
MemberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Invite |
InviteCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
MessageDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
MemberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
InviteDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Message |
MessageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Member |
MemberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Invite |
InviteFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Message> |
MessageReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Member> |
MemberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Invite> |
InviteReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Message> |
MessageReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Member> |
MemberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Invite> |
InviteReader.nextPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Member> |
MemberReader.nextPage(Page<Member> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Message> |
MessageReader.nextPage(Page<Message> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Invite> |
InviteReader.previousPage(Page<Invite> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Member> |
MemberReader.previousPage(Page<Member> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Message> |
MessageReader.previousPage(Page<Message> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Message> |
MessageReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Member> |
MemberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Invite> |
InviteReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Message |
MessageUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Member |
MemberUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserBindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
UserBinding |
UserBindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<UserChannel> |
UserChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserBinding> |
UserBindingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserChannel> |
UserChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
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<UserChannel> |
UserChannelReader.nextPage(Page<UserChannel> 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.
|
Page<UserChannel> |
UserChannelReader.previousPage(Page<UserChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UserChannel> |
UserChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<UserBinding> |
UserBindingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
ShortCodeCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
PhoneNumber |
PhoneNumberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AlphaSender |
AlphaSenderCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ShortCodeDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
PhoneNumberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
AlphaSenderDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
ShortCode |
ShortCodeFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
PhoneNumber |
PhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AlphaSender |
AlphaSenderFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<ShortCode> |
ShortCodeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PhoneNumber> |
PhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AlphaSender> |
AlphaSenderReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ShortCode> |
ShortCodeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AlphaSender> |
AlphaSenderReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AlphaSender> |
AlphaSenderReader.nextPage(Page<AlphaSender> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.nextPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.nextPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AlphaSender> |
AlphaSenderReader.previousPage(Page<AlphaSender> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.previousPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.previousPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ShortCode> |
ShortCodeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<PhoneNumber> |
PhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AlphaSender> |
AlphaSenderReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlertDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Event |
EventFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Alert |
AlertFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Event> |
EventReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Alert> |
AlertReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
EventReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Alert> |
AlertReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Alert> |
AlertReader.nextPage(Page<Alert> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Event> |
EventReader.nextPage(Page<Event> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Alert> |
AlertReader.previousPage(Page<Alert> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Event> |
EventReader.previousPage(Page<Event> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Event> |
EventReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Alert> |
AlertReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Credential |
CredentialCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Credential |
CredentialFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Credential> |
CredentialReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Credential> |
CredentialReader.nextPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Credential> |
CredentialReader.previousPage(Page<Credential> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Credential> |
CredentialReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Credential |
CredentialUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Notification |
NotificationCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Binding |
BindingCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
BindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
User |
UserFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Binding |
BindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<User> |
UserReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Segment> |
SegmentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
BindingReader.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<Segment> |
SegmentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
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<Segment> |
SegmentReader.nextPage(Page<Segment> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<User> |
UserReader.nextPage(Page<User> 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.
|
Page<Segment> |
SegmentReader.previousPage(Page<Segment> page,
TwilioRestClient client)
Retrieve the previous 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.
|
ResourceSet<Segment> |
SegmentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Binding> |
BindingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
UserBinding |
UserBindingCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SegmentMembership |
SegmentMembershipCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
UserBindingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SegmentMembershipDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
UserBinding |
UserBindingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SegmentMembership |
SegmentMembershipFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
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 |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Verification |
VerificationCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
VerificationCheck |
VerificationCheckCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
| Modifier and Type | Method and Description |
|---|---|
Export |
ExportFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
ExportConfiguration |
ExportConfigurationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
ExportConfiguration |
ExportConfigurationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Day> |
DayReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Day> |
DayReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Day> |
DayReader.nextPage(Page<Day> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Day> |
DayReader.previousPage(Page<Day> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Day> |
DayReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Fleet |
FleetCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
FleetDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Fleet |
FleetFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Fleet> |
FleetReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Fleet> |
FleetReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Fleet> |
FleetReader.nextPage(Page<Fleet> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Fleet> |
FleetReader.previousPage(Page<Fleet> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Fleet> |
FleetReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Fleet |
FleetUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
KeyCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Device |
DeviceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Deployment |
DeploymentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Certificate |
CertificateCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
KeyDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
DeviceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
DeploymentDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CertificateDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Key |
KeyFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Device |
DeviceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Deployment |
DeploymentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Certificate |
CertificateFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Key> |
KeyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Device> |
DeviceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Deployment> |
DeploymentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Certificate> |
CertificateReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Key> |
KeyReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Device> |
DeviceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Deployment> |
DeploymentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Certificate> |
CertificateReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Certificate> |
CertificateReader.nextPage(Page<Certificate> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Deployment> |
DeploymentReader.nextPage(Page<Deployment> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Device> |
DeviceReader.nextPage(Page<Device> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Key> |
KeyReader.nextPage(Page<Key> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Certificate> |
CertificateReader.previousPage(Page<Certificate> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Deployment> |
DeploymentReader.previousPage(Page<Deployment> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Device> |
DeviceReader.previousPage(Page<Device> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Key> |
KeyReader.previousPage(Page<Key> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Key> |
KeyReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Device> |
DeviceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Deployment> |
DeploymentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Certificate> |
CertificateReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Key |
KeyUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Device |
DeviceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Deployment |
DeploymentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Certificate |
CertificateUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
HostedNumberOrder |
HostedNumberOrderCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AuthorizationDocument |
AuthorizationDocumentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
HostedNumberOrderDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
HostedNumberOrder |
HostedNumberOrderFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AuthorizationDocument |
AuthorizationDocumentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<HostedNumberOrder> |
HostedNumberOrderReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<HostedNumberOrder> |
HostedNumberOrderReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.nextPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<HostedNumberOrder> |
HostedNumberOrderReader.nextPage(Page<HostedNumberOrder> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AuthorizationDocument> |
AuthorizationDocumentReader.previousPage(Page<AuthorizationDocument> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<HostedNumberOrder> |
HostedNumberOrderReader.previousPage(Page<HostedNumberOrder> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<HostedNumberOrder> |
HostedNumberOrderReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AuthorizationDocument> |
AuthorizationDocumentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
HostedNumberOrder |
HostedNumberOrderUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
AuthorizationDocument |
AuthorizationDocumentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
InstalledAddOn |
InstalledAddOnCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
InstalledAddOnDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
InstalledAddOn |
InstalledAddOnFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
AvailableAddOn |
AvailableAddOnFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<InstalledAddOn> |
InstalledAddOnReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AvailableAddOn> |
AvailableAddOnReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<InstalledAddOn> |
InstalledAddOnReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AvailableAddOn> |
AvailableAddOnReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AvailableAddOn> |
AvailableAddOnReader.nextPage(Page<AvailableAddOn> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<InstalledAddOn> |
InstalledAddOnReader.nextPage(Page<InstalledAddOn> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AvailableAddOn> |
AvailableAddOnReader.previousPage(Page<AvailableAddOn> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<InstalledAddOn> |
InstalledAddOnReader.previousPage(Page<InstalledAddOn> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<InstalledAddOn> |
InstalledAddOnReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<AvailableAddOn> |
AvailableAddOnReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
InstalledAddOn |
InstalledAddOnUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
AvailableAddOnExtension |
AvailableAddOnExtensionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<AvailableAddOnExtension> |
AvailableAddOnExtensionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AvailableAddOnExtension> |
AvailableAddOnExtensionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<AvailableAddOnExtension> |
AvailableAddOnExtensionReader.nextPage(Page<AvailableAddOnExtension> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<AvailableAddOnExtension> |
AvailableAddOnExtensionReader.previousPage(Page<AvailableAddOnExtension> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<AvailableAddOnExtension> |
AvailableAddOnExtensionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
InstalledAddOnExtension |
InstalledAddOnExtensionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<InstalledAddOnExtension> |
InstalledAddOnExtensionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<InstalledAddOnExtension> |
InstalledAddOnExtensionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<InstalledAddOnExtension> |
InstalledAddOnExtensionReader.nextPage(Page<InstalledAddOnExtension> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<InstalledAddOnExtension> |
InstalledAddOnExtensionReader.previousPage(Page<InstalledAddOnExtension> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<InstalledAddOnExtension> |
InstalledAddOnExtensionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
InstalledAddOnExtension |
InstalledAddOnExtensionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
ShortCodeCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Session |
SessionCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
PhoneNumber |
PhoneNumberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ShortCodeDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SessionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
PhoneNumberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
ShortCode |
ShortCodeFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Session |
SessionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
PhoneNumber |
PhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<ShortCode> |
ShortCodeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Session> |
SessionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PhoneNumber> |
PhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ShortCode> |
ShortCodeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Session> |
SessionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.nextPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Session> |
SessionReader.nextPage(Page<Session> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.nextPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.previousPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Session> |
SessionReader.previousPage(Page<Session> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.previousPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ShortCode> |
ShortCodeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Session> |
SessionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<PhoneNumber> |
PhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Session |
SessionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
ParticipantCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ParticipantDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Participant |
ParticipantFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Interaction |
InteractionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Participant> |
ParticipantReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Interaction> |
InteractionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
ParticipantReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Interaction> |
InteractionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Interaction> |
InteractionReader.nextPage(Page<Interaction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Participant> |
ParticipantReader.nextPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Interaction> |
InteractionReader.previousPage(Page<Interaction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Participant> |
ParticipantReader.previousPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Participant> |
ParticipantReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Interaction> |
InteractionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Participant |
ParticipantUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInteraction |
MessageInteractionCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
MessageInteraction |
MessageInteractionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<MessageInteraction> |
MessageInteractionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<MessageInteraction> |
MessageInteractionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.nextPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.previousPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<MessageInteraction> |
MessageInteractionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlowDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Flow |
FlowFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Flow> |
FlowReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Flow> |
FlowReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Flow> |
FlowReader.nextPage(Page<Flow> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Flow> |
FlowReader.previousPage(Page<Flow> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Flow> |
FlowReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Engagement |
EngagementCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
EngagementDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Engagement |
EngagementFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Engagement> |
EngagementReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Engagement> |
EngagementReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Engagement> |
EngagementReader.nextPage(Page<Engagement> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Engagement> |
EngagementReader.previousPage(Page<Engagement> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Engagement> |
EngagementReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
StepFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Step> |
StepReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Step> |
StepReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Step> |
StepReader.nextPage(Page<Step> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Step> |
StepReader.previousPage(Page<Step> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Step> |
StepReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMap |
SyncMapCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SyncList |
SyncListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Document |
DocumentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncMapDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
DocumentDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncMap |
SyncMapFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncList |
SyncListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Document |
DocumentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncMap> |
SyncMapReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncList> |
SyncListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Document> |
DocumentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMap> |
SyncMapReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncList> |
SyncListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Document> |
DocumentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Document> |
DocumentReader.nextPage(Page<Document> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncList> |
SyncListReader.nextPage(Page<SyncList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMap> |
SyncMapReader.nextPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Document> |
DocumentReader.previousPage(Page<Document> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncList> |
SyncListReader.previousPage(Page<SyncList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncMap> |
SyncMapReader.previousPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncMap> |
SyncMapReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncList> |
SyncListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Document> |
DocumentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Document |
DocumentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
DocumentPermission |
DocumentPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<DocumentPermission> |
DocumentPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<DocumentPermission> |
DocumentPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DocumentPermission> |
DocumentPermissionReader.nextPage(Page<DocumentPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DocumentPermission> |
DocumentPermissionReader.previousPage(Page<DocumentPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<DocumentPermission> |
DocumentPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
DocumentPermission |
DocumentPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListItem |
SyncListItemCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncListPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncListItemDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncListPermission |
SyncListPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncListItem |
SyncListItemFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncListPermission> |
SyncListPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncListItem> |
SyncListItemReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncListPermission> |
SyncListPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.nextPage(Page<SyncListItem> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncListPermission> |
SyncListPermissionReader.nextPage(Page<SyncListPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.previousPage(Page<SyncListItem> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncListPermission> |
SyncListPermissionReader.previousPage(Page<SyncListPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncListPermission> |
SyncListPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncListItem> |
SyncListItemReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SyncListPermission |
SyncListPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncListItem |
SyncListItemUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMapItem |
SyncMapItemCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncMapPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncMapItemDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncMapPermission |
SyncMapPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncMapItem |
SyncMapItemFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMapItem> |
SyncMapItemReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.nextPage(Page<SyncMapItem> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.nextPage(Page<SyncMapPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.previousPage(Page<SyncMapItem> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.previousPage(Page<SyncMapPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncMapPermission> |
SyncMapPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncMapItem> |
SyncMapItemReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SyncMapPermission |
SyncMapPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncMapItem |
SyncMapItemUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
ModelBuild |
ModelBuildCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Intent |
IntentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
FieldType |
FieldTypeCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
QueryDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ModelBuildDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
IntentDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
FieldTypeDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Query |
QueryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
ModelBuild |
ModelBuildFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Intent |
IntentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
FieldType |
FieldTypeFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Query> |
QueryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ModelBuild> |
ModelBuildReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Intent> |
IntentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<FieldType> |
FieldTypeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Query> |
QueryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ModelBuild> |
ModelBuildReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Intent> |
IntentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<FieldType> |
FieldTypeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<FieldType> |
FieldTypeReader.nextPage(Page<FieldType> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Intent> |
IntentReader.nextPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ModelBuild> |
ModelBuildReader.nextPage(Page<ModelBuild> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Query> |
QueryReader.nextPage(Page<Query> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<FieldType> |
FieldTypeReader.previousPage(Page<FieldType> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Intent> |
IntentReader.previousPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ModelBuild> |
ModelBuildReader.previousPage(Page<ModelBuild> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Query> |
QueryReader.previousPage(Page<Query> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Query> |
QueryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<ModelBuild> |
ModelBuildReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Intent> |
IntentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<FieldType> |
FieldTypeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Query |
QueryUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
ModelBuild |
ModelBuildUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Intent |
IntentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
FieldType |
FieldTypeUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValueCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
FieldValueDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
FieldValue |
FieldValueFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<FieldValue> |
FieldValueReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<FieldValue> |
FieldValueReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<FieldValue> |
FieldValueReader.nextPage(Page<FieldValue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<FieldValue> |
FieldValueReader.previousPage(Page<FieldValue> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<FieldValue> |
FieldValueReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Field |
FieldCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SampleDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
FieldDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Sample |
SampleFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Field |
FieldFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Sample> |
SampleReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Field> |
FieldReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Sample> |
SampleReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Field> |
FieldReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Field> |
FieldReader.nextPage(Page<Field> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Sample> |
SampleReader.nextPage(Page<Sample> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Field> |
FieldReader.previousPage(Page<Field> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Sample> |
SampleReader.previousPage(Page<Sample> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Sample> |
SampleReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Field> |
FieldReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Sample |
SampleUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
RatePlan |
RatePlanCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Command |
CommandCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
RatePlanDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Sim |
SimFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
RatePlan |
RatePlanFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Command |
CommandFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Sim> |
SimReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
RatePlanReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Command> |
CommandReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Sim> |
SimReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Command> |
CommandReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Command> |
CommandReader.nextPage(Page<Command> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Sim> |
SimReader.nextPage(Page<Sim> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Command> |
CommandReader.previousPage(Page<Command> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.previousPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Sim> |
SimReader.previousPage(Page<Sim> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Sim> |
SimReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<RatePlan> |
RatePlanReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Command> |
CommandReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Sim |
SimUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
RatePlan |
RatePlanUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Usage |
UsageFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Country> |
CountryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Country> |
CountryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Country> |
CountryReader.nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
CountryReader.previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Country> |
CountryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Country> |
CountryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Country> |
CountryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Country> |
CountryReader.nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
CountryReader.previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Country> |
CountryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
NumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Country |
CountryFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Country> |
CountryReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Country> |
CountryReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Country> |
CountryReader.nextPage(Page<Country> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Country> |
CountryReader.previousPage(Page<Country> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Country> |
CountryReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
ShortCodeCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Session |
SessionCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
PhoneNumber |
PhoneNumberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ShortCodeDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SessionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
PhoneNumberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
ShortCode |
ShortCodeFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Session |
SessionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
PhoneNumber |
PhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<ShortCode> |
ShortCodeReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Session> |
SessionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PhoneNumber> |
PhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ShortCode> |
ShortCodeReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Session> |
SessionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.nextPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Session> |
SessionReader.nextPage(Page<Session> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.nextPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.previousPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Session> |
SessionReader.previousPage(Page<Session> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<ShortCode> |
ShortCodeReader.previousPage(Page<ShortCode> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ShortCode> |
ShortCodeReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Session> |
SessionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<PhoneNumber> |
PhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Session |
SessionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
ParticipantCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ParticipantDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
InteractionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Participant |
ParticipantFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Interaction |
InteractionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Participant> |
ParticipantReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Interaction> |
InteractionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
ParticipantReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Interaction> |
InteractionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Interaction> |
InteractionReader.nextPage(Page<Interaction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Participant> |
ParticipantReader.nextPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Interaction> |
InteractionReader.previousPage(Page<Interaction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Participant> |
ParticipantReader.previousPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Participant> |
ParticipantReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Interaction> |
InteractionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Participant |
ParticipantUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInteraction |
MessageInteractionCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
MessageInteraction |
MessageInteractionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<MessageInteraction> |
MessageInteractionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<MessageInteraction> |
MessageInteractionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.nextPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<MessageInteraction> |
MessageInteractionReader.previousPage(Page<MessageInteraction> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<MessageInteraction> |
MessageInteractionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
ServiceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Service |
ServiceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Service> |
ServiceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Service> |
ServiceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Service> |
ServiceReader.nextPage(Page<Service> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Service> |
ServiceReader.previousPage(Page<Service> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Service> |
ServiceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Service |
ServiceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncStream |
SyncStreamCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SyncMap |
SyncMapCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SyncList |
SyncListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Document |
DocumentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncStreamDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncMapDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
DocumentDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncStream |
SyncStreamFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncMap |
SyncMapFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncList |
SyncListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Document |
DocumentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncStream> |
SyncStreamReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMap> |
SyncMapReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncList> |
SyncListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Document> |
DocumentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncStream> |
SyncStreamReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMap> |
SyncMapReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncList> |
SyncListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Document> |
DocumentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Document> |
DocumentReader.nextPage(Page<Document> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncList> |
SyncListReader.nextPage(Page<SyncList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMap> |
SyncMapReader.nextPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncStream> |
SyncStreamReader.nextPage(Page<SyncStream> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Document> |
DocumentReader.previousPage(Page<Document> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncList> |
SyncListReader.previousPage(Page<SyncList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncMap> |
SyncMapReader.previousPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncStream> |
SyncStreamReader.previousPage(Page<SyncStream> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncStream> |
SyncStreamReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncMap> |
SyncMapReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncList> |
SyncListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Document> |
DocumentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SyncStream |
SyncStreamUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncMap |
SyncMapUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncList |
SyncListUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Document |
DocumentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
DocumentPermission |
DocumentPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<DocumentPermission> |
DocumentPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<DocumentPermission> |
DocumentPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DocumentPermission> |
DocumentPermissionReader.nextPage(Page<DocumentPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DocumentPermission> |
DocumentPermissionReader.previousPage(Page<DocumentPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<DocumentPermission> |
DocumentPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
DocumentPermission |
DocumentPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListItem |
SyncListItemCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncListPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncListItemDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncListPermission |
SyncListPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncListItem |
SyncListItemFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncListPermission> |
SyncListPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncListItem> |
SyncListItemReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncListPermission> |
SyncListPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.nextPage(Page<SyncListItem> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncListPermission> |
SyncListPermissionReader.nextPage(Page<SyncListPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncListItem> |
SyncListItemReader.previousPage(Page<SyncListItem> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncListPermission> |
SyncListPermissionReader.previousPage(Page<SyncListPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncListPermission> |
SyncListPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncListItem> |
SyncListItemReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SyncListPermission |
SyncListPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncListItem |
SyncListItemUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMapItem |
SyncMapItemCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
SyncMapPermissionDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
SyncMapItemDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
SyncMapPermission |
SyncMapPermissionFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
SyncMapItem |
SyncMapItemFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMapItem> |
SyncMapItemReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.nextPage(Page<SyncMapItem> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.nextPage(Page<SyncMapPermission> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMapItem> |
SyncMapItemReader.previousPage(Page<SyncMapItem> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<SyncMapPermission> |
SyncMapPermissionReader.previousPage(Page<SyncMapPermission> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncMapPermission> |
SyncMapPermissionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<SyncMapItem> |
SyncMapItemReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
SyncMapPermission |
SyncMapPermissionUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
SyncMapItem |
SyncMapItemUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
StreamMessage |
StreamMessageCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
WorkspaceCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
WorkspaceDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Workspace |
WorkspaceFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Workspace> |
WorkspaceReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workspace> |
WorkspaceReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Workspace> |
WorkspaceReader.nextPage(Page<Workspace> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Workspace> |
WorkspaceReader.previousPage(Page<Workspace> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Workspace> |
WorkspaceReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Workspace |
WorkspaceUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
WorkflowCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Worker |
WorkerCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
TaskQueue |
TaskQueueCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Task |
TaskCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Activity |
ActivityCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
WorkflowDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
WorkerDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
TaskQueueDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
TaskDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
ActivityDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
WorkspaceStatistics |
WorkspaceStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkspaceRealTimeStatistics |
WorkspaceRealTimeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkspaceCumulativeStatistics |
WorkspaceCumulativeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Workflow |
WorkflowFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Worker |
WorkerFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
TaskQueue |
TaskQueueFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Task |
TaskFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
TaskChannel |
TaskChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Event |
EventFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Activity |
ActivityFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Workflow> |
WorkflowReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Worker> |
WorkerReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Task> |
TaskReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TaskQueue> |
TaskQueueReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TaskChannel> |
TaskChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
EventReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Activity> |
ActivityReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workflow> |
WorkflowReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Worker> |
WorkerReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Task> |
TaskReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<TaskQueue> |
TaskQueueReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<TaskChannel> |
TaskChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Event> |
EventReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Activity> |
ActivityReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Activity> |
ActivityReader.nextPage(Page<Activity> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Event> |
EventReader.nextPage(Page<Event> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Task> |
TaskReader.nextPage(Page<Task> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<TaskChannel> |
TaskChannelReader.nextPage(Page<TaskChannel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<TaskQueue> |
TaskQueueReader.nextPage(Page<TaskQueue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Worker> |
WorkerReader.nextPage(Page<Worker> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Workflow> |
WorkflowReader.nextPage(Page<Workflow> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Activity> |
ActivityReader.previousPage(Page<Activity> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Event> |
EventReader.previousPage(Page<Event> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Task> |
TaskReader.previousPage(Page<Task> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<TaskChannel> |
TaskChannelReader.previousPage(Page<TaskChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<TaskQueue> |
TaskQueueReader.previousPage(Page<TaskQueue> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Worker> |
WorkerReader.previousPage(Page<Worker> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Workflow> |
WorkflowReader.previousPage(Page<Workflow> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Workflow> |
WorkflowReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Worker> |
WorkerReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Task> |
TaskReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<TaskQueue> |
TaskQueueReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<TaskChannel> |
TaskChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Event> |
EventReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Activity> |
ActivityReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Workflow |
WorkflowUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Worker |
WorkerUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Task |
TaskUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
TaskQueue |
TaskQueueUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Activity |
ActivityUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Reservation |
ReservationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Reservation> |
ReservationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Reservation> |
ReservationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Reservation> |
ReservationReader.previousPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Reservation> |
ReservationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Reservation |
ReservationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
TaskQueueStatistics |
TaskQueueStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
TaskQueueRealTimeStatistics |
TaskQueueRealTimeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
TaskQueueCumulativeStatistics |
TaskQueueCumulativeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<TaskQueuesStatistics> |
TaskQueuesStatisticsReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<TaskQueuesStatistics> |
TaskQueuesStatisticsReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<TaskQueuesStatistics> |
TaskQueuesStatisticsReader.nextPage(Page<TaskQueuesStatistics> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<TaskQueuesStatistics> |
TaskQueuesStatisticsReader.previousPage(Page<TaskQueuesStatistics> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<TaskQueuesStatistics> |
TaskQueuesStatisticsReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
WorkerStatistics |
WorkerStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkersStatistics |
WorkersStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkersRealTimeStatistics |
WorkersRealTimeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkersCumulativeStatistics |
WorkersCumulativeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkerChannel |
WorkerChannelFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Reservation |
ReservationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<WorkerChannel> |
WorkerChannelReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Reservation> |
ReservationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<WorkerChannel> |
WorkerChannelReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Reservation> |
ReservationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<WorkerChannel> |
WorkerChannelReader.nextPage(Page<WorkerChannel> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Reservation> |
ReservationReader.previousPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<WorkerChannel> |
WorkerChannelReader.previousPage(Page<WorkerChannel> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<WorkerChannel> |
WorkerChannelReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Reservation> |
ReservationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
WorkerChannel |
WorkerChannelUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Reservation |
ReservationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowStatistics |
WorkflowStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkflowRealTimeStatistics |
WorkflowRealTimeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
WorkflowCumulativeStatistics |
WorkflowCumulativeStatisticsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
Trunk |
TrunkCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
TrunkDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Trunk |
TrunkFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Trunk> |
TrunkReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Trunk> |
TrunkReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Trunk> |
TrunkReader.nextPage(Page<Trunk> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Trunk> |
TrunkReader.previousPage(Page<Trunk> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Trunk> |
TrunkReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Trunk |
TrunkUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumberCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
OriginationUrl |
OriginationUrlCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
IpAccessControlList |
IpAccessControlListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
CredentialList |
CredentialListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
PhoneNumberDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
OriginationUrlDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
IpAccessControlListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
boolean |
CredentialListDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
PhoneNumber |
PhoneNumberFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
OriginationUrl |
OriginationUrlFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
IpAccessControlList |
IpAccessControlListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
CredentialList |
CredentialListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<PhoneNumber> |
PhoneNumberReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<OriginationUrl> |
OriginationUrlReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlList> |
IpAccessControlListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialList> |
CredentialListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PhoneNumber> |
PhoneNumberReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<OriginationUrl> |
OriginationUrlReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.nextPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.nextPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<OriginationUrl> |
OriginationUrlReader.nextPage(Page<OriginationUrl> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.nextPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<CredentialList> |
CredentialListReader.previousPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.previousPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<OriginationUrl> |
OriginationUrlReader.previousPage(Page<OriginationUrl> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<PhoneNumber> |
PhoneNumberReader.previousPage(Page<PhoneNumber> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<PhoneNumber> |
PhoneNumberReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<OriginationUrl> |
OriginationUrlReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<IpAccessControlList> |
IpAccessControlListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<CredentialList> |
CredentialListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
OriginationUrl |
OriginationUrlUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Room |
RoomCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
RecordingDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Room |
RoomFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Recording |
RecordingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Room> |
RoomReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Recording> |
RecordingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Room> |
RoomReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Recording> |
RecordingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Recording> |
RecordingReader.nextPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Room> |
RoomReader.nextPage(Page<Room> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Recording> |
RecordingReader.previousPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Room> |
RoomReader.previousPage(Page<Room> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Room> |
RoomReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Recording> |
RecordingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Room |
RoomUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
RoomRecording |
RoomRecordingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Participant |
ParticipantFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<RoomRecording> |
RoomRecordingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
ParticipantReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RoomRecording> |
RoomRecordingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Participant> |
ParticipantReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Participant> |
ParticipantReader.nextPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RoomRecording> |
RoomRecordingReader.nextPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Participant> |
ParticipantReader.previousPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<RoomRecording> |
RoomRecordingReader.previousPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<RoomRecording> |
RoomRecordingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Participant> |
ParticipantReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Participant |
ParticipantUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
PublishedTrack |
PublishedTrackFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<PublishedTrack> |
PublishedTrackReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<PublishedTrack> |
PublishedTrackReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<PublishedTrack> |
PublishedTrackReader.nextPage(Page<PublishedTrack> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<PublishedTrack> |
PublishedTrackReader.previousPage(Page<PublishedTrack> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<PublishedTrack> |
PublishedTrackReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
RatePlan |
RatePlanCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Command |
CommandCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
boolean |
RatePlanDeleter.delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
Sim |
SimFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
RatePlan |
RatePlanFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Command |
CommandFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Page<Sim> |
SimReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
RatePlanReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Command> |
CommandReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Sim> |
SimReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Command> |
CommandReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Command> |
CommandReader.nextPage(Page<Command> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Sim> |
SimReader.nextPage(Page<Sim> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Command> |
CommandReader.previousPage(Page<Command> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.previousPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<Sim> |
SimReader.previousPage(Page<Sim> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Sim> |
SimReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<RatePlan> |
RatePlanReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<Command> |
CommandReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Sim |
SimUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
RatePlan |
RatePlanUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UsageRecord> |
UsageRecordReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<DataSession> |
DataSessionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UsageRecord> |
UsageRecordReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.nextPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UsageRecord> |
UsageRecordReader.nextPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.previousPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Page<UsageRecord> |
UsageRecordReader.previousPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UsageRecord> |
UsageRecordReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ResourceSet<DataSession> |
DataSessionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.