Uses of Class
com.twilio.http.TwilioRestClient
-
-
Uses of TwilioRestClient in com.twilio
Methods in com.twilio that return TwilioRestClient Modifier and Type Method Description static TwilioRestClient
Twilio. getRestClient()
Returns (and initializes if not initialized) the Twilio Rest Client.Methods in com.twilio with parameters of type TwilioRestClient Modifier and Type Method Description static void
Twilio. setRestClient(TwilioRestClient restClient)
Use a custom rest client. -
Uses of TwilioRestClient in com.twilio.base
Methods in com.twilio.base with parameters of type TwilioRestClient Modifier and Type Method Description abstract T
Creator. create(TwilioRestClient client)
Execute a request using specified client.CompletableFuture<T>
Creator. createAsync(TwilioRestClient client)
Execute an async request using specified client.abstract boolean
Deleter. delete(TwilioRestClient client)
Execute a request using specified client.CompletableFuture<Boolean>
Deleter. deleteAsync(TwilioRestClient client)
Execute an async request using specified client.abstract T
Fetcher. fetch(TwilioRestClient client)
Execute a request using specified client.CompletableFuture<T>
Fetcher. fetchAsync(TwilioRestClient client)
Execute an async request using specified client.abstract Page<T>
Reader. firstPage(TwilioRestClient client)
Fetch the first page of resources using specified client.abstract Page<T>
Reader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page of resources.abstract Page<T>
Reader. nextPage(Page<T> page, TwilioRestClient client)
Fetch the following page of resources using specified client.abstract Page<T>
Reader. previousPage(Page<T> page, TwilioRestClient client)
Fetch the prior page of resources using specified client.abstract ResourceSet<T>
Reader. read(TwilioRestClient client)
Execute a request using specified client.CompletableFuture<ResourceSet<T>>
Reader. readAsync(TwilioRestClient client)
Execute an async request using specified client.abstract T
Updater. update(TwilioRestClient client)
Execute a request using specified client.CompletableFuture<T>
Updater. updateAsync(TwilioRestClient client)
Execute an async request using specified client.Constructors in com.twilio.base with parameters of type TwilioRestClient Constructor Description ResourceSet(Reader<E> reader, TwilioRestClient client, Page<E> page)
Initialize the resource set. -
Uses of TwilioRestClient in com.twilio.http
Methods in com.twilio.http that return TwilioRestClient Modifier and Type Method Description TwilioRestClient
TwilioRestClient.Builder. build()
Build new TwilioRestClient. -
Uses of TwilioRestClient in com.twilio.rest.accounts.v1
Methods in com.twilio.rest.accounts.v1 with parameters of type TwilioRestClient Modifier and Type Method Description BulkConsents
BulkConsentsCreator. create(TwilioRestClient client)
BulkContacts
BulkContactsCreator. create(TwilioRestClient client)
Safelist
SafelistCreator. create(TwilioRestClient client)
SecondaryAuthToken
SecondaryAuthTokenCreator. create(TwilioRestClient client)
boolean
SafelistDeleter. delete(TwilioRestClient client)
boolean
SecondaryAuthTokenDeleter. delete(TwilioRestClient client)
Safelist
SafelistFetcher. fetch(TwilioRestClient client)
AuthTokenPromotion
AuthTokenPromotionUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.accounts.v1.credential
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010
Methods in com.twilio.rest.api.v2010 with parameters of type TwilioRestClient Modifier and Type Method Description Account
AccountCreator. create(TwilioRestClient client)
Account
AccountFetcher. fetch(TwilioRestClient client)
Page<Account>
AccountReader. firstPage(TwilioRestClient client)
Page<Account>
AccountReader. getPage(String targetUrl, TwilioRestClient client)
Page<Account>
AccountReader. nextPage(Page<Account> page, TwilioRestClient client)
Page<Account>
AccountReader. previousPage(Page<Account> page, TwilioRestClient client)
ResourceSet<Account>
AccountReader. read(TwilioRestClient client)
Account
AccountUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.address
Methods in com.twilio.rest.api.v2010.account.address with parameters of type TwilioRestClient Modifier and Type Method Description Page<DependentPhoneNumber>
DependentPhoneNumberReader. firstPage(TwilioRestClient client)
Page<DependentPhoneNumber>
DependentPhoneNumberReader. getPage(String targetUrl, TwilioRestClient client)
Page<DependentPhoneNumber>
DependentPhoneNumberReader. nextPage(Page<DependentPhoneNumber> page, TwilioRestClient client)
Page<DependentPhoneNumber>
DependentPhoneNumberReader. previousPage(Page<DependentPhoneNumber> page, TwilioRestClient client)
ResourceSet<DependentPhoneNumber>
DependentPhoneNumberReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.availablephonenumbercountry
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.call
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.conference
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.incomingphonenumber
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.incomingphonenumber.assignedaddon
Methods in com.twilio.rest.api.v2010.account.incomingphonenumber.assignedaddon with parameters of type TwilioRestClient Modifier and Type Method Description AssignedAddOnExtension
AssignedAddOnExtensionFetcher. fetch(TwilioRestClient client)
Page<AssignedAddOnExtension>
AssignedAddOnExtensionReader. firstPage(TwilioRestClient client)
Page<AssignedAddOnExtension>
AssignedAddOnExtensionReader. getPage(String targetUrl, TwilioRestClient client)
Page<AssignedAddOnExtension>
AssignedAddOnExtensionReader. nextPage(Page<AssignedAddOnExtension> page, TwilioRestClient client)
Page<AssignedAddOnExtension>
AssignedAddOnExtensionReader. previousPage(Page<AssignedAddOnExtension> page, TwilioRestClient client)
ResourceSet<AssignedAddOnExtension>
AssignedAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.message
Methods in com.twilio.rest.api.v2010.account.message with parameters of type TwilioRestClient Modifier and Type Method Description Feedback
FeedbackCreator. create(TwilioRestClient client)
boolean
MediaDeleter. delete(TwilioRestClient client)
Media
MediaFetcher. fetch(TwilioRestClient client)
Page<Media>
MediaReader. firstPage(TwilioRestClient client)
Page<Media>
MediaReader. getPage(String targetUrl, TwilioRestClient client)
Page<Media>
MediaReader. nextPage(Page<Media> page, TwilioRestClient client)
Page<Media>
MediaReader. previousPage(Page<Media> page, TwilioRestClient client)
ResourceSet<Media>
MediaReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.queue
Methods in com.twilio.rest.api.v2010.account.queue with parameters of type TwilioRestClient Modifier and Type Method Description Member
MemberFetcher. fetch(TwilioRestClient client)
Page<Member>
MemberReader. firstPage(TwilioRestClient client)
Page<Member>
MemberReader. getPage(String targetUrl, TwilioRestClient client)
Page<Member>
MemberReader. nextPage(Page<Member> page, TwilioRestClient client)
Page<Member>
MemberReader. previousPage(Page<Member> page, TwilioRestClient client)
ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
Member
MemberUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.recording
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.recording.addonresult
Methods in com.twilio.rest.api.v2010.account.recording.addonresult with parameters of type TwilioRestClient Modifier and Type Method Description boolean
PayloadDeleter. delete(TwilioRestClient client)
Payload
PayloadFetcher. fetch(TwilioRestClient client)
Page<Payload>
PayloadReader. firstPage(TwilioRestClient client)
Page<Payload>
PayloadReader. getPage(String targetUrl, TwilioRestClient client)
Page<Payload>
PayloadReader. nextPage(Page<Payload> page, TwilioRestClient client)
Page<Payload>
PayloadReader. previousPage(Page<Payload> page, TwilioRestClient client)
ResourceSet<Payload>
PayloadReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.recording.addonresult.payload
Methods in com.twilio.rest.api.v2010.account.recording.addonresult.payload with parameters of type TwilioRestClient Modifier and Type Method Description Data
DataFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip.credentiallist
Methods in com.twilio.rest.api.v2010.account.sip.credentiallist with parameters of type TwilioRestClient Modifier and Type Method Description Credential
CredentialCreator. create(TwilioRestClient client)
boolean
CredentialDeleter. delete(TwilioRestClient client)
Credential
CredentialFetcher. fetch(TwilioRestClient client)
Page<Credential>
CredentialReader. firstPage(TwilioRestClient client)
Page<Credential>
CredentialReader. getPage(String targetUrl, TwilioRestClient client)
Page<Credential>
CredentialReader. nextPage(Page<Credential> page, TwilioRestClient client)
Page<Credential>
CredentialReader. previousPage(Page<Credential> page, TwilioRestClient client)
ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
Credential
CredentialUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip.domain
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtyperegistrations
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist
Methods in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist with parameters of type TwilioRestClient Modifier and Type Method Description IpAddress
IpAddressCreator. create(TwilioRestClient client)
boolean
IpAddressDeleter. delete(TwilioRestClient client)
IpAddress
IpAddressFetcher. fetch(TwilioRestClient client)
Page<IpAddress>
IpAddressReader. firstPage(TwilioRestClient client)
Page<IpAddress>
IpAddressReader. getPage(String targetUrl, TwilioRestClient client)
Page<IpAddress>
IpAddressReader. nextPage(Page<IpAddress> page, TwilioRestClient client)
Page<IpAddress>
IpAddressReader. previousPage(Page<IpAddress> page, TwilioRestClient client)
ResourceSet<IpAddress>
IpAddressReader. read(TwilioRestClient client)
IpAddress
IpAddressUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.usage
-
Uses of TwilioRestClient in com.twilio.rest.api.v2010.account.usage.record
-
Uses of TwilioRestClient in com.twilio.rest.assistants.v1
-
Uses of TwilioRestClient in com.twilio.rest.assistants.v1.assistant
-
Uses of TwilioRestClient in com.twilio.rest.assistants.v1.knowledge
Methods in com.twilio.rest.assistants.v1.knowledge with parameters of type TwilioRestClient Modifier and Type Method Description KnowledgeStatus
KnowledgeStatusFetcher. fetch(TwilioRestClient client)
Page<Chunk>
ChunkReader. firstPage(TwilioRestClient client)
Page<Chunk>
ChunkReader. getPage(String targetUrl, TwilioRestClient client)
Page<Chunk>
ChunkReader. nextPage(Page<Chunk> page, TwilioRestClient client)
Page<Chunk>
ChunkReader. previousPage(Page<Chunk> page, TwilioRestClient client)
ResourceSet<Chunk>
ChunkReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.assistants.v1.session
Methods in com.twilio.rest.assistants.v1.session with parameters of type TwilioRestClient Modifier and Type Method Description Page<Message>
MessageReader. firstPage(TwilioRestClient client)
Page<Message>
MessageReader. getPage(String targetUrl, TwilioRestClient client)
Page<Message>
MessageReader. nextPage(Page<Message> page, TwilioRestClient client)
Page<Message>
MessageReader. previousPage(Page<Message> page, TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.bulkexports.v1
Methods in com.twilio.rest.bulkexports.v1 with parameters of type TwilioRestClient Modifier and Type Method Description ExportConfiguration
ExportConfigurationFetcher. fetch(TwilioRestClient client)
Export
ExportFetcher. fetch(TwilioRestClient client)
ExportConfiguration
ExportConfigurationUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.bulkexports.v1.export
-
Uses of TwilioRestClient in com.twilio.rest.chat.v1
-
Uses of TwilioRestClient in com.twilio.rest.chat.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.chat.v1.service.channel
-
Uses of TwilioRestClient in com.twilio.rest.chat.v1.service.user
Methods in com.twilio.rest.chat.v1.service.user with parameters of type TwilioRestClient Modifier and Type Method Description Page<UserChannel>
UserChannelReader. firstPage(TwilioRestClient client)
Page<UserChannel>
UserChannelReader. getPage(String targetUrl, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. nextPage(Page<UserChannel> page, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. previousPage(Page<UserChannel> page, TwilioRestClient client)
ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.chat.v2
-
Uses of TwilioRestClient in com.twilio.rest.chat.v2.service
-
Uses of TwilioRestClient in com.twilio.rest.chat.v2.service.channel
-
Uses of TwilioRestClient in com.twilio.rest.chat.v2.service.user
-
Uses of TwilioRestClient in com.twilio.rest.chat.v3
Methods in com.twilio.rest.chat.v3 with parameters of type TwilioRestClient Modifier and Type Method Description Channel
ChannelUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.content.v1
-
Uses of TwilioRestClient in com.twilio.rest.content.v1.content
Methods in com.twilio.rest.content.v1.content with parameters of type TwilioRestClient Modifier and Type Method Description ApprovalCreate
ApprovalCreateCreator. create(TwilioRestClient client)
ApprovalFetch
ApprovalFetchFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.content.v2
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.configuration
Methods in com.twilio.rest.conversations.v1.configuration with parameters of type TwilioRestClient Modifier and Type Method Description Webhook
WebhookFetcher. fetch(TwilioRestClient client)
Webhook
WebhookUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.conversation
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.conversation.message
Methods in com.twilio.rest.conversations.v1.conversation.message with parameters of type TwilioRestClient Modifier and Type Method Description DeliveryReceipt
DeliveryReceiptFetcher. fetch(TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. firstPage(TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. getPage(String targetUrl, TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. nextPage(Page<DeliveryReceipt> page, TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. previousPage(Page<DeliveryReceipt> page, TwilioRestClient client)
ResourceSet<DeliveryReceipt>
DeliveryReceiptReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.service.configuration
Methods in com.twilio.rest.conversations.v1.service.configuration with parameters of type TwilioRestClient Modifier and Type Method Description Notification
NotificationFetcher. fetch(TwilioRestClient client)
Webhook
WebhookFetcher. fetch(TwilioRestClient client)
Notification
NotificationUpdater. update(TwilioRestClient client)
Webhook
WebhookUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.service.conversation
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.service.conversation.message
Methods in com.twilio.rest.conversations.v1.service.conversation.message with parameters of type TwilioRestClient Modifier and Type Method Description DeliveryReceipt
DeliveryReceiptFetcher. fetch(TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. firstPage(TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. getPage(String targetUrl, TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. nextPage(Page<DeliveryReceipt> page, TwilioRestClient client)
Page<DeliveryReceipt>
DeliveryReceiptReader. previousPage(Page<DeliveryReceipt> page, TwilioRestClient client)
ResourceSet<DeliveryReceipt>
DeliveryReceiptReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.service.user
Methods in com.twilio.rest.conversations.v1.service.user with parameters of type TwilioRestClient Modifier and Type Method Description boolean
UserConversationDeleter. delete(TwilioRestClient client)
UserConversation
UserConversationFetcher. fetch(TwilioRestClient client)
Page<UserConversation>
UserConversationReader. firstPage(TwilioRestClient client)
Page<UserConversation>
UserConversationReader. getPage(String targetUrl, TwilioRestClient client)
Page<UserConversation>
UserConversationReader. nextPage(Page<UserConversation> page, TwilioRestClient client)
Page<UserConversation>
UserConversationReader. previousPage(Page<UserConversation> page, TwilioRestClient client)
ResourceSet<UserConversation>
UserConversationReader. read(TwilioRestClient client)
UserConversation
UserConversationUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.conversations.v1.user
Methods in com.twilio.rest.conversations.v1.user with parameters of type TwilioRestClient Modifier and Type Method Description boolean
UserConversationDeleter. delete(TwilioRestClient client)
UserConversation
UserConversationFetcher. fetch(TwilioRestClient client)
Page<UserConversation>
UserConversationReader. firstPage(TwilioRestClient client)
Page<UserConversation>
UserConversationReader. getPage(String targetUrl, TwilioRestClient client)
Page<UserConversation>
UserConversationReader. nextPage(Page<UserConversation> page, TwilioRestClient client)
Page<UserConversation>
UserConversationReader. previousPage(Page<UserConversation> page, TwilioRestClient client)
ResourceSet<UserConversation>
UserConversationReader. read(TwilioRestClient client)
UserConversation
UserConversationUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.events.v1
-
Uses of TwilioRestClient in com.twilio.rest.events.v1.schema
Methods in com.twilio.rest.events.v1.schema with parameters of type TwilioRestClient Modifier and Type Method Description SchemaVersion
SchemaVersionFetcher. fetch(TwilioRestClient client)
Page<SchemaVersion>
SchemaVersionReader. firstPage(TwilioRestClient client)
Page<SchemaVersion>
SchemaVersionReader. getPage(String targetUrl, TwilioRestClient client)
Page<SchemaVersion>
SchemaVersionReader. nextPage(Page<SchemaVersion> page, TwilioRestClient client)
Page<SchemaVersion>
SchemaVersionReader. previousPage(Page<SchemaVersion> page, TwilioRestClient client)
ResourceSet<SchemaVersion>
SchemaVersionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.events.v1.sink
Methods in com.twilio.rest.events.v1.sink with parameters of type TwilioRestClient Modifier and Type Method Description SinkTest
SinkTestCreator. create(TwilioRestClient client)
SinkValidate
SinkValidateCreator. create(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.events.v1.subscription
Methods in com.twilio.rest.events.v1.subscription with parameters of type TwilioRestClient Modifier and Type Method Description SubscribedEvent
SubscribedEventCreator. create(TwilioRestClient client)
boolean
SubscribedEventDeleter. delete(TwilioRestClient client)
SubscribedEvent
SubscribedEventFetcher. fetch(TwilioRestClient client)
Page<SubscribedEvent>
SubscribedEventReader. firstPage(TwilioRestClient client)
Page<SubscribedEvent>
SubscribedEventReader. getPage(String targetUrl, TwilioRestClient client)
Page<SubscribedEvent>
SubscribedEventReader. nextPage(Page<SubscribedEvent> page, TwilioRestClient client)
Page<SubscribedEvent>
SubscribedEventReader. previousPage(Page<SubscribedEvent> page, TwilioRestClient client)
ResourceSet<SubscribedEvent>
SubscribedEventReader. read(TwilioRestClient client)
SubscribedEvent
SubscribedEventUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v1
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v1.interaction
Methods in com.twilio.rest.flexapi.v1.interaction with parameters of type TwilioRestClient Modifier and Type Method Description InteractionChannel
InteractionChannelFetcher. fetch(TwilioRestClient client)
Page<InteractionChannel>
InteractionChannelReader. firstPage(TwilioRestClient client)
Page<InteractionChannel>
InteractionChannelReader. getPage(String targetUrl, TwilioRestClient client)
Page<InteractionChannel>
InteractionChannelReader. nextPage(Page<InteractionChannel> page, TwilioRestClient client)
Page<InteractionChannel>
InteractionChannelReader. previousPage(Page<InteractionChannel> page, TwilioRestClient client)
ResourceSet<InteractionChannel>
InteractionChannelReader. read(TwilioRestClient client)
InteractionChannel
InteractionChannelUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v1.interaction.interactionchannel
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v1.plugin
Methods in com.twilio.rest.flexapi.v1.plugin with parameters of type TwilioRestClient Modifier and Type Method Description PluginVersions
PluginVersionsCreator. create(TwilioRestClient client)
PluginVersions
PluginVersionsFetcher. fetch(TwilioRestClient client)
Page<PluginVersions>
PluginVersionsReader. firstPage(TwilioRestClient client)
Page<PluginVersions>
PluginVersionsReader. getPage(String targetUrl, TwilioRestClient client)
Page<PluginVersions>
PluginVersionsReader. nextPage(Page<PluginVersions> page, TwilioRestClient client)
Page<PluginVersions>
PluginVersionsReader. previousPage(Page<PluginVersions> page, TwilioRestClient client)
ResourceSet<PluginVersions>
PluginVersionsReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v1.pluginconfiguration
Methods in com.twilio.rest.flexapi.v1.pluginconfiguration with parameters of type TwilioRestClient Modifier and Type Method Description ConfiguredPlugin
ConfiguredPluginFetcher. fetch(TwilioRestClient client)
Page<ConfiguredPlugin>
ConfiguredPluginReader. firstPage(TwilioRestClient client)
Page<ConfiguredPlugin>
ConfiguredPluginReader. getPage(String targetUrl, TwilioRestClient client)
Page<ConfiguredPlugin>
ConfiguredPluginReader. nextPage(Page<ConfiguredPlugin> page, TwilioRestClient client)
Page<ConfiguredPlugin>
ConfiguredPluginReader. previousPage(Page<ConfiguredPlugin> page, TwilioRestClient client)
ResourceSet<ConfiguredPlugin>
ConfiguredPluginReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.flexapi.v2
Methods in com.twilio.rest.flexapi.v2 with parameters of type TwilioRestClient Modifier and Type Method Description WebChannels
WebChannelsCreator. create(TwilioRestClient client)
FlexUser
FlexUserFetcher. fetch(TwilioRestClient client)
FlexUser
FlexUserUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.frontlineapi.v1
Methods in com.twilio.rest.frontlineapi.v1 with parameters of type TwilioRestClient Modifier and Type Method Description User
UserFetcher. fetch(TwilioRestClient client)
User
UserUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.iam.v1
Methods in com.twilio.rest.iam.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Key
KeyCreator. create(TwilioRestClient client)
boolean
ApiKeyDeleter. delete(TwilioRestClient client)
ApiKey
ApiKeyFetcher. fetch(TwilioRestClient client)
Page<GetApiKeys>
GetApiKeysReader. firstPage(TwilioRestClient client)
Page<GetApiKeys>
GetApiKeysReader. getPage(String targetUrl, TwilioRestClient client)
Page<GetApiKeys>
GetApiKeysReader. nextPage(Page<GetApiKeys> page, TwilioRestClient client)
Page<GetApiKeys>
GetApiKeysReader. previousPage(Page<GetApiKeys> page, TwilioRestClient client)
ResourceSet<GetApiKeys>
GetApiKeysReader. read(TwilioRestClient client)
ApiKey
ApiKeyUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.insights.v1
-
Uses of TwilioRestClient in com.twilio.rest.insights.v1.call
-
Uses of TwilioRestClient in com.twilio.rest.insights.v1.conference
Methods in com.twilio.rest.insights.v1.conference with parameters of type TwilioRestClient Modifier and Type Method Description ConferenceParticipant
ConferenceParticipantFetcher. fetch(TwilioRestClient client)
Page<ConferenceParticipant>
ConferenceParticipantReader. firstPage(TwilioRestClient client)
Page<ConferenceParticipant>
ConferenceParticipantReader. getPage(String targetUrl, TwilioRestClient client)
Page<ConferenceParticipant>
ConferenceParticipantReader. nextPage(Page<ConferenceParticipant> page, TwilioRestClient client)
Page<ConferenceParticipant>
ConferenceParticipantReader. previousPage(Page<ConferenceParticipant> page, TwilioRestClient client)
ResourceSet<ConferenceParticipant>
ConferenceParticipantReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.insights.v1.room
Methods in com.twilio.rest.insights.v1.room with parameters of type TwilioRestClient Modifier and Type Method Description Participant
ParticipantFetcher. fetch(TwilioRestClient client)
Page<Participant>
ParticipantReader. firstPage(TwilioRestClient client)
Page<Participant>
ParticipantReader. getPage(String targetUrl, TwilioRestClient client)
Page<Participant>
ParticipantReader. nextPage(Page<Participant> page, TwilioRestClient client)
Page<Participant>
ParticipantReader. previousPage(Page<Participant> page, TwilioRestClient client)
ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.intelligence.v2
-
Uses of TwilioRestClient in com.twilio.rest.intelligence.v2.transcript
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v1
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v1.service.channel
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v1.service.user
Methods in com.twilio.rest.ipmessaging.v1.service.user with parameters of type TwilioRestClient Modifier and Type Method Description Page<UserChannel>
UserChannelReader. firstPage(TwilioRestClient client)
Page<UserChannel>
UserChannelReader. getPage(String targetUrl, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. nextPage(Page<UserChannel> page, TwilioRestClient client)
Page<UserChannel>
UserChannelReader. previousPage(Page<UserChannel> page, TwilioRestClient client)
ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v2
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v2.service
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v2.service.channel
-
Uses of TwilioRestClient in com.twilio.rest.ipmessaging.v2.service.user
-
Uses of TwilioRestClient in com.twilio.rest.lookups.v1
Methods in com.twilio.rest.lookups.v1 with parameters of type TwilioRestClient Modifier and Type Method Description PhoneNumber
PhoneNumberFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.lookups.v2
Methods in com.twilio.rest.lookups.v2 with parameters of type TwilioRestClient Modifier and Type Method Description PhoneNumber
PhoneNumberFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.marketplace.v1
-
Uses of TwilioRestClient in com.twilio.rest.marketplace.v1.availableaddon
Methods in com.twilio.rest.marketplace.v1.availableaddon with parameters of type TwilioRestClient Modifier and Type Method Description AvailableAddOnExtension
AvailableAddOnExtensionFetcher. fetch(TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. firstPage(TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. getPage(String targetUrl, TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. nextPage(Page<AvailableAddOnExtension> page, TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. previousPage(Page<AvailableAddOnExtension> page, TwilioRestClient client)
ResourceSet<AvailableAddOnExtension>
AvailableAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.marketplace.v1.installedaddon
Methods in com.twilio.rest.marketplace.v1.installedaddon with parameters of type TwilioRestClient Modifier and Type Method Description InstalledAddOnUsage
InstalledAddOnUsageCreator. create(TwilioRestClient client)
InstalledAddOnExtension
InstalledAddOnExtensionFetcher. fetch(TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. firstPage(TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. getPage(String targetUrl, TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. nextPage(Page<InstalledAddOnExtension> page, TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. previousPage(Page<InstalledAddOnExtension> page, TwilioRestClient client)
ResourceSet<InstalledAddOnExtension>
InstalledAddOnExtensionReader. read(TwilioRestClient client)
InstalledAddOnExtension
InstalledAddOnExtensionUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.messaging.v1
-
Uses of TwilioRestClient in com.twilio.rest.messaging.v1.brandregistration
Methods in com.twilio.rest.messaging.v1.brandregistration with parameters of type TwilioRestClient Modifier and Type Method Description BrandRegistrationOtp
BrandRegistrationOtpCreator. create(TwilioRestClient client)
BrandVetting
BrandVettingCreator. create(TwilioRestClient client)
BrandVetting
BrandVettingFetcher. fetch(TwilioRestClient client)
Page<BrandVetting>
BrandVettingReader. firstPage(TwilioRestClient client)
Page<BrandVetting>
BrandVettingReader. getPage(String targetUrl, TwilioRestClient client)
Page<BrandVetting>
BrandVettingReader. nextPage(Page<BrandVetting> page, TwilioRestClient client)
Page<BrandVetting>
BrandVettingReader. previousPage(Page<BrandVetting> page, TwilioRestClient client)
ResourceSet<BrandVetting>
BrandVettingReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.messaging.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.microvisor.v1
-
Uses of TwilioRestClient in com.twilio.rest.microvisor.v1.app
Methods in com.twilio.rest.microvisor.v1.app with parameters of type TwilioRestClient Modifier and Type Method Description AppManifest
AppManifestFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.microvisor.v1.device
-
Uses of TwilioRestClient in com.twilio.rest.monitor.v1
Methods in com.twilio.rest.monitor.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Alert
AlertFetcher. fetch(TwilioRestClient client)
Event
EventFetcher. fetch(TwilioRestClient client)
Page<Alert>
AlertReader. firstPage(TwilioRestClient client)
Page<Event>
EventReader. firstPage(TwilioRestClient client)
Page<Alert>
AlertReader. getPage(String targetUrl, TwilioRestClient client)
Page<Event>
EventReader. getPage(String targetUrl, TwilioRestClient client)
Page<Alert>
AlertReader. nextPage(Page<Alert> page, TwilioRestClient client)
Page<Event>
EventReader. nextPage(Page<Event> page, TwilioRestClient client)
Page<Alert>
AlertReader. previousPage(Page<Alert> page, TwilioRestClient client)
Page<Event>
EventReader. previousPage(Page<Event> page, TwilioRestClient client)
ResourceSet<Alert>
AlertReader. read(TwilioRestClient client)
ResourceSet<Event>
EventReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.notify.v1
-
Uses of TwilioRestClient in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service with parameters of type TwilioRestClient Modifier and Type Method Description Binding
BindingCreator. create(TwilioRestClient client)
Notification
NotificationCreator. create(TwilioRestClient client)
boolean
BindingDeleter. delete(TwilioRestClient client)
Binding
BindingFetcher. fetch(TwilioRestClient client)
Page<Binding>
BindingReader. firstPage(TwilioRestClient client)
Page<Binding>
BindingReader. getPage(String targetUrl, TwilioRestClient client)
Page<Binding>
BindingReader. nextPage(Page<Binding> page, TwilioRestClient client)
Page<Binding>
BindingReader. previousPage(Page<Binding> page, TwilioRestClient client)
ResourceSet<Binding>
BindingReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.numbers.v1
Methods in com.twilio.rest.numbers.v1 with parameters of type TwilioRestClient Modifier and Type Method Description BulkEligibility
BulkEligibilityCreator. create(TwilioRestClient client)
Eligibility
EligibilityCreator. create(TwilioRestClient client)
PortingPortIn
PortingPortInCreator. create(TwilioRestClient client)
PortingWebhookConfiguration
PortingWebhookConfigurationCreator. create(TwilioRestClient client)
SigningRequestConfiguration
SigningRequestConfigurationCreator. create(TwilioRestClient client)
boolean
PortingPortInDeleter. delete(TwilioRestClient client)
boolean
PortingPortInPhoneNumberDeleter. delete(TwilioRestClient client)
boolean
PortingWebhookConfigurationDeleteDeleter. delete(TwilioRestClient client)
BulkEligibility
BulkEligibilityFetcher. fetch(TwilioRestClient client)
PortingPortability
PortingPortabilityFetcher. fetch(TwilioRestClient client)
PortingPortIn
PortingPortInFetcher. fetch(TwilioRestClient client)
PortingPortInPhoneNumber
PortingPortInPhoneNumberFetcher. fetch(TwilioRestClient client)
PortingWebhookConfigurationFetch
PortingWebhookConfigurationFetchFetcher. fetch(TwilioRestClient client)
Page<SigningRequestConfiguration>
SigningRequestConfigurationReader. firstPage(TwilioRestClient client)
Page<SigningRequestConfiguration>
SigningRequestConfigurationReader. getPage(String targetUrl, TwilioRestClient client)
Page<SigningRequestConfiguration>
SigningRequestConfigurationReader. nextPage(Page<SigningRequestConfiguration> page, TwilioRestClient client)
Page<SigningRequestConfiguration>
SigningRequestConfigurationReader. previousPage(Page<SigningRequestConfiguration> page, TwilioRestClient client)
ResourceSet<SigningRequestConfiguration>
SigningRequestConfigurationReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.numbers.v2
-
Uses of TwilioRestClient in com.twilio.rest.numbers.v2.authorizationdocument
Methods in com.twilio.rest.numbers.v2.authorizationdocument with parameters of type TwilioRestClient Modifier and Type Method Description Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. firstPage(TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. getPage(String targetUrl, TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. nextPage(Page<DependentHostedNumberOrder> page, TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. previousPage(Page<DependentHostedNumberOrder> page, TwilioRestClient client)
ResourceSet<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.numbers.v2.regulatorycompliance
-
Uses of TwilioRestClient in com.twilio.rest.numbers.v2.regulatorycompliance.bundle
-
Uses of TwilioRestClient in com.twilio.rest.preview.hostedNumbers
-
Uses of TwilioRestClient in com.twilio.rest.preview.hostedNumbers.authorizationdocument
Methods in com.twilio.rest.preview.hostedNumbers.authorizationdocument with parameters of type TwilioRestClient Modifier and Type Method Description Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. firstPage(TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. getPage(String targetUrl, TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. nextPage(Page<DependentHostedNumberOrder> page, TwilioRestClient client)
Page<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. previousPage(Page<DependentHostedNumberOrder> page, TwilioRestClient client)
ResourceSet<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.preview.marketplace
-
Uses of TwilioRestClient in com.twilio.rest.preview.marketplace.availableaddon
Methods in com.twilio.rest.preview.marketplace.availableaddon with parameters of type TwilioRestClient Modifier and Type Method Description AvailableAddOnExtension
AvailableAddOnExtensionFetcher. fetch(TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. firstPage(TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. getPage(String targetUrl, TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. nextPage(Page<AvailableAddOnExtension> page, TwilioRestClient client)
Page<AvailableAddOnExtension>
AvailableAddOnExtensionReader. previousPage(Page<AvailableAddOnExtension> page, TwilioRestClient client)
ResourceSet<AvailableAddOnExtension>
AvailableAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.preview.marketplace.installedaddon
Methods in com.twilio.rest.preview.marketplace.installedaddon with parameters of type TwilioRestClient Modifier and Type Method Description InstalledAddOnExtension
InstalledAddOnExtensionFetcher. fetch(TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. firstPage(TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. getPage(String targetUrl, TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. nextPage(Page<InstalledAddOnExtension> page, TwilioRestClient client)
Page<InstalledAddOnExtension>
InstalledAddOnExtensionReader. previousPage(Page<InstalledAddOnExtension> page, TwilioRestClient client)
ResourceSet<InstalledAddOnExtension>
InstalledAddOnExtensionReader. read(TwilioRestClient client)
InstalledAddOnExtension
InstalledAddOnExtensionUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.preview.sync
Methods in com.twilio.rest.preview.sync with parameters of type TwilioRestClient Modifier and Type Method Description Service
ServiceCreator. create(TwilioRestClient client)
boolean
ServiceDeleter. delete(TwilioRestClient client)
Service
ServiceFetcher. fetch(TwilioRestClient client)
Page<Service>
ServiceReader. firstPage(TwilioRestClient client)
Page<Service>
ServiceReader. getPage(String targetUrl, TwilioRestClient client)
Page<Service>
ServiceReader. nextPage(Page<Service> page, TwilioRestClient client)
Page<Service>
ServiceReader. previousPage(Page<Service> page, TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
Service
ServiceUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.preview.sync.service
-
Uses of TwilioRestClient in com.twilio.rest.preview.sync.service.document
Methods in com.twilio.rest.preview.sync.service.document with parameters of type TwilioRestClient Modifier and Type Method Description boolean
DocumentPermissionDeleter. delete(TwilioRestClient client)
DocumentPermission
DocumentPermissionFetcher. fetch(TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. firstPage(TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. getPage(String targetUrl, TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. nextPage(Page<DocumentPermission> page, TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. previousPage(Page<DocumentPermission> page, TwilioRestClient client)
ResourceSet<DocumentPermission>
DocumentPermissionReader. read(TwilioRestClient client)
DocumentPermission
DocumentPermissionUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.preview.sync.service.synclist
-
Uses of TwilioRestClient in com.twilio.rest.preview.sync.service.syncmap
-
Uses of TwilioRestClient in com.twilio.rest.preview.wireless
-
Uses of TwilioRestClient in com.twilio.rest.preview.wireless.sim
Methods in com.twilio.rest.preview.wireless.sim with parameters of type TwilioRestClient Modifier and Type Method Description Usage
UsageFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.pricing.v1.messaging
Methods in com.twilio.rest.pricing.v1.messaging with parameters of type TwilioRestClient Modifier and Type Method Description Country
CountryFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.pricing.v1.phonenumber
Methods in com.twilio.rest.pricing.v1.phonenumber with parameters of type TwilioRestClient Modifier and Type Method Description Country
CountryFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.pricing.v1.voice
Methods in com.twilio.rest.pricing.v1.voice with parameters of type TwilioRestClient Modifier and Type Method Description Country
CountryFetcher. fetch(TwilioRestClient client)
Number
NumberFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.pricing.v2
Methods in com.twilio.rest.pricing.v2 with parameters of type TwilioRestClient Modifier and Type Method Description Country
CountryFetcher. fetch(TwilioRestClient client)
Number
NumberFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.pricing.v2.voice
Methods in com.twilio.rest.pricing.v2.voice with parameters of type TwilioRestClient Modifier and Type Method Description Country
CountryFetcher. fetch(TwilioRestClient client)
Number
NumberFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.proxy.v1
Methods in com.twilio.rest.proxy.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Service
ServiceCreator. create(TwilioRestClient client)
boolean
ServiceDeleter. delete(TwilioRestClient client)
Service
ServiceFetcher. fetch(TwilioRestClient client)
Page<Service>
ServiceReader. firstPage(TwilioRestClient client)
Page<Service>
ServiceReader. getPage(String targetUrl, TwilioRestClient client)
Page<Service>
ServiceReader. nextPage(Page<Service> page, TwilioRestClient client)
Page<Service>
ServiceReader. previousPage(Page<Service> page, TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
Service
ServiceUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.proxy.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.proxy.v1.service.session
-
Uses of TwilioRestClient in com.twilio.rest.proxy.v1.service.session.participant
Methods in com.twilio.rest.proxy.v1.service.session.participant with parameters of type TwilioRestClient Modifier and Type Method Description MessageInteraction
MessageInteractionCreator. create(TwilioRestClient client)
MessageInteraction
MessageInteractionFetcher. fetch(TwilioRestClient client)
Page<MessageInteraction>
MessageInteractionReader. firstPage(TwilioRestClient client)
Page<MessageInteraction>
MessageInteractionReader. getPage(String targetUrl, TwilioRestClient client)
Page<MessageInteraction>
MessageInteractionReader. nextPage(Page<MessageInteraction> page, TwilioRestClient client)
Page<MessageInteraction>
MessageInteractionReader. previousPage(Page<MessageInteraction> page, TwilioRestClient client)
ResourceSet<MessageInteraction>
MessageInteractionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.routes.v2
Methods in com.twilio.rest.routes.v2 with parameters of type TwilioRestClient Modifier and Type Method Description PhoneNumber
PhoneNumberFetcher. fetch(TwilioRestClient client)
SipDomain
SipDomainFetcher. fetch(TwilioRestClient client)
Trunk
TrunkFetcher. fetch(TwilioRestClient client)
PhoneNumber
PhoneNumberUpdater. update(TwilioRestClient client)
SipDomain
SipDomainUpdater. update(TwilioRestClient client)
Trunk
TrunkUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1
Methods in com.twilio.rest.serverless.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Service
ServiceCreator. create(TwilioRestClient client)
boolean
ServiceDeleter. delete(TwilioRestClient client)
Service
ServiceFetcher. fetch(TwilioRestClient client)
Page<Service>
ServiceReader. firstPage(TwilioRestClient client)
Page<Service>
ServiceReader. getPage(String targetUrl, TwilioRestClient client)
Page<Service>
ServiceReader. nextPage(Page<Service> page, TwilioRestClient client)
Page<Service>
ServiceReader. previousPage(Page<Service> page, TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
Service
ServiceUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service.asset
Methods in com.twilio.rest.serverless.v1.service.asset with parameters of type TwilioRestClient Modifier and Type Method Description AssetVersion
AssetVersionFetcher. fetch(TwilioRestClient client)
Page<AssetVersion>
AssetVersionReader. firstPage(TwilioRestClient client)
Page<AssetVersion>
AssetVersionReader. getPage(String targetUrl, TwilioRestClient client)
Page<AssetVersion>
AssetVersionReader. nextPage(Page<AssetVersion> page, TwilioRestClient client)
Page<AssetVersion>
AssetVersionReader. previousPage(Page<AssetVersion> page, TwilioRestClient client)
ResourceSet<AssetVersion>
AssetVersionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service.build
Methods in com.twilio.rest.serverless.v1.service.build with parameters of type TwilioRestClient Modifier and Type Method Description BuildStatus
BuildStatusFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service.environment
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service.function
Methods in com.twilio.rest.serverless.v1.service.function with parameters of type TwilioRestClient Modifier and Type Method Description FunctionVersion
FunctionVersionFetcher. fetch(TwilioRestClient client)
Page<FunctionVersion>
FunctionVersionReader. firstPage(TwilioRestClient client)
Page<FunctionVersion>
FunctionVersionReader. getPage(String targetUrl, TwilioRestClient client)
Page<FunctionVersion>
FunctionVersionReader. nextPage(Page<FunctionVersion> page, TwilioRestClient client)
Page<FunctionVersion>
FunctionVersionReader. previousPage(Page<FunctionVersion> page, TwilioRestClient client)
ResourceSet<FunctionVersion>
FunctionVersionReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.serverless.v1.service.function.functionversion
Methods in com.twilio.rest.serverless.v1.service.function.functionversion with parameters of type TwilioRestClient Modifier and Type Method Description FunctionVersionContent
FunctionVersionContentFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1
Methods in com.twilio.rest.studio.v1 with parameters of type TwilioRestClient Modifier and Type Method Description boolean
FlowDeleter. delete(TwilioRestClient client)
Flow
FlowFetcher. fetch(TwilioRestClient client)
Page<Flow>
FlowReader. firstPage(TwilioRestClient client)
Page<Flow>
FlowReader. getPage(String targetUrl, TwilioRestClient client)
Page<Flow>
FlowReader. nextPage(Page<Flow> page, TwilioRestClient client)
Page<Flow>
FlowReader. previousPage(Page<Flow> page, TwilioRestClient client)
ResourceSet<Flow>
FlowReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1.flow
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1.flow.engagement
Methods in com.twilio.rest.studio.v1.flow.engagement with parameters of type TwilioRestClient Modifier and Type Method Description EngagementContext
EngagementContextFetcher. fetch(TwilioRestClient client)
Step
StepFetcher. fetch(TwilioRestClient client)
Page<Step>
StepReader. firstPage(TwilioRestClient client)
Page<Step>
StepReader. getPage(String targetUrl, TwilioRestClient client)
Page<Step>
StepReader. nextPage(Page<Step> page, TwilioRestClient client)
Page<Step>
StepReader. previousPage(Page<Step> page, TwilioRestClient client)
ResourceSet<Step>
StepReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1.flow.engagement.step
Methods in com.twilio.rest.studio.v1.flow.engagement.step with parameters of type TwilioRestClient Modifier and Type Method Description StepContext
StepContextFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1.flow.execution
Methods in com.twilio.rest.studio.v1.flow.execution with parameters of type TwilioRestClient Modifier and Type Method Description ExecutionContext
ExecutionContextFetcher. fetch(TwilioRestClient client)
ExecutionStep
ExecutionStepFetcher. fetch(TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. firstPage(TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. getPage(String targetUrl, TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. nextPage(Page<ExecutionStep> page, TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. previousPage(Page<ExecutionStep> page, TwilioRestClient client)
ResourceSet<ExecutionStep>
ExecutionStepReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v1.flow.execution.executionstep
Methods in com.twilio.rest.studio.v1.flow.execution.executionstep with parameters of type TwilioRestClient Modifier and Type Method Description ExecutionStepContext
ExecutionStepContextFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v2
Methods in com.twilio.rest.studio.v2 with parameters of type TwilioRestClient Modifier and Type Method Description Flow
FlowCreator. create(TwilioRestClient client)
boolean
FlowDeleter. delete(TwilioRestClient client)
Flow
FlowFetcher. fetch(TwilioRestClient client)
Page<Flow>
FlowReader. firstPage(TwilioRestClient client)
Page<Flow>
FlowReader. getPage(String targetUrl, TwilioRestClient client)
Page<Flow>
FlowReader. nextPage(Page<Flow> page, TwilioRestClient client)
Page<Flow>
FlowReader. previousPage(Page<Flow> page, TwilioRestClient client)
ResourceSet<Flow>
FlowReader. read(TwilioRestClient client)
Flow
FlowUpdater. update(TwilioRestClient client)
FlowValidate
FlowValidateUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v2.flow
-
Uses of TwilioRestClient in com.twilio.rest.studio.v2.flow.execution
Methods in com.twilio.rest.studio.v2.flow.execution with parameters of type TwilioRestClient Modifier and Type Method Description ExecutionContext
ExecutionContextFetcher. fetch(TwilioRestClient client)
ExecutionStep
ExecutionStepFetcher. fetch(TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. firstPage(TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. getPage(String targetUrl, TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. nextPage(Page<ExecutionStep> page, TwilioRestClient client)
Page<ExecutionStep>
ExecutionStepReader. previousPage(Page<ExecutionStep> page, TwilioRestClient client)
ResourceSet<ExecutionStep>
ExecutionStepReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.studio.v2.flow.execution.executionstep
Methods in com.twilio.rest.studio.v2.flow.execution.executionstep with parameters of type TwilioRestClient Modifier and Type Method Description ExecutionStepContext
ExecutionStepContextFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.supersim.v1
-
Uses of TwilioRestClient in com.twilio.rest.supersim.v1.networkaccessprofile
-
Uses of TwilioRestClient in com.twilio.rest.supersim.v1.sim
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1
Methods in com.twilio.rest.sync.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Service
ServiceCreator. create(TwilioRestClient client)
boolean
ServiceDeleter. delete(TwilioRestClient client)
Service
ServiceFetcher. fetch(TwilioRestClient client)
Page<Service>
ServiceReader. firstPage(TwilioRestClient client)
Page<Service>
ServiceReader. getPage(String targetUrl, TwilioRestClient client)
Page<Service>
ServiceReader. nextPage(Page<Service> page, TwilioRestClient client)
Page<Service>
ServiceReader. previousPage(Page<Service> page, TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
Service
ServiceUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1.service
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1.service.document
Methods in com.twilio.rest.sync.v1.service.document with parameters of type TwilioRestClient Modifier and Type Method Description boolean
DocumentPermissionDeleter. delete(TwilioRestClient client)
DocumentPermission
DocumentPermissionFetcher. fetch(TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. firstPage(TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. getPage(String targetUrl, TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. nextPage(Page<DocumentPermission> page, TwilioRestClient client)
Page<DocumentPermission>
DocumentPermissionReader. previousPage(Page<DocumentPermission> page, TwilioRestClient client)
ResourceSet<DocumentPermission>
DocumentPermissionReader. read(TwilioRestClient client)
DocumentPermission
DocumentPermissionUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1.service.synclist
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1.service.syncmap
-
Uses of TwilioRestClient in com.twilio.rest.sync.v1.service.syncstream
Methods in com.twilio.rest.sync.v1.service.syncstream with parameters of type TwilioRestClient Modifier and Type Method Description StreamMessage
StreamMessageCreator. create(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1
Methods in com.twilio.rest.taskrouter.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Workspace
WorkspaceCreator. create(TwilioRestClient client)
boolean
WorkspaceDeleter. delete(TwilioRestClient client)
Workspace
WorkspaceFetcher. fetch(TwilioRestClient client)
Page<Workspace>
WorkspaceReader. firstPage(TwilioRestClient client)
Page<Workspace>
WorkspaceReader. getPage(String targetUrl, TwilioRestClient client)
Page<Workspace>
WorkspaceReader. nextPage(Page<Workspace> page, TwilioRestClient client)
Page<Workspace>
WorkspaceReader. previousPage(Page<Workspace> page, TwilioRestClient client)
ResourceSet<Workspace>
WorkspaceReader. read(TwilioRestClient client)
Workspace
WorkspaceUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1.workspace
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1.workspace.task
Methods in com.twilio.rest.taskrouter.v1.workspace.task with parameters of type TwilioRestClient Modifier and Type Method Description Reservation
ReservationFetcher. fetch(TwilioRestClient client)
Page<Reservation>
ReservationReader. firstPage(TwilioRestClient client)
Page<Reservation>
ReservationReader. getPage(String targetUrl, TwilioRestClient client)
Page<Reservation>
ReservationReader. nextPage(Page<Reservation> page, TwilioRestClient client)
Page<Reservation>
ReservationReader. previousPage(Page<Reservation> page, TwilioRestClient client)
ResourceSet<Reservation>
ReservationReader. read(TwilioRestClient client)
Reservation
ReservationUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1.workspace.taskqueue
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1.workspace.worker
-
Uses of TwilioRestClient in com.twilio.rest.taskrouter.v1.workspace.workflow
Methods in com.twilio.rest.taskrouter.v1.workspace.workflow with parameters of type TwilioRestClient Modifier and Type Method Description WorkflowCumulativeStatistics
WorkflowCumulativeStatisticsFetcher. fetch(TwilioRestClient client)
WorkflowRealTimeStatistics
WorkflowRealTimeStatisticsFetcher. fetch(TwilioRestClient client)
WorkflowStatistics
WorkflowStatisticsFetcher. fetch(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.trunking.v1
Methods in com.twilio.rest.trunking.v1 with parameters of type TwilioRestClient Modifier and Type Method Description Trunk
TrunkCreator. create(TwilioRestClient client)
boolean
TrunkDeleter. delete(TwilioRestClient client)
Trunk
TrunkFetcher. fetch(TwilioRestClient client)
Page<Trunk>
TrunkReader. firstPage(TwilioRestClient client)
Page<Trunk>
TrunkReader. getPage(String targetUrl, TwilioRestClient client)
Page<Trunk>
TrunkReader. nextPage(Page<Trunk> page, TwilioRestClient client)
Page<Trunk>
TrunkReader. previousPage(Page<Trunk> page, TwilioRestClient client)
ResourceSet<Trunk>
TrunkReader. read(TwilioRestClient client)
Trunk
TrunkUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.trunking.v1.trunk
-
Uses of TwilioRestClient in com.twilio.rest.trusthub.v1
-
Uses of TwilioRestClient in com.twilio.rest.trusthub.v1.customerprofiles
-
Uses of TwilioRestClient in com.twilio.rest.trusthub.v1.trustproducts
-
Uses of TwilioRestClient in com.twilio.rest.verify.v2
-
Uses of TwilioRestClient in com.twilio.rest.verify.v2.service
-
Uses of TwilioRestClient in com.twilio.rest.verify.v2.service.entity
-
Uses of TwilioRestClient in com.twilio.rest.verify.v2.service.entity.challenge
Methods in com.twilio.rest.verify.v2.service.entity.challenge with parameters of type TwilioRestClient Modifier and Type Method Description Notification
NotificationCreator. create(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.verify.v2.service.ratelimit
Methods in com.twilio.rest.verify.v2.service.ratelimit with parameters of type TwilioRestClient Modifier and Type Method Description Bucket
BucketCreator. create(TwilioRestClient client)
boolean
BucketDeleter. delete(TwilioRestClient client)
Bucket
BucketFetcher. fetch(TwilioRestClient client)
Page<Bucket>
BucketReader. firstPage(TwilioRestClient client)
Page<Bucket>
BucketReader. getPage(String targetUrl, TwilioRestClient client)
Page<Bucket>
BucketReader. nextPage(Page<Bucket> page, TwilioRestClient client)
Page<Bucket>
BucketReader. previousPage(Page<Bucket> page, TwilioRestClient client)
ResourceSet<Bucket>
BucketReader. read(TwilioRestClient client)
Bucket
BucketUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.video.v1
-
Uses of TwilioRestClient in com.twilio.rest.video.v1.room
-
Uses of TwilioRestClient in com.twilio.rest.video.v1.room.participant
-
Uses of TwilioRestClient in com.twilio.rest.voice.v1
-
Uses of TwilioRestClient in com.twilio.rest.voice.v1.connectionpolicy
-
Uses of TwilioRestClient in com.twilio.rest.voice.v1.dialingpermissions
Methods in com.twilio.rest.voice.v1.dialingpermissions with parameters of type TwilioRestClient Modifier and Type Method Description BulkCountryUpdate
BulkCountryUpdateCreator. create(TwilioRestClient client)
Country
CountryFetcher. fetch(TwilioRestClient client)
Settings
SettingsFetcher. fetch(TwilioRestClient client)
Page<Country>
CountryReader. firstPage(TwilioRestClient client)
Page<Country>
CountryReader. getPage(String targetUrl, TwilioRestClient client)
Page<Country>
CountryReader. nextPage(Page<Country> page, TwilioRestClient client)
Page<Country>
CountryReader. previousPage(Page<Country> page, TwilioRestClient client)
ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
Settings
SettingsUpdater. update(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.voice.v1.dialingpermissions.country
Methods in com.twilio.rest.voice.v1.dialingpermissions.country with parameters of type TwilioRestClient Modifier and Type Method Description Page<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. firstPage(TwilioRestClient client)
Page<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. getPage(String targetUrl, TwilioRestClient client)
Page<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. nextPage(Page<HighriskSpecialPrefix> page, TwilioRestClient client)
Page<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. previousPage(Page<HighriskSpecialPrefix> page, TwilioRestClient client)
ResourceSet<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. read(TwilioRestClient client)
-
Uses of TwilioRestClient in com.twilio.rest.wireless.v1
-
Uses of TwilioRestClient in com.twilio.rest.wireless.v1.sim
Methods in com.twilio.rest.wireless.v1.sim with parameters of type TwilioRestClient Modifier and Type Method Description Page<DataSession>
DataSessionReader. firstPage(TwilioRestClient client)
Page<UsageRecord>
UsageRecordReader. firstPage(TwilioRestClient client)
Page<DataSession>
DataSessionReader. getPage(String targetUrl, TwilioRestClient client)
Page<UsageRecord>
UsageRecordReader. getPage(String targetUrl, TwilioRestClient client)
Page<DataSession>
DataSessionReader. nextPage(Page<DataSession> page, TwilioRestClient client)
Page<UsageRecord>
UsageRecordReader. nextPage(Page<UsageRecord> page, TwilioRestClient client)
Page<DataSession>
DataSessionReader. previousPage(Page<DataSession> page, TwilioRestClient client)
Page<UsageRecord>
UsageRecordReader. previousPage(Page<UsageRecord> page, TwilioRestClient client)
ResourceSet<DataSession>
DataSessionReader. read(TwilioRestClient client)
ResourceSet<UsageRecord>
UsageRecordReader. read(TwilioRestClient client)
-