Uses of Class
com.twilio.base.ResourceSet
-
-
Uses of ResourceSet in com.twilio.base
Methods in com.twilio.base that return ResourceSet Modifier and Type Method Description ResourceSet<T>
Reader. read()
Execute a request using default client.abstract ResourceSet<T>
Reader. read(TwilioRestClient client)
Execute a request using specified client.ResourceSet
ResourceSet. setAutoPaging(boolean autoPaging)
ResourceSet<E>
ResourceSet. setLimit(long limit)
ResourceSet<E>
ResourceSet. setPageSize(int pageSize)
Methods in com.twilio.base that return types with arguments of type ResourceSet Modifier and Type Method Description CompletableFuture<ResourceSet<T>>
Reader. readAsync()
Execute an async request using default client.CompletableFuture<ResourceSet<T>>
Reader. readAsync(TwilioRestClient client)
Execute an async request using specified client. -
Uses of ResourceSet in com.twilio.rest.accounts.v1.credential
Methods in com.twilio.rest.accounts.v1.credential that return ResourceSet Modifier and Type Method Description ResourceSet<Aws>
AwsReader. read(TwilioRestClient client)
ResourceSet<PublicKey>
PublicKeyReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010
Methods in com.twilio.rest.api.v2010 that return ResourceSet Modifier and Type Method Description ResourceSet<Account>
AccountReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.address
Methods in com.twilio.rest.api.v2010.account.address that return ResourceSet Modifier and Type Method Description ResourceSet<DependentPhoneNumber>
DependentPhoneNumberReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.availablephonenumbercountry
Methods in com.twilio.rest.api.v2010.account.availablephonenumbercountry that return ResourceSet Modifier and Type Method Description ResourceSet<Local>
LocalReader. read(TwilioRestClient client)
ResourceSet<MachineToMachine>
MachineToMachineReader. read(TwilioRestClient client)
ResourceSet<Mobile>
MobileReader. read(TwilioRestClient client)
ResourceSet<National>
NationalReader. read(TwilioRestClient client)
ResourceSet<SharedCost>
SharedCostReader. read(TwilioRestClient client)
ResourceSet<TollFree>
TollFreeReader. read(TwilioRestClient client)
ResourceSet<Voip>
VoipReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return ResourceSet Modifier and Type Method Description ResourceSet<Event>
EventReader. read(TwilioRestClient client)
ResourceSet<Notification>
NotificationReader. read(TwilioRestClient client)
ResourceSet<Recording>
RecordingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.conference
Methods in com.twilio.rest.api.v2010.account.conference that return ResourceSet Modifier and Type Method Description ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
ResourceSet<Recording>
RecordingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.incomingphonenumber
Methods in com.twilio.rest.api.v2010.account.incomingphonenumber that return ResourceSet Modifier and Type Method Description ResourceSet<AssignedAddOn>
AssignedAddOnReader. read(TwilioRestClient client)
ResourceSet<Local>
LocalReader. read(TwilioRestClient client)
ResourceSet<Mobile>
MobileReader. read(TwilioRestClient client)
ResourceSet<TollFree>
TollFreeReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.incomingphonenumber.assignedaddon
Methods in com.twilio.rest.api.v2010.account.incomingphonenumber.assignedaddon that return ResourceSet Modifier and Type Method Description ResourceSet<AssignedAddOnExtension>
AssignedAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.message
Methods in com.twilio.rest.api.v2010.account.message that return ResourceSet Modifier and Type Method Description ResourceSet<Media>
MediaReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.queue
Methods in com.twilio.rest.api.v2010.account.queue that return ResourceSet Modifier and Type Method Description ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.recording
Methods in com.twilio.rest.api.v2010.account.recording that return ResourceSet Modifier and Type Method Description ResourceSet<AddOnResult>
AddOnResultReader. read(TwilioRestClient client)
ResourceSet<Transcription>
TranscriptionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.recording.addonresult
Methods in com.twilio.rest.api.v2010.account.recording.addonresult that return ResourceSet Modifier and Type Method Description ResourceSet<Payload>
PayloadReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip
Methods in com.twilio.rest.api.v2010.account.sip that return ResourceSet Modifier and Type Method Description ResourceSet<CredentialList>
CredentialListReader. read(TwilioRestClient client)
ResourceSet<Domain>
DomainReader. read(TwilioRestClient client)
ResourceSet<IpAccessControlList>
IpAccessControlListReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip.credentiallist
Methods in com.twilio.rest.api.v2010.account.sip.credentiallist that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip.domain
Methods in com.twilio.rest.api.v2010.account.sip.domain that return ResourceSet Modifier and Type Method Description ResourceSet<CredentialListMapping>
CredentialListMappingReader. read(TwilioRestClient client)
ResourceSet<IpAccessControlListMapping>
IpAccessControlListMappingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls
Methods in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtypecalls that return ResourceSet Modifier and Type Method Description ResourceSet<AuthCallsCredentialListMapping>
AuthCallsCredentialListMappingReader. read(TwilioRestClient client)
ResourceSet<AuthCallsIpAccessControlListMapping>
AuthCallsIpAccessControlListMappingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtyperegistrations
Methods in com.twilio.rest.api.v2010.account.sip.domain.authtypes.authtyperegistrations that return ResourceSet Modifier and Type Method Description ResourceSet<AuthRegistrationsCredentialListMapping>
AuthRegistrationsCredentialListMappingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist
Methods in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist that return ResourceSet Modifier and Type Method Description ResourceSet<IpAddress>
IpAddressReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.usage
Methods in com.twilio.rest.api.v2010.account.usage that return ResourceSet Modifier and Type Method Description ResourceSet<Record>
RecordReader. read(TwilioRestClient client)
ResourceSet<Trigger>
TriggerReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.api.v2010.account.usage.record
Methods in com.twilio.rest.api.v2010.account.usage.record that return ResourceSet Modifier and Type Method Description ResourceSet<AllTime>
AllTimeReader. read(TwilioRestClient client)
ResourceSet<Daily>
DailyReader. read(TwilioRestClient client)
ResourceSet<LastMonth>
LastMonthReader. read(TwilioRestClient client)
ResourceSet<Monthly>
MonthlyReader. read(TwilioRestClient client)
ResourceSet<ThisMonth>
ThisMonthReader. read(TwilioRestClient client)
ResourceSet<Today>
TodayReader. read(TwilioRestClient client)
ResourceSet<Yearly>
YearlyReader. read(TwilioRestClient client)
ResourceSet<Yesterday>
YesterdayReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.autopilot.v1
Methods in com.twilio.rest.autopilot.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Assistant>
AssistantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.autopilot.v1.assistant
Methods in com.twilio.rest.autopilot.v1.assistant that return ResourceSet Modifier and Type Method Description ResourceSet<FieldType>
FieldTypeReader. read(TwilioRestClient client)
ResourceSet<ModelBuild>
ModelBuildReader. read(TwilioRestClient client)
ResourceSet<Query>
QueryReader. read(TwilioRestClient client)
ResourceSet<Task>
TaskReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.autopilot.v1.assistant.fieldtype
Methods in com.twilio.rest.autopilot.v1.assistant.fieldtype that return ResourceSet Modifier and Type Method Description ResourceSet<FieldValue>
FieldValueReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.autopilot.v1.assistant.task
Methods in com.twilio.rest.autopilot.v1.assistant.task that return ResourceSet Modifier and Type Method Description ResourceSet<Field>
FieldReader. read(TwilioRestClient client)
ResourceSet<Sample>
SampleReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.bulkexports.v1.export
Methods in com.twilio.rest.bulkexports.v1.export that return ResourceSet Modifier and Type Method Description ResourceSet<Day>
DayReader. read(TwilioRestClient client)
ResourceSet<ExportCustomJob>
ExportCustomJobReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v1
Methods in com.twilio.rest.chat.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v1.service
Methods in com.twilio.rest.chat.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v1.service.channel
Methods in com.twilio.rest.chat.v1.service.channel that return ResourceSet Modifier and Type Method Description ResourceSet<Invite>
InviteReader. read(TwilioRestClient client)
ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v1.service.user
Methods in com.twilio.rest.chat.v1.service.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v2
Methods in com.twilio.rest.chat.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v2.service
Methods in com.twilio.rest.chat.v2.service that return ResourceSet Modifier and Type Method Description ResourceSet<Binding>
BindingReader. read(TwilioRestClient client)
ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v2.service.channel
Methods in com.twilio.rest.chat.v2.service.channel that return ResourceSet Modifier and Type Method Description ResourceSet<Invite>
InviteReader. read(TwilioRestClient client)
ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.chat.v2.service.user
Methods in com.twilio.rest.chat.v2.service.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserBinding>
UserBindingReader. read(TwilioRestClient client)
ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.content.v1
Methods in com.twilio.rest.content.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<ContentAndApprovals>
ContentAndApprovalsReader. read(TwilioRestClient client)
ResourceSet<Content>
ContentReader. read(TwilioRestClient client)
ResourceSet<LegacyContent>
LegacyContentReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<AddressConfiguration>
AddressConfigurationReader. read(TwilioRestClient client)
ResourceSet<Conversation>
ConversationReader. read(TwilioRestClient client)
ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<ParticipantConversation>
ParticipantConversationReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.conversation
Methods in com.twilio.rest.conversations.v1.conversation that return ResourceSet Modifier and Type Method Description ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.conversation.message
Methods in com.twilio.rest.conversations.v1.conversation.message that return ResourceSet Modifier and Type Method Description ResourceSet<DeliveryReceipt>
DeliveryReceiptReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.service
Methods in com.twilio.rest.conversations.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Binding>
BindingReader. read(TwilioRestClient client)
ResourceSet<Conversation>
ConversationReader. read(TwilioRestClient client)
ResourceSet<ParticipantConversation>
ParticipantConversationReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.service.conversation
Methods in com.twilio.rest.conversations.v1.service.conversation that return ResourceSet Modifier and Type Method Description ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.service.conversation.message
Methods in com.twilio.rest.conversations.v1.service.conversation.message that return ResourceSet Modifier and Type Method Description ResourceSet<DeliveryReceipt>
DeliveryReceiptReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.service.user
Methods in com.twilio.rest.conversations.v1.service.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserConversation>
UserConversationReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.conversations.v1.user
Methods in com.twilio.rest.conversations.v1.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserConversation>
UserConversationReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.events.v1
Methods in com.twilio.rest.events.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<EventType>
EventTypeReader. read(TwilioRestClient client)
ResourceSet<Sink>
SinkReader. read(TwilioRestClient client)
ResourceSet<Subscription>
SubscriptionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.events.v1.schema
Methods in com.twilio.rest.events.v1.schema that return ResourceSet Modifier and Type Method Description ResourceSet<SchemaVersion>
SchemaVersionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.events.v1.subscription
Methods in com.twilio.rest.events.v1.subscription that return ResourceSet Modifier and Type Method Description ResourceSet<SubscribedEvent>
SubscribedEventReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Assessments>
AssessmentsReader. read(TwilioRestClient client)
ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
ResourceSet<FlexFlow>
FlexFlowReader. read(TwilioRestClient client)
ResourceSet<InsightsAssessmentsComment>
InsightsAssessmentsCommentReader. read(TwilioRestClient client)
ResourceSet<InsightsConversations>
InsightsConversationsReader. read(TwilioRestClient client)
ResourceSet<InsightsQuestionnairesCategory>
InsightsQuestionnairesCategoryReader. read(TwilioRestClient client)
ResourceSet<InsightsQuestionnairesQuestion>
InsightsQuestionnairesQuestionReader. read(TwilioRestClient client)
ResourceSet<InsightsQuestionnaires>
InsightsQuestionnairesReader. read(TwilioRestClient client)
ResourceSet<InsightsSegments>
InsightsSegmentsReader. read(TwilioRestClient client)
ResourceSet<WebChannel>
WebChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.flexapi.v1.interaction
Methods in com.twilio.rest.flexapi.v1.interaction that return ResourceSet Modifier and Type Method Description ResourceSet<InteractionChannel>
InteractionChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.flexapi.v1.interaction.interactionchannel
Methods in com.twilio.rest.flexapi.v1.interaction.interactionchannel that return ResourceSet Modifier and Type Method Description ResourceSet<InteractionChannelInvite>
InteractionChannelInviteReader. read(TwilioRestClient client)
ResourceSet<InteractionChannelParticipant>
InteractionChannelParticipantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.insights.v1
Methods in com.twilio.rest.insights.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<CallSummaries>
CallSummariesReader. read(TwilioRestClient client)
ResourceSet<Conference>
ConferenceReader. read(TwilioRestClient client)
ResourceSet<Room>
RoomReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.insights.v1.call
Methods in com.twilio.rest.insights.v1.call that return ResourceSet Modifier and Type Method Description ResourceSet<Event>
EventReader. read(TwilioRestClient client)
ResourceSet<Metric>
MetricReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.insights.v1.conference
Methods in com.twilio.rest.insights.v1.conference that return ResourceSet Modifier and Type Method Description ResourceSet<ConferenceParticipant>
ConferenceParticipantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.insights.v1.room
Methods in com.twilio.rest.insights.v1.room that return ResourceSet Modifier and Type Method Description ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.intelligence.v2
Methods in com.twilio.rest.intelligence.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
ResourceSet<Transcript>
TranscriptReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.intelligence.v2.transcript
Methods in com.twilio.rest.intelligence.v2.transcript that return ResourceSet Modifier and Type Method Description ResourceSet<OperatorResult>
OperatorResultReader. read(TwilioRestClient client)
ResourceSet<Sentence>
SentenceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v1
Methods in com.twilio.rest.ipmessaging.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v1.service
Methods in com.twilio.rest.ipmessaging.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v1.service.channel
Methods in com.twilio.rest.ipmessaging.v1.service.channel that return ResourceSet Modifier and Type Method Description ResourceSet<Invite>
InviteReader. read(TwilioRestClient client)
ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v1.service.user
Methods in com.twilio.rest.ipmessaging.v1.service.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v2
Methods in com.twilio.rest.ipmessaging.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service that return ResourceSet Modifier and Type Method Description ResourceSet<Binding>
BindingReader. read(TwilioRestClient client)
ResourceSet<Channel>
ChannelReader. read(TwilioRestClient client)
ResourceSet<Role>
RoleReader. read(TwilioRestClient client)
ResourceSet<User>
UserReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return ResourceSet Modifier and Type Method Description ResourceSet<Invite>
InviteReader. read(TwilioRestClient client)
ResourceSet<Member>
MemberReader. read(TwilioRestClient client)
ResourceSet<Message>
MessageReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.ipmessaging.v2.service.user
Methods in com.twilio.rest.ipmessaging.v2.service.user that return ResourceSet Modifier and Type Method Description ResourceSet<UserBinding>
UserBindingReader. read(TwilioRestClient client)
ResourceSet<UserChannel>
UserChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.media.v1
Methods in com.twilio.rest.media.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<MediaProcessor>
MediaProcessorReader. read(TwilioRestClient client)
ResourceSet<MediaRecording>
MediaRecordingReader. read(TwilioRestClient client)
ResourceSet<PlayerStreamer>
PlayerStreamerReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.messaging.v1
Methods in com.twilio.rest.messaging.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<BrandRegistration>
BrandRegistrationReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
ResourceSet<TollfreeVerification>
TollfreeVerificationReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.messaging.v1.brandregistration
Methods in com.twilio.rest.messaging.v1.brandregistration that return ResourceSet Modifier and Type Method Description ResourceSet<BrandVetting>
BrandVettingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.messaging.v1.service
Methods in com.twilio.rest.messaging.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<AlphaSender>
AlphaSenderReader. read(TwilioRestClient client)
ResourceSet<PhoneNumber>
PhoneNumberReader. read(TwilioRestClient client)
ResourceSet<ShortCode>
ShortCodeReader. read(TwilioRestClient client)
ResourceSet<UsAppToPerson>
UsAppToPersonReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.microvisor.v1
Methods in com.twilio.rest.microvisor.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<AccountConfig>
AccountConfigReader. read(TwilioRestClient client)
ResourceSet<AccountSecret>
AccountSecretReader. read(TwilioRestClient client)
ResourceSet<App>
AppReader. read(TwilioRestClient client)
ResourceSet<Device>
DeviceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.microvisor.v1.device
Methods in com.twilio.rest.microvisor.v1.device that return ResourceSet Modifier and Type Method Description ResourceSet<DeviceConfig>
DeviceConfigReader. read(TwilioRestClient client)
ResourceSet<DeviceSecret>
DeviceSecretReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.monitor.v1
Methods in com.twilio.rest.monitor.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Alert>
AlertReader. read(TwilioRestClient client)
ResourceSet<Event>
EventReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.notify.v1
Methods in com.twilio.rest.notify.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Credential>
CredentialReader. read(TwilioRestClient client)
ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Binding>
BindingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.numbers.v2
Methods in com.twilio.rest.numbers.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<AuthorizationDocument>
AuthorizationDocumentReader. read(TwilioRestClient client)
ResourceSet<HostedNumberOrder>
HostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.numbers.v2.authorizationdocument
Methods in com.twilio.rest.numbers.v2.authorizationdocument that return ResourceSet Modifier and Type Method Description ResourceSet<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return ResourceSet Modifier and Type Method Description ResourceSet<Bundle>
BundleReader. read(TwilioRestClient client)
ResourceSet<EndUser>
EndUserReader. read(TwilioRestClient client)
ResourceSet<EndUserType>
EndUserTypeReader. read(TwilioRestClient client)
ResourceSet<Regulation>
RegulationReader. read(TwilioRestClient client)
ResourceSet<SupportingDocument>
SupportingDocumentReader. read(TwilioRestClient client)
ResourceSet<SupportingDocumentType>
SupportingDocumentTypeReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.numbers.v2.regulatorycompliance.bundle
Methods in com.twilio.rest.numbers.v2.regulatorycompliance.bundle that return ResourceSet Modifier and Type Method Description ResourceSet<BundleCopy>
BundleCopyReader. read(TwilioRestClient client)
ResourceSet<Evaluation>
EvaluationReader. read(TwilioRestClient client)
ResourceSet<ItemAssignment>
ItemAssignmentReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.deployedDevices
Methods in com.twilio.rest.preview.deployedDevices that return ResourceSet Modifier and Type Method Description ResourceSet<Fleet>
FleetReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.deployedDevices.fleet
Methods in com.twilio.rest.preview.deployedDevices.fleet that return ResourceSet Modifier and Type Method Description ResourceSet<Certificate>
CertificateReader. read(TwilioRestClient client)
ResourceSet<Deployment>
DeploymentReader. read(TwilioRestClient client)
ResourceSet<Device>
DeviceReader. read(TwilioRestClient client)
ResourceSet<Key>
KeyReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.hostedNumbers
Methods in com.twilio.rest.preview.hostedNumbers that return ResourceSet Modifier and Type Method Description ResourceSet<AuthorizationDocument>
AuthorizationDocumentReader. read(TwilioRestClient client)
ResourceSet<HostedNumberOrder>
HostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.hostedNumbers.authorizationdocument
Methods in com.twilio.rest.preview.hostedNumbers.authorizationdocument that return ResourceSet Modifier and Type Method Description ResourceSet<DependentHostedNumberOrder>
DependentHostedNumberOrderReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.marketplace
Methods in com.twilio.rest.preview.marketplace that return ResourceSet Modifier and Type Method Description ResourceSet<AvailableAddOn>
AvailableAddOnReader. read(TwilioRestClient client)
ResourceSet<InstalledAddOn>
InstalledAddOnReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.marketplace.availableaddon
Methods in com.twilio.rest.preview.marketplace.availableaddon that return ResourceSet Modifier and Type Method Description ResourceSet<AvailableAddOnExtension>
AvailableAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.marketplace.installedaddon
Methods in com.twilio.rest.preview.marketplace.installedaddon that return ResourceSet Modifier and Type Method Description ResourceSet<InstalledAddOnExtension>
InstalledAddOnExtensionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.sync
Methods in com.twilio.rest.preview.sync that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.sync.service
Methods in com.twilio.rest.preview.sync.service that return ResourceSet Modifier and Type Method Description ResourceSet<Document>
DocumentReader. read(TwilioRestClient client)
ResourceSet<SyncList>
SyncListReader. read(TwilioRestClient client)
ResourceSet<SyncMap>
SyncMapReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.sync.service.document
Methods in com.twilio.rest.preview.sync.service.document that return ResourceSet Modifier and Type Method Description ResourceSet<DocumentPermission>
DocumentPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.sync.service.synclist
Methods in com.twilio.rest.preview.sync.service.synclist that return ResourceSet Modifier and Type Method Description ResourceSet<SyncListItem>
SyncListItemReader. read(TwilioRestClient client)
ResourceSet<SyncListPermission>
SyncListPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.sync.service.syncmap
Methods in com.twilio.rest.preview.sync.service.syncmap that return ResourceSet Modifier and Type Method Description ResourceSet<SyncMapItem>
SyncMapItemReader. read(TwilioRestClient client)
ResourceSet<SyncMapPermission>
SyncMapPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.understand
Methods in com.twilio.rest.preview.understand that return ResourceSet Modifier and Type Method Description ResourceSet<Assistant>
AssistantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.understand.assistant
Methods in com.twilio.rest.preview.understand.assistant that return ResourceSet Modifier and Type Method Description ResourceSet<FieldType>
FieldTypeReader. read(TwilioRestClient client)
ResourceSet<ModelBuild>
ModelBuildReader. read(TwilioRestClient client)
ResourceSet<Query>
QueryReader. read(TwilioRestClient client)
ResourceSet<Task>
TaskReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.understand.assistant.fieldtype
Methods in com.twilio.rest.preview.understand.assistant.fieldtype that return ResourceSet Modifier and Type Method Description ResourceSet<FieldValue>
FieldValueReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.understand.assistant.task
Methods in com.twilio.rest.preview.understand.assistant.task that return ResourceSet Modifier and Type Method Description ResourceSet<Field>
FieldReader. read(TwilioRestClient client)
ResourceSet<Sample>
SampleReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.preview.wireless
Methods in com.twilio.rest.preview.wireless that return ResourceSet Modifier and Type Method Description ResourceSet<Command>
CommandReader. read(TwilioRestClient client)
ResourceSet<RatePlan>
RatePlanReader. read(TwilioRestClient client)
ResourceSet<Sim>
SimReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.pricing.v1.messaging
Methods in com.twilio.rest.pricing.v1.messaging that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.pricing.v1.phonenumber
Methods in com.twilio.rest.pricing.v1.phonenumber that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.pricing.v1.voice
Methods in com.twilio.rest.pricing.v1.voice that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.pricing.v2
Methods in com.twilio.rest.pricing.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.pricing.v2.voice
Methods in com.twilio.rest.pricing.v2.voice that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.proxy.v1
Methods in com.twilio.rest.proxy.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.proxy.v1.service
Methods in com.twilio.rest.proxy.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<PhoneNumber>
PhoneNumberReader. read(TwilioRestClient client)
ResourceSet<Session>
SessionReader. read(TwilioRestClient client)
ResourceSet<ShortCode>
ShortCodeReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.proxy.v1.service.session
Methods in com.twilio.rest.proxy.v1.service.session that return ResourceSet Modifier and Type Method Description ResourceSet<Interaction>
InteractionReader. read(TwilioRestClient client)
ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.proxy.v1.service.session.participant
Methods in com.twilio.rest.proxy.v1.service.session.participant that return ResourceSet Modifier and Type Method Description ResourceSet<MessageInteraction>
MessageInteractionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.serverless.v1
Methods in com.twilio.rest.serverless.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.serverless.v1.service
Methods in com.twilio.rest.serverless.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Asset>
AssetReader. read(TwilioRestClient client)
ResourceSet<Build>
BuildReader. read(TwilioRestClient client)
ResourceSet<Environment>
EnvironmentReader. read(TwilioRestClient client)
ResourceSet<Function>
FunctionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.serverless.v1.service.asset
Methods in com.twilio.rest.serverless.v1.service.asset that return ResourceSet Modifier and Type Method Description ResourceSet<AssetVersion>
AssetVersionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.serverless.v1.service.environment
Methods in com.twilio.rest.serverless.v1.service.environment that return ResourceSet Modifier and Type Method Description ResourceSet<Deployment>
DeploymentReader. read(TwilioRestClient client)
ResourceSet<Log>
LogReader. read(TwilioRestClient client)
ResourceSet<Variable>
VariableReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.serverless.v1.service.function
Methods in com.twilio.rest.serverless.v1.service.function that return ResourceSet Modifier and Type Method Description ResourceSet<FunctionVersion>
FunctionVersionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v1
Methods in com.twilio.rest.studio.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Flow>
FlowReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v1.flow
Methods in com.twilio.rest.studio.v1.flow that return ResourceSet Modifier and Type Method Description ResourceSet<Engagement>
EngagementReader. read(TwilioRestClient client)
ResourceSet<Execution>
ExecutionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v1.flow.engagement
Methods in com.twilio.rest.studio.v1.flow.engagement that return ResourceSet Modifier and Type Method Description ResourceSet<Step>
StepReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v1.flow.execution
Methods in com.twilio.rest.studio.v1.flow.execution that return ResourceSet Modifier and Type Method Description ResourceSet<ExecutionStep>
ExecutionStepReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v2
Methods in com.twilio.rest.studio.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Flow>
FlowReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v2.flow
Methods in com.twilio.rest.studio.v2.flow that return ResourceSet Modifier and Type Method Description ResourceSet<Execution>
ExecutionReader. read(TwilioRestClient client)
ResourceSet<FlowRevision>
FlowRevisionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.studio.v2.flow.execution
Methods in com.twilio.rest.studio.v2.flow.execution that return ResourceSet Modifier and Type Method Description ResourceSet<ExecutionStep>
ExecutionStepReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<EsimProfile>
EsimProfileReader. read(TwilioRestClient client)
ResourceSet<Fleet>
FleetReader. read(TwilioRestClient client)
ResourceSet<IpCommand>
IpCommandReader. read(TwilioRestClient client)
ResourceSet<NetworkAccessProfile>
NetworkAccessProfileReader. read(TwilioRestClient client)
ResourceSet<Network>
NetworkReader. read(TwilioRestClient client)
ResourceSet<SettingsUpdate>
SettingsUpdateReader. read(TwilioRestClient client)
ResourceSet<Sim>
SimReader. read(TwilioRestClient client)
ResourceSet<SmsCommand>
SmsCommandReader. read(TwilioRestClient client)
ResourceSet<UsageRecord>
UsageRecordReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.supersim.v1.networkaccessprofile
Methods in com.twilio.rest.supersim.v1.networkaccessprofile that return ResourceSet Modifier and Type Method Description ResourceSet<NetworkAccessProfileNetwork>
NetworkAccessProfileNetworkReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.supersim.v1.sim
Methods in com.twilio.rest.supersim.v1.sim that return ResourceSet Modifier and Type Method Description ResourceSet<BillingPeriod>
BillingPeriodReader. read(TwilioRestClient client)
ResourceSet<SimIpAddress>
SimIpAddressReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.sync.v1
Methods in com.twilio.rest.sync.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.sync.v1.service
Methods in com.twilio.rest.sync.v1.service that return ResourceSet Modifier and Type Method Description ResourceSet<Document>
DocumentReader. read(TwilioRestClient client)
ResourceSet<SyncList>
SyncListReader. read(TwilioRestClient client)
ResourceSet<SyncMap>
SyncMapReader. read(TwilioRestClient client)
ResourceSet<SyncStream>
SyncStreamReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.sync.v1.service.document
Methods in com.twilio.rest.sync.v1.service.document that return ResourceSet Modifier and Type Method Description ResourceSet<DocumentPermission>
DocumentPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.sync.v1.service.synclist
Methods in com.twilio.rest.sync.v1.service.synclist that return ResourceSet Modifier and Type Method Description ResourceSet<SyncListItem>
SyncListItemReader. read(TwilioRestClient client)
ResourceSet<SyncListPermission>
SyncListPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.sync.v1.service.syncmap
Methods in com.twilio.rest.sync.v1.service.syncmap that return ResourceSet Modifier and Type Method Description ResourceSet<SyncMapItem>
SyncMapItemReader. read(TwilioRestClient client)
ResourceSet<SyncMapPermission>
SyncMapPermissionReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.taskrouter.v1
Methods in com.twilio.rest.taskrouter.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Workspace>
WorkspaceReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.taskrouter.v1.workspace
Methods in com.twilio.rest.taskrouter.v1.workspace that return ResourceSet Modifier and Type Method Description ResourceSet<Activity>
ActivityReader. read(TwilioRestClient client)
ResourceSet<Event>
EventReader. read(TwilioRestClient client)
ResourceSet<TaskChannel>
TaskChannelReader. read(TwilioRestClient client)
ResourceSet<TaskQueue>
TaskQueueReader. read(TwilioRestClient client)
ResourceSet<Task>
TaskReader. read(TwilioRestClient client)
ResourceSet<Worker>
WorkerReader. read(TwilioRestClient client)
ResourceSet<Workflow>
WorkflowReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.taskrouter.v1.workspace.task
Methods in com.twilio.rest.taskrouter.v1.workspace.task that return ResourceSet Modifier and Type Method Description ResourceSet<Reservation>
ReservationReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.taskrouter.v1.workspace.taskqueue
Methods in com.twilio.rest.taskrouter.v1.workspace.taskqueue that return ResourceSet Modifier and Type Method Description ResourceSet<TaskQueuesStatistics>
TaskQueuesStatisticsReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return ResourceSet Modifier and Type Method Description ResourceSet<Reservation>
ReservationReader. read(TwilioRestClient client)
ResourceSet<WorkerChannel>
WorkerChannelReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.trunking.v1
Methods in com.twilio.rest.trunking.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Trunk>
TrunkReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.trunking.v1.trunk
Methods in com.twilio.rest.trunking.v1.trunk that return ResourceSet Modifier and Type Method Description ResourceSet<CredentialList>
CredentialListReader. read(TwilioRestClient client)
ResourceSet<IpAccessControlList>
IpAccessControlListReader. read(TwilioRestClient client)
ResourceSet<OriginationUrl>
OriginationUrlReader. read(TwilioRestClient client)
ResourceSet<PhoneNumber>
PhoneNumberReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.trusthub.v1
Methods in com.twilio.rest.trusthub.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<CustomerProfiles>
CustomerProfilesReader. read(TwilioRestClient client)
ResourceSet<EndUser>
EndUserReader. read(TwilioRestClient client)
ResourceSet<EndUserType>
EndUserTypeReader. read(TwilioRestClient client)
ResourceSet<Policies>
PoliciesReader. read(TwilioRestClient client)
ResourceSet<SupportingDocument>
SupportingDocumentReader. read(TwilioRestClient client)
ResourceSet<SupportingDocumentType>
SupportingDocumentTypeReader. read(TwilioRestClient client)
ResourceSet<TrustProducts>
TrustProductsReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.trusthub.v1.customerprofiles
Methods in com.twilio.rest.trusthub.v1.customerprofiles that return ResourceSet Modifier and Type Method Description ResourceSet<CustomerProfilesChannelEndpointAssignment>
CustomerProfilesChannelEndpointAssignmentReader. read(TwilioRestClient client)
ResourceSet<CustomerProfilesEntityAssignments>
CustomerProfilesEntityAssignmentsReader. read(TwilioRestClient client)
ResourceSet<CustomerProfilesEvaluations>
CustomerProfilesEvaluationsReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.trusthub.v1.trustproducts
Methods in com.twilio.rest.trusthub.v1.trustproducts that return ResourceSet Modifier and Type Method Description ResourceSet<TrustProductsChannelEndpointAssignment>
TrustProductsChannelEndpointAssignmentReader. read(TwilioRestClient client)
ResourceSet<TrustProductsEntityAssignments>
TrustProductsEntityAssignmentsReader. read(TwilioRestClient client)
ResourceSet<TrustProductsEvaluations>
TrustProductsEvaluationsReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.verify.v2
Methods in com.twilio.rest.verify.v2 that return ResourceSet Modifier and Type Method Description ResourceSet<Service>
ServiceReader. read(TwilioRestClient client)
ResourceSet<Template>
TemplateReader. read(TwilioRestClient client)
ResourceSet<VerificationAttempt>
VerificationAttemptReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.verify.v2.service
Methods in com.twilio.rest.verify.v2.service that return ResourceSet Modifier and Type Method Description ResourceSet<Entity>
EntityReader. read(TwilioRestClient client)
ResourceSet<MessagingConfiguration>
MessagingConfigurationReader. read(TwilioRestClient client)
ResourceSet<RateLimit>
RateLimitReader. read(TwilioRestClient client)
ResourceSet<Webhook>
WebhookReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return ResourceSet Modifier and Type Method Description ResourceSet<Challenge>
ChallengeReader. read(TwilioRestClient client)
ResourceSet<Factor>
FactorReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.verify.v2.service.ratelimit
Methods in com.twilio.rest.verify.v2.service.ratelimit that return ResourceSet Modifier and Type Method Description ResourceSet<Bucket>
BucketReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.video.v1
Methods in com.twilio.rest.video.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<CompositionHook>
CompositionHookReader. read(TwilioRestClient client)
ResourceSet<Composition>
CompositionReader. read(TwilioRestClient client)
ResourceSet<Recording>
RecordingReader. read(TwilioRestClient client)
ResourceSet<Room>
RoomReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return ResourceSet Modifier and Type Method Description ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
ResourceSet<RoomRecording>
RoomRecordingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.video.v1.room.participant
Methods in com.twilio.rest.video.v1.room.participant that return ResourceSet Modifier and Type Method Description ResourceSet<PublishedTrack>
PublishedTrackReader. read(TwilioRestClient client)
ResourceSet<SubscribedTrack>
SubscribedTrackReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.voice.v1
Methods in com.twilio.rest.voice.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<ByocTrunk>
ByocTrunkReader. read(TwilioRestClient client)
ResourceSet<ConnectionPolicy>
ConnectionPolicyReader. read(TwilioRestClient client)
ResourceSet<IpRecord>
IpRecordReader. read(TwilioRestClient client)
ResourceSet<SourceIpMapping>
SourceIpMappingReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.voice.v1.connectionpolicy
Methods in com.twilio.rest.voice.v1.connectionpolicy that return ResourceSet Modifier and Type Method Description ResourceSet<ConnectionPolicyTarget>
ConnectionPolicyTargetReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.voice.v1.dialingpermissions
Methods in com.twilio.rest.voice.v1.dialingpermissions that return ResourceSet Modifier and Type Method Description ResourceSet<Country>
CountryReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.voice.v1.dialingpermissions.country
Methods in com.twilio.rest.voice.v1.dialingpermissions.country that return ResourceSet Modifier and Type Method Description ResourceSet<HighriskSpecialPrefix>
HighriskSpecialPrefixReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.wireless.v1
Methods in com.twilio.rest.wireless.v1 that return ResourceSet Modifier and Type Method Description ResourceSet<Command>
CommandReader. read(TwilioRestClient client)
ResourceSet<RatePlan>
RatePlanReader. read(TwilioRestClient client)
ResourceSet<Sim>
SimReader. read(TwilioRestClient client)
ResourceSet<UsageRecord>
UsageRecordReader. read(TwilioRestClient client)
-
Uses of ResourceSet in com.twilio.rest.wireless.v1.sim
Methods in com.twilio.rest.wireless.v1.sim that return ResourceSet Modifier and Type Method Description ResourceSet<DataSession>
DataSessionReader. read(TwilioRestClient client)
ResourceSet<UsageRecord>
UsageRecordReader. read(TwilioRestClient client)
-