| Modifier and Type | Method and Description |
|---|---|
Page<T> |
Reader.firstPage()
Fetch the first page of resources.
|
abstract Page<T> |
Reader.firstPage(TwilioRestClient client)
Fetch the first page of resources using specified client.
|
static <T> Page<T> |
Page.fromJson(String recordKey,
String json,
Class<T> recordType,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Create a new page of data from a json blob.
|
Page<T> |
Reader.getPage(String targetUrl)
Retrieve the target page of resources.
|
abstract Page<T> |
Reader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page of resources.
|
Page<T> |
Reader.nextPage(Page<T> page)
Fetch the following page of resources.
|
abstract Page<T> |
Reader.nextPage(Page<T> page,
TwilioRestClient client)
Fetch the following page of resources using specified client.
|
Page<T> |
Reader.previousPage(Page<T> page)
Fetch the prior page of resources.
|
abstract Page<T> |
Reader.previousPage(Page<T> page,
TwilioRestClient client)
Fetch the prior page of resources using specified client.
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
Reader.nextPage(Page<T> page)
Fetch the following page of resources.
|
abstract Page<T> |
Reader.nextPage(Page<T> page,
TwilioRestClient client)
Fetch the following page of resources using specified client.
|
Page<T> |
Reader.previousPage(Page<T> page)
Fetch the prior page of resources.
|
abstract Page<T> |
Reader.previousPage(Page<T> page,
TwilioRestClient client)
Fetch the prior page of resources 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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UserBinding> |
UserBindingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UserBinding> |
UserBindingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<UserBinding> |
UserBindingReader.nextPage(Page<UserBinding> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UserBinding> |
UserBindingReader.previousPage(Page<UserBinding> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UserBinding> |
UserBindingReader.nextPage(Page<UserBinding> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UserBinding> |
UserBindingReader.previousPage(Page<UserBinding> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.