Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORTED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message was aborted before reaching the SMSC.
ABORTED - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification attempt was aborted by requesting a new verification.
ACE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.WebhooksEventRequestType
 
ACE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
active() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Non versioned Active Number Service instance
ACTIVE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
Credentials have been successfully validated and exchanged for a long-lived token.
ACTIVE_NUMBER - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.ResourceType
Numbers which are already active and updated with new campaign IDs or service plan IDs.
ActiveNumber - Interface in com.sinch.sdk.domains.numbers.models.v1
The phone number that has been rented by a customer and assigned to a project.
ActiveNumber.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
ActiveNumberListRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Parameters request to list active numbers for a project
ActiveNumberListRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
 
ActiveNumberListResponse - Class in com.sinch.sdk.domains.numbers.models.v1.response
Lists all active numbers for a project
ActiveNumberListResponse(NumbersService, Page<ActiveNumberListRequest, ActiveNumber, String>) - Constructor for class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
 
ActiveNumberUpdateRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.request
The phone number that has been rented by a customer and assigned to a project.
ActiveNumberUpdateRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Dedicated Builder
ADDRESS_MESSAGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.NameEnum
 
AddressInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Physical addresses of the contact.
AddressInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
AF - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Afrikaans
Agent - Interface in com.sinch.sdk.domains.conversation.models.v1
Represents an agent that is involved in a conversation.
Agent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
AgentJoinedEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Agent Joined Event Type
AgentJoinedEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
AgentLeftEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Agent Left Event Type
AgentLeftEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
AgentType - Class in com.sinch.sdk.domains.conversation.models.v1
Agent's classification.
ALLOW - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
Verification allowed
ALPHA - Static variable in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
ALPHANUMERIC - Static variable in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
AnalysisResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
The analysis provided by the Smart Conversations machine learning engine(s).
AnalysisResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
ANSWER - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer.NameEnum
 
ANSWERED - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
Call answered
ANSWERED - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
The call was answered.
AnsweredCallEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
The request body of an Answered Call Event.
AnsweredCallEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
AnsweredCallEvent.WebhooksEventRequestType - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
Must have the value ace.
AnsweredCallEventAnsweringMachineDetection - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
If Answering Machine Detection (AMD) is enabled, this object contains information about whether the call was answered by a machine.
AnsweredCallEventAnsweringMachineDetection.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
AnsweredCallEventAnsweringMachineDetection.ReasonEnum - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
The reason that the system used to determine who answered the call.
AnsweredCallEventAnsweringMachineDetection.StatusEnum - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
The determination by the system of who answered the call.
ApiAuthException - Exception Class in com.sinch.sdk.core.exceptions
Exception related to server authentication
ApiAuthException(String) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiAuthException
Constructs an ApiAuthException with the specified detail message.
ApiAuthException(Throwable) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiAuthException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ApiException - Exception Class in com.sinch.sdk.core.exceptions
Base Sinch Client API exception
ApiException() - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs an ApiException with no detail message.
ApiException(int, String) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs an ApiException with the specified detail message and a code
ApiException(String) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs an ApiException with the specified detail message.
ApiException(String, Throwable) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs an ApiException with the specified detail message and with the specified cause
ApiException(String, Throwable, int) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs an ApiException with the specified detail message, the specified cause and a code
ApiException(Throwable) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ApiExceptionBuilder - Class in com.sinch.sdk.core.exceptions
APIException Builder helper to transform dedicated domains error response to Exception
ApiMappingException - Exception Class in com.sinch.sdk.core.exceptions
Sinch Client exception related to payload parsing/mapping error
ApiMappingException(String, Throwable) - Constructor for exception class com.sinch.sdk.core.exceptions.ApiMappingException
Exception throw when parsing a payload was causing an issue
app() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Applications Service instance
AppCreateRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.app.request
The request sent to the API endpoint to create a new app.
AppCreateRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.request
Dedicated Builder
AppEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Base class for all classes supported by AppEvent
appleBc(AppleBusinessChatCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder for ConversationChannel.APPLEBC channel
APPLEBC - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Apple Messages for Business channel.
APPLEBC - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
AppleBusinessChatCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the AppleBC channel in the channel_identifier property, you must include this object.
AppleBusinessChatCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
ApplicationCredentials - Class in com.sinch.sdk.models
Credentials related to Voice/Verification authentication
ApplicationCredentials.Builder - Class in com.sinch.sdk.models
Dedicated Builder
applications() - Method in interface com.sinch.sdk.domains.voice.api.v1.VoiceService
Applications Service instance
applications() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Applications Service instance
ApplicationsService - Interface in com.sinch.sdk.domains.voice.api.v1
You can use the API to manage features of applications in your project.
AppMessage<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Message originating from an app
AppMessage.Builder<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
AppMessageBody - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Base class for all classes supported by AppMessageBody
AppResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
The response showing information about the app.
AppResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
Dedicated Builder
AppService - Interface in com.sinch.sdk.domains.conversation.api.v1
Applications related service
AppUpdateRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.app.request
The request sent to the API endpoint to update the configuration of an app.
AppUpdateRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.request
Dedicated Builder
AR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Arabic
ASC - Static variable in class com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.OrderEnum
 
assignNumbers(UpdateNumbersRequest) - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Update or assign a list of numbers to an application.
AT - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
ATTACHMENT_REJECTED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
The message attachment was rejected by the channel due to a policy.
AU - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
AU - Static variable in class com.sinch.sdk.models.SMSRegion
Australia
AUXILIARY_FLAG - Static variable in class com.sinch.sdk.SDK
 
available() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Non versioned Available Number Service instance
AvailableNumber - Interface in com.sinch.sdk.domains.numbers.models.v1.response
The phone numbers that are available to be rented in the Sinch Customer Dashboard or via the public numbers API.
AvailableNumber.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.response
Dedicated Builder
AvailableNumberListRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Parameters request to list available numbers for a project
AvailableNumberListRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
 
AvailableNumberListResponse - Class in com.sinch.sdk.domains.numbers.models.v1.response
Lists all available numbers for a project
AvailableNumberListResponse(Collection<AvailableNumber>) - Constructor for class com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumberListResponse
 
AvailableNumberRentAnyRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Request message for searching and renting in one go any number that matches the search criteria.
AvailableNumberRentAnyRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Dedicated Builder
AvailableNumberRentRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Request message for renting a phone number.
AvailableNumberRentRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Dedicated Builder
AvailableRegion - Interface in com.sinch.sdk.domains.numbers.models.v1.regions.available.response
A region for which numbers are provided.
AvailableRegion.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.regions.available.response
Dedicated Builder
AvailableRegionListRequest - Class in com.sinch.sdk.domains.numbers.models.v1.regions.available.request
Parameters request to list all regions by criteria
AvailableRegionListRequest.Builder - Class in com.sinch.sdk.domains.numbers.models.v1.regions.available.request
 
AvailableRegionListResponse - Class in com.sinch.sdk.domains.numbers.models.v1.regions.available.response
Lists all available numbers for a project
AvailableRegionListResponse(Collection<AvailableRegion>) - Constructor for class com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegionListResponse
 
AvailableRegionService - Interface in com.sinch.sdk.domains.numbers.api.v1
Available Region Service
AZ - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Azerbaijani

B

BAD_MEDIA - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
MMS only, the request failed due to a bad media URL.
BAD_REQUEST - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Conversation API validates send requests in two different stages.
BaseBatch<T> - Class in com.sinch.sdk.domains.sms.models
Base class for Batch types
BaseBatch.BatchBuilder<T> - Class in com.sinch.sdk.domains.sms.models
 
BaseDeliveryReport - Class in com.sinch.sdk.domains.sms.models
Base class for Delivery Report WebHook
BaseDeliveryReport(String, String) - Constructor for class com.sinch.sdk.domains.sms.models.BaseDeliveryReport
 
BaseDeliveryReport.Builder<B> - Class in com.sinch.sdk.domains.sms.models
 
BasicAuthCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
It consists of a username and a password.
BasicAuthCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
Batch<T> - Class in com.sinch.sdk.domains.sms.models
Base class for Batch types
Batch(String, Collection<String>, String, Boolean, T, Instant, Instant, DeliveryReportType, Instant, Instant, String, String, Boolean) - Constructor for class com.sinch.sdk.domains.sms.models.Batch
 
Batch.BatchBuilder<T> - Class in com.sinch.sdk.domains.sms.models
 
BatchBinary - Class in com.sinch.sdk.domains.sms.models
BatchBinary type
BatchBinary(String, Collection<String>, String, Boolean, String, Instant, Instant, DeliveryReportType, Instant, Instant, String, String, Boolean, Boolean, Boolean, Integer, Integer, Integer, String) - Constructor for class com.sinch.sdk.domains.sms.models.BatchBinary
 
BatchBinary.Builder - Class in com.sinch.sdk.domains.sms.models
 
batchBuilder() - Static method in class com.sinch.sdk.domains.sms.models.Batch
 
batchBuilder() - Static method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
BatchBuilder() - Constructor for class com.sinch.sdk.domains.sms.models.BaseBatch.BatchBuilder
 
BatchBuilder() - Constructor for class com.sinch.sdk.domains.sms.models.Batch.BatchBuilder
 
BatchBuilder() - Constructor for class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest.BatchBuilder
 
batches() - Method in interface com.sinch.sdk.domains.sms.SMSService
Batches Service instance
BatchesListRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to list batches for a project
BatchesListRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
BatchesListResponse - Class in com.sinch.sdk.domains.sms.models.responses
Lists batches response
BatchesListResponse(BatchesService, Page<BatchesListRequestParameters, Batch<?>, Integer>) - Constructor for class com.sinch.sdk.domains.sms.models.responses.BatchesListResponse
 
BatchesService - Interface in com.sinch.sdk.domains.sms
Batches Service
BatchMedia - Class in com.sinch.sdk.domains.sms.models
BatchMedia type
BatchMedia(String, Collection<String>, String, Boolean, MediaBody, Instant, Instant, DeliveryReportType, Instant, Instant, String, String, Boolean, Parameters, Boolean) - Constructor for class com.sinch.sdk.domains.sms.models.BatchMedia
 
BatchMedia.Builder - Class in com.sinch.sdk.domains.sms.models
 
BatchText - Class in com.sinch.sdk.domains.sms.models
BatchText type
BatchText(String, Collection<String>, String, Boolean, String, Instant, Instant, DeliveryReportType, Instant, Instant, String, String, Boolean, Boolean, Parameters, Boolean, Integer, Integer, Integer) - Constructor for class com.sinch.sdk.domains.sms.models.BatchText
 
BatchText.Builder - Class in com.sinch.sdk.domains.sms.models
 
BE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
BG - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Bulgarian
BG - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
BLOCKED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
The account is blocked.
BLOCKED - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Blocked number.
BLOCKED - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
BLOCKED - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
BN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Bengali
BOT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.AgentType
Bot agent.
BOTH - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
BR - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
BR - Static variable in class com.sinch.sdk.models.ConversationRegion
Brazil
BR - Static variable in class com.sinch.sdk.models.SMSRegion
Brazil
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.CallbackSettings.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.MessageRetrySettings.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.ListAppsResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.SmartConversation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity.Builder
Create instance
build() - Method in class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
Create instance
build() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.GetChannelProfileResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ContactId.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticTokenCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.TelegramCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentJoinedEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentLeftEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentReplyEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEndEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ConversationDeletedEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.GenericEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ReplyTo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageUpdateRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessageMedia.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveBody.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveFooter.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderMedia.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.text.TextMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.response.TranscodeMessageResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotificationErrorDetails.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotificationErrorDetails.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassificationData.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognition.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognitionData.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.response.ListWebhooksResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.request.CallbackConfigurationUpdateRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.Money.Builder
Create instance
build() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioning.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfiguration.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
Create instance
build() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.BatchMedia.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchMMS.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchSMS.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientMMS.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientSMS.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DryRun.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.InboundBinary.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.InboundText.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.MediaBody.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchBinaryRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest.Builder
 
build() - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.Price.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.PhoneCallSpeech.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSmsPrice.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.Callbacks.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumbersResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.response.CalloutResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.response.GetConferenceInfoResponse.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationDid.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationMxp.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationPstn.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationSip.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.Price.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.ConnectPstnAnsweringMachineDetection.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent.Builder
Create instance
build() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
Create instance
build() - Method in class com.sinch.sdk.models.ApplicationCredentials.Builder
Create instance
build() - Method in class com.sinch.sdk.models.Configuration.Builder
Build a Configuration instance from builder current state
build() - Method in class com.sinch.sdk.models.ConversationContext.Builder
Create instance
build() - Method in class com.sinch.sdk.models.NumbersContext.Builder
Create instance
build() - Method in class com.sinch.sdk.models.SmsContext.Builder
Create instance
build() - Method in class com.sinch.sdk.models.SmsServicePlanCredentials.Builder
Create instance
build() - Method in class com.sinch.sdk.models.UnifiedCredentials.Builder
Create instance
build() - Method in class com.sinch.sdk.models.VerificationContext.Builder
Create instance
build() - Method in class com.sinch.sdk.models.VoiceContext.Builder
Create instance
build(MenuOptionActionFactory.MenuOptionActionType, String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory
 
build(String, int, Map<String, ?>) - Static method in class com.sinch.sdk.core.exceptions.ApiExceptionBuilder
Consume Unqualified Map of fields received from an API error into a dedicated Exception
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.Agent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.CallbackSettings
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.MessageRetrySettings
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.ListAppsResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.app.SmartConversation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity
Getting builder
builder() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
Getting builder
builder() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest
 
builder() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest
 
builder() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.GetChannelProfileResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.ContactId
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticTokenCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.TelegramCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentJoinedEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentLeftEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentReplyEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEndEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ConversationDeletedEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.GenericEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ReplyTo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageUpdateRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessageMedia
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveBody
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveFooter
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderMedia
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceCallMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceLocationMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceTextMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceURLMessage
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.text.TextMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.Reason
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.response.TranscodeMessageResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotificationErrorDetails
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotificationErrorDetails
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassificationData
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognition
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognitionData
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.response.ListWebhooksResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.request.CallbackConfigurationUpdateRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.Money
Getting builder
builder() - Static method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
Getting builder
builder() - Static method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.BatchMedia
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.BatchText
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchMMS
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchSMS
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientMMS
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientSMS
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DryRun
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.Group
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.InboundBinary
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.InboundText
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.MediaBody
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchBinaryRequest
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest
 
builder() - Static method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest
 
builder() - Static method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
Getting Builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.Price
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.request.PhoneCallSpeech
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSmsPrice
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.Callbacks
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumbersResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.callouts.response.CalloutResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.conferences.response.GetConferenceInfoResponse
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationDid
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationMxp
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationPstn
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationSip
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.Price
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.ConnectPstnAnsweringMachineDetection
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent
Getting builder
builder() - Static method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent
Getting builder
builder() - Static method in class com.sinch.sdk.models.ApplicationCredentials
Getting Builder
builder() - Static method in class com.sinch.sdk.models.Configuration
Getting Builder
builder() - Static method in class com.sinch.sdk.models.ConversationContext
Getting Builder
builder() - Static method in class com.sinch.sdk.models.NumbersContext
Getting Builder
builder() - Static method in class com.sinch.sdk.models.SmsContext
Getting Builder
builder() - Static method in class com.sinch.sdk.models.SmsServicePlanCredentials
Getting Builder
builder() - Static method in class com.sinch.sdk.models.UnifiedCredentials
Getting Builder
builder() - Static method in class com.sinch.sdk.models.VerificationContext
Getting Builder
builder() - Static method in class com.sinch.sdk.models.VoiceContext
Getting Builder
builder(ContactListRequest) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
builder(ConversationsListRecentRequest) - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
 
builder(ConversationsListRequest) - Static method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
 
builder(EventsListRequest) - Static method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
 
builder(MessagesListRequest) - Static method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
 
builder(ActiveNumberListRequest) - Static method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
builder(BatchesListRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
builder(DeliveryReportBatchGetRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters
 
builder(DeliveryReportListRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
builder(GroupCreateRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
builder(GroupReplaceRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters
 
builder(GroupsListRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters
 
builder(GroupUpdateRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
builder(InboundsListRequestParameters) - Static method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
builder(ApplicationCredentials) - Static method in class com.sinch.sdk.models.ApplicationCredentials
Getting Builder
builder(Configuration) - Static method in class com.sinch.sdk.models.Configuration
Getting Builder
builder(ConversationContext) - Static method in class com.sinch.sdk.models.ConversationContext
Getting Builder
builder(NumbersContext) - Static method in class com.sinch.sdk.models.NumbersContext
Getting Builder
builder(SmsContext) - Static method in class com.sinch.sdk.models.SmsContext
Getting Builder
builder(SmsServicePlanCredentials) - Static method in class com.sinch.sdk.models.SmsServicePlanCredentials
Getting Builder
builder(VerificationContext) - Static method in class com.sinch.sdk.models.VerificationContext
Getting Builder
builder(VoiceContext) - Static method in class com.sinch.sdk.models.VoiceContext
Getting Builder
Builder() - Constructor for class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.sms.models.BaseDeliveryReport.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportBatch.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.sms.models.DryRun.Builder
 
Builder() - Constructor for class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
BUSY - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
Busy Call
BUSY - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
The line called was busy.

C

CA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Catalan
CA - Static variable in class com.sinch.sdk.models.SMSRegion
Canada
call(CalloutRequest) - Method in interface com.sinch.sdk.domains.voice.api.v1.CalloutsService
Makes a call out to a phone number.
call(CalloutRequestConference) - Method in interface com.sinch.sdk.domains.voice.api.v1.ConferencesService
Calls a phone number or a user to join a conference.
callback() - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Callbacks Configuration Service instance
callback() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Non versioned Callbacks Configuration Service instance
CallbackConfigurationResponse - Interface in com.sinch.sdk.domains.numbers.models.v1.callbacks.response
Response message containing the callbacks configuration for a specific project
CallbackConfigurationResponse.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.callbacks.response
Dedicated Builder
CallbackConfigurationService - Interface in com.sinch.sdk.domains.numbers.api.v1
Callback Configuration Service
CallbackConfigurationUpdateRequest - Interface in com.sinch.sdk.domains.numbers.models.v1.callbacks.request
The request to update the callbacks configuration for the current project
CallbackConfigurationUpdateRequest.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.callbacks.request
Dedicated Builder
CALLBACKERROR - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
Callbacks - Interface in com.sinch.sdk.domains.voice.models.v1.applications
Callbacks
Callbacks.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications
Dedicated Builder
CallbackSettings - Interface in com.sinch.sdk.domains.conversation.models.v1.app
This object contains additional settings related to callback processing.
CallbackSettings.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
CallbacksUrl - Interface in com.sinch.sdk.domains.voice.models.v1.applications
Contains primary and or fallback callback URLs
CallbacksUrl.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications
Dedicated Builder
CALLEE - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
CALLEEHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
CALLEEHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
CALLER - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
CALLERHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
CALLERHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
CallHeader - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Call Headers can be used to pass custom data from a Sinch SDK client to another, or specified in an ICE response to be made available to the receiving client.
CallHeader.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
CallInformation - Interface in com.sinch.sdk.domains.voice.models.v1.calls.response
CallInformation
CallInformation.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.calls.response
Dedicated Builder
CallInformation.DomainEnum - Class in com.sinch.sdk.domains.voice.models.v1.calls.response
Must be pstn for PSTN.
CallInformation.ReasonEnum - Class in com.sinch.sdk.domains.voice.models.v1.calls.response
Contains the reason why a call ended.
CallInformation.StatusEnum - Class in com.sinch.sdk.domains.voice.models.v1.calls.response
The status of the call.
CallInformationFrom - Interface in com.sinch.sdk.domains.voice.models.v1.calls.response
Class related to a From destination for CallInformation.getFrom()
CallInformationTo - Interface in com.sinch.sdk.domains.voice.models.v1.calls.response
Class related to a To destination for CallInformation.getTo()
CallLeg - Class in com.sinch.sdk.domains.voice.models.v1.calls.request
Specifies which part of the call will be managed.
CallMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.call
Message for triggering a call.
CallMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.call
Dedicated Builder
CalloutRequest - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
Base class related a Callout request
CalloutRequestConference - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
CalloutRequestConference
CalloutRequestConference.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
Dedicated Builder
CalloutRequestConference.MethodEnum - Class in com.sinch.sdk.domains.voice.models.v1.callouts.request
Gets or Sets method
CalloutRequestCustom - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
CalloutRequestCustom
CalloutRequestCustom.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
Dedicated Builder
CalloutRequestCustom.MethodEnum - Class in com.sinch.sdk.domains.voice.models.v1.callouts.request
Gets or Sets method
CalloutRequestTTS - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
CalloutRequestTTS
CalloutRequestTTS.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.request
Dedicated Builder
CalloutRequestTTS.MethodEnum - Class in com.sinch.sdk.domains.voice.models.v1.callouts.request
Gets or Sets method
CalloutResponse - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.response
The returned call ID.
CalloutResponse.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.callouts.response
Dedicated Builder
callouts() - Method in interface com.sinch.sdk.domains.voice.api.v1.VoiceService
Callouts Service instance
callouts() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Callouts Service instance
CalloutsService - Interface in com.sinch.sdk.domains.voice.api.v1
A callout is a call made to a phone number or app using the API.
CallResult - Class in com.sinch.sdk.domains.voice.models.v1.calls.response
Contains the result of a call.
calls() - Method in interface com.sinch.sdk.domains.voice.api.v1.VoiceService
Calls Service instance
calls() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Calls Service instance
CallsService - Interface in com.sinch.sdk.domains.voice.api.v1
Using the Calls service, you can manage on-going calls or retrieve information about a call.
CAMPAIGN_EXPIRED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The specific campaign has expired.
CAMPAIGN_EXPIRED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_MNO_REJECTED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The MNO for the campaign was rejected.
CAMPAIGN_MNO_REJECTED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_MNO_REVIEW - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The MNO for the campaign is under review.
CAMPAIGN_MNO_REVIEW - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_MNO_SUSPENDED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The MNO for the campaign was suspended.
CAMPAIGN_MNO_SUSPENDED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_NOT_AVAILABLE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The specified campaign is not available.
CAMPAIGN_NOT_AVAILABLE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_PENDING_ACCEPTANCE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The campaign is awaiting acceptance.
CAMPAIGN_PENDING_ACCEPTANCE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
CAMPAIGN_PROVISIONING_FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Provisioning for campaign failed.
CAMPAIGN_PROVISIONING_FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
cancel(String) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Cancel a batch message.
CANCEL - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
Call canceled
CANCEL - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
CANCEL - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
CANCELED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The payment was canceled by the user and no retry is possible.
CANCELED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
Transaction got cancelled.
CANCELLED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message was cancelled by user before reaching SMSC.
CANCELLED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message was cancelled by user before reaching SMSC.
capability() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Capability Service instance
Capability - Class in com.sinch.sdk.domains.numbers.models.v1
Capability of a phone number
Capability - Class in com.sinch.sdk.domains.voice.models.v1.applications
Valid values are voice and sms
CAPABILITY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to see get capability results.
CAPABILITY_FULL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
CAPABILITY_PARTIAL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
CAPABILITY_UNKNOWN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
CapabilityEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
This callback is used to deliver the results of the asynchronous capability checks.
CapabilityEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
Dedicated Builder
CapabilityEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
CapabilityEventNotification
CapabilityEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
Dedicated Builder
CapabilityEventNotification.CapabilityStatusEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
Status indicating the recipient's capability on the channel.
CapabilityService - Interface in com.sinch.sdk.domains.conversation.api.v1
Service for working with capability
CAPTURED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The payment was captured.
CardHeight - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.card
You can set the desired size of the card in the message.
CardMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.card
Field containing a Card Message
CardMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.card
Dedicated Builder
CardMessageMedia - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.card
A message containing an image media component.
CardMessageMedia.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.card
Dedicated Builder
CarouselMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel
Message containing a list of cards often rendered horizontally on supported channels.
CarouselMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel
Dedicated Builder
CH - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
CHANNEL_BAD_CONFIGURATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The configuration of the channel for the used App is wrong.
CHANNEL_CONFIGURATION_MISSING - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The configuration of the channel is missing from the used App.
CHANNEL_EVENT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to direct channel event.
CHANNEL_FAILURE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The channel failed to accept the message.
CHANNEL_REJECT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Generic error for channel permanently rejecting a message.
ChannelCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Base class for Credentials classes
ChannelEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
This callback is used to deliver notifications regarding channel-specific information and updates.
ChannelEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
Dedicated Builder
ChannelEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
ChannelEventNotification
ChannelEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
Dedicated Builder
ChannelIdentity - Interface in com.sinch.sdk.domains.conversation.models.v1
A unique identity of message recipient on a particular channel.
ChannelIdentity.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
ChannelIntegrationState - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
State of the channel credentials integration.
ChannelIntegrationState.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
ChannelIntegrationStatus - Class in com.sinch.sdk.domains.conversation.models.v1.credentials
Status of the channel credentials integration
ChannelRecipientIdentities - Class in com.sinch.sdk.domains.conversation.models.v1
Container for list of specific channel identities
ChannelRecipientIdentities() - Constructor for class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities
 
ChannelRecipientIdentities(Collection<ChannelRecipientIdentity>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities
 
ChannelRecipientIdentities.Builder - Class in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
ChannelRecipientIdentity - Interface in com.sinch.sdk.domains.conversation.models.v1
ChannelRecipientIdentity
ChannelRecipientIdentity.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
ChannelSpecificContactMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
A contact message containing a channel specific message (not supported by OMNI types).
ChannelSpecificContactMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
Dedicated Builder
ChannelSpecificContactMessage.MessageTypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
The message type.
ChannelSpecificContactMessageContent - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
Base class for all classes supported by ChannelSpecificContactMessageContent
ChannelSpecificMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
Base class for all classes supported by ChannelSpecificMessage
ChannelTemplateOverride - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
ChannelTemplateOverride
ChannelTemplateOverride.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
Dedicated Builder
checkAvailability(String) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Get available number information by phone number
Choice<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Base class for message containing choices/actions.
Choice.Builder<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
ChoiceCallMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Choice call message
ChoiceCallMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
ChoiceItem - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
A message component for interactive messages, containing a choice.
ChoiceItem.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
ChoiceLocationMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Choice location message
ChoiceLocationMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
ChoiceMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Message containing choices/actions.
ChoiceMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
ChoiceMessageType - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Base class for message supporting ChoiceMessageType
ChoiceResponseMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse
Represents a response to a choice message.
ChoiceResponseMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse
Dedicated Builder
ChoiceTextMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Choice text message
ChoiceTextMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
ChoiceURLMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Choice URL message
ChoiceURLMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Dedicated Builder
CL - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
ClientCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks
Optional.
ClientCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks
Dedicated Builder
CN - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
com.sinch.sdk - package com.sinch.sdk
Sinch Java SDK for Numbers, SMS & Verification
com.sinch.sdk.core.exceptions - package com.sinch.sdk.core.exceptions
Defined exception related to Sinch API errors
com.sinch.sdk.core.models - package com.sinch.sdk.core.models
Shared models
com.sinch.sdk.core.models.pagination - package com.sinch.sdk.core.models.pagination
Unified way to get access to result returning a list of items across paginated response
com.sinch.sdk.core.utils - package com.sinch.sdk.core.utils
Utility package
com.sinch.sdk.domains.conversation - package com.sinch.sdk.domains.conversation
Conversation API interface
com.sinch.sdk.domains.conversation.api.templates - package com.sinch.sdk.domains.conversation.api.templates
Conversation API interface for templates management
com.sinch.sdk.domains.conversation.api.templates.v1 - package com.sinch.sdk.domains.conversation.api.templates.v1
Conversation API interface for templates V1 management
com.sinch.sdk.domains.conversation.api.templates.v2 - package com.sinch.sdk.domains.conversation.api.templates.v2
Conversation API interface for templates V2 management
com.sinch.sdk.domains.conversation.api.v1 - package com.sinch.sdk.domains.conversation.api.v1
Conversation API interface for V1 endpoints
com.sinch.sdk.domains.conversation.models.v1 - package com.sinch.sdk.domains.conversation.models.v1
Conversation models for V1 endpoints
com.sinch.sdk.domains.conversation.models.v1.app - package com.sinch.sdk.domains.conversation.models.v1.app
Conversation models for App
com.sinch.sdk.domains.conversation.models.v1.app.request - package com.sinch.sdk.domains.conversation.models.v1.app.request
App request models
com.sinch.sdk.domains.conversation.models.v1.app.response - package com.sinch.sdk.domains.conversation.models.v1.app.response
App response models
com.sinch.sdk.domains.conversation.models.v1.capability.request - package com.sinch.sdk.domains.conversation.models.v1.capability.request
Capability request models
com.sinch.sdk.domains.conversation.models.v1.capability.response - package com.sinch.sdk.domains.conversation.models.v1.capability.response
Capability responses models
com.sinch.sdk.domains.conversation.models.v1.contact - package com.sinch.sdk.domains.conversation.models.v1.contact
Conversation models for Contact
com.sinch.sdk.domains.conversation.models.v1.contact.request - package com.sinch.sdk.domains.conversation.models.v1.contact.request
Contact request models
com.sinch.sdk.domains.conversation.models.v1.contact.response - package com.sinch.sdk.domains.conversation.models.v1.contact.response
Contact response models
com.sinch.sdk.domains.conversation.models.v1.conversation - package com.sinch.sdk.domains.conversation.models.v1.conversation
Conversation models for Conversation
com.sinch.sdk.domains.conversation.models.v1.conversation.request - package com.sinch.sdk.domains.conversation.models.v1.conversation.request
Conversation request models
com.sinch.sdk.domains.conversation.models.v1.conversation.response - package com.sinch.sdk.domains.conversation.models.v1.conversation.response
Conversation response models
com.sinch.sdk.domains.conversation.models.v1.credentials - package com.sinch.sdk.domains.conversation.models.v1.credentials
Conversation models for App credentials
com.sinch.sdk.domains.conversation.models.v1.events - package com.sinch.sdk.domains.conversation.models.v1.events
Conversation models for Events
com.sinch.sdk.domains.conversation.models.v1.events.request - package com.sinch.sdk.domains.conversation.models.v1.events.request
Events request models
com.sinch.sdk.domains.conversation.models.v1.events.response - package com.sinch.sdk.domains.conversation.models.v1.events.response
Events response models
com.sinch.sdk.domains.conversation.models.v1.events.types - package com.sinch.sdk.domains.conversation.models.v1.events.types
Event types models
com.sinch.sdk.domains.conversation.models.v1.messages - package com.sinch.sdk.domains.conversation.models.v1.messages
Conversation models for Messages
com.sinch.sdk.domains.conversation.models.v1.messages.request - package com.sinch.sdk.domains.conversation.models.v1.messages.request
Messages request models
com.sinch.sdk.domains.conversation.models.v1.messages.response - package com.sinch.sdk.domains.conversation.models.v1.messages.response
Messages response models
com.sinch.sdk.domains.conversation.models.v1.messages.types.call - package com.sinch.sdk.domains.conversation.models.v1.messages.types.call
Message for triggering a call models
com.sinch.sdk.domains.conversation.models.v1.messages.types.card - package com.sinch.sdk.domains.conversation.models.v1.messages.types.card
Card message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel - package com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel
Carousel message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific - package com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific
Channel specific message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows - package com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Whatsapp Flow channel specific message message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply - package com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
WhatsApp Interactive Nfm Reply message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.choice - package com.sinch.sdk.domains.conversation.models.v1.messages.types.choice
Choice message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse - package com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse
Choice response message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo - package com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
ContactInfo message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback - package com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback
Fallback message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.list - package com.sinch.sdk.domains.conversation.models.v1.messages.types.list
List message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.location - package com.sinch.sdk.domains.conversation.models.v1.messages.types.location
Location message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.media - package com.sinch.sdk.domains.conversation.models.v1.messages.types.media
Media message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard - package com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard
MediaCard message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse - package com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse
ProductResponse message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.template - package com.sinch.sdk.domains.conversation.models.v1.messages.types.template
Template message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.text - package com.sinch.sdk.domains.conversation.models.v1.messages.types.text
Text message models
com.sinch.sdk.domains.conversation.models.v1.messages.types.url - package com.sinch.sdk.domains.conversation.models.v1.messages.types.url
URL message models
com.sinch.sdk.domains.conversation.models.v1.request - package com.sinch.sdk.domains.conversation.models.v1.request
Conversation requests models
com.sinch.sdk.domains.conversation.models.v1.transcoding.request - package com.sinch.sdk.domains.conversation.models.v1.transcoding.request
Transcoding request models
com.sinch.sdk.domains.conversation.models.v1.transcoding.response - package com.sinch.sdk.domains.conversation.models.v1.transcoding.response
Transcoding response models
com.sinch.sdk.domains.conversation.models.v1.webhooks - package com.sinch.sdk.domains.conversation.models.v1.webhooks
Conversation models for Webhooks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events
Conversation models for webhooks events sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
Conversation models for CAPABILITY sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
Conversation models for CHANNEL sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Conversation models for CONTACT sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Conversation models for CONVERSATION sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Conversation models for DELIVERY sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
Conversation models for INBOUND sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Conversation models for MESSAGE sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Conversation models for OPT-IN/OPT-OUT sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
Conversation models for RECORD sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Conversation models for SMART CONVERSATIONS sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported - package com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Conversation models for UNSUPPORTED sent onto callbacks
com.sinch.sdk.domains.conversation.models.v1.webhooks.response - package com.sinch.sdk.domains.conversation.models.v1.webhooks.response
Webhooks response models
com.sinch.sdk.domains.conversation.templates.models - package com.sinch.sdk.domains.conversation.templates.models
Conversation models for templates
com.sinch.sdk.domains.conversation.templates.models.v1 - package com.sinch.sdk.domains.conversation.templates.models.v1
Conversation models for templates V1
com.sinch.sdk.domains.conversation.templates.models.v2 - package com.sinch.sdk.domains.conversation.templates.models.v2
Conversation models for templates V2
com.sinch.sdk.domains.conversation.templates.models.v2.request - package com.sinch.sdk.domains.conversation.templates.models.v2.request
Conversation Templates V2 request models
com.sinch.sdk.domains.numbers - package com.sinch.sdk.domains.numbers
Numbers API interface
com.sinch.sdk.domains.numbers.api.v1 - package com.sinch.sdk.domains.numbers.api.v1
Numbers API interface V1
com.sinch.sdk.domains.numbers.models.v1 - package com.sinch.sdk.domains.numbers.models.v1
Numbers API related models
com.sinch.sdk.domains.numbers.models.v1.callbacks.request - package com.sinch.sdk.domains.numbers.models.v1.callbacks.request
Numbers Callback Configuration API requests related models
com.sinch.sdk.domains.numbers.models.v1.callbacks.response - package com.sinch.sdk.domains.numbers.models.v1.callbacks.response
Numbers Callback Configuration API responses related models
com.sinch.sdk.domains.numbers.models.v1.regions.available.request - package com.sinch.sdk.domains.numbers.models.v1.regions.available.request
Numbers Regions API requests related models
com.sinch.sdk.domains.numbers.models.v1.regions.available.response - package com.sinch.sdk.domains.numbers.models.v1.regions.available.response
Numbers Regions API responses related models
com.sinch.sdk.domains.numbers.models.v1.request - package com.sinch.sdk.domains.numbers.models.v1.request
Numbers API requests related models
com.sinch.sdk.domains.numbers.models.v1.response - package com.sinch.sdk.domains.numbers.models.v1.response
Numbers API responses related models
com.sinch.sdk.domains.numbers.models.v1.webhooks - package com.sinch.sdk.domains.numbers.models.v1.webhooks
Models related to Numbers WebHooks
com.sinch.sdk.domains.sms - package com.sinch.sdk.domains.sms
SMS API interface
com.sinch.sdk.domains.sms.models - package com.sinch.sdk.domains.sms.models
SMS API related models
com.sinch.sdk.domains.sms.models.requests - package com.sinch.sdk.domains.sms.models.requests
SMS API requests related models
com.sinch.sdk.domains.sms.models.responses - package com.sinch.sdk.domains.sms.models.responses
SMS API responses related models
com.sinch.sdk.domains.sms.models.webhooks - package com.sinch.sdk.domains.sms.models.webhooks
SMS API webhooks related models
com.sinch.sdk.domains.verification - package com.sinch.sdk.domains.verification
Verification API interface
com.sinch.sdk.domains.verification.api.v1 - package com.sinch.sdk.domains.verification.api.v1
Verification API interface V1
com.sinch.sdk.domains.verification.models.v1 - package com.sinch.sdk.domains.verification.models.v1
Verification API interface V1 models
com.sinch.sdk.domains.verification.models.v1.report.request - package com.sinch.sdk.domains.verification.models.v1.report.request
Models related to Verifications Report requests
com.sinch.sdk.domains.verification.models.v1.report.response - package com.sinch.sdk.domains.verification.models.v1.report.response
Models related to Verifications Report responses
com.sinch.sdk.domains.verification.models.v1.start.request - package com.sinch.sdk.domains.verification.models.v1.start.request
Models related to Verifications Start requests
com.sinch.sdk.domains.verification.models.v1.start.response - package com.sinch.sdk.domains.verification.models.v1.start.response
Models related to Verifications Start responses
com.sinch.sdk.domains.verification.models.v1.status - package com.sinch.sdk.domains.verification.models.v1.status
Models related to Verifications Status
com.sinch.sdk.domains.verification.models.v1.status.response - package com.sinch.sdk.domains.verification.models.v1.status.response
Models related to Verifications Status responses
com.sinch.sdk.domains.verification.models.v1.webhooks - package com.sinch.sdk.domains.verification.models.v1.webhooks
Models related to Verifications WebHooks
com.sinch.sdk.domains.voice - package com.sinch.sdk.domains.voice
Make and receive voice calls with our Voice API
com.sinch.sdk.domains.voice.api.v1 - package com.sinch.sdk.domains.voice.api.v1
Voice API interface V1
com.sinch.sdk.domains.voice.models.v1 - package com.sinch.sdk.domains.voice.models.v1
Voice API interface V1 models
com.sinch.sdk.domains.voice.models.v1.applications - package com.sinch.sdk.domains.voice.models.v1.applications
Models related to Voice Applications
com.sinch.sdk.domains.voice.models.v1.applications.request - package com.sinch.sdk.domains.voice.models.v1.applications.request
Models related to Voice Applications requests
com.sinch.sdk.domains.voice.models.v1.applications.response - package com.sinch.sdk.domains.voice.models.v1.applications.response
Models related to Voice Applications responses
com.sinch.sdk.domains.voice.models.v1.callouts.request - package com.sinch.sdk.domains.voice.models.v1.callouts.request
Models related to Voice Callouts requests
com.sinch.sdk.domains.voice.models.v1.callouts.response - package com.sinch.sdk.domains.voice.models.v1.callouts.response
Models related to Voice Callouts responses
com.sinch.sdk.domains.voice.models.v1.calls.request - package com.sinch.sdk.domains.voice.models.v1.calls.request
Models related to Voice Calls requests
com.sinch.sdk.domains.voice.models.v1.calls.response - package com.sinch.sdk.domains.voice.models.v1.calls.response
Models related to Voice Calls responses
com.sinch.sdk.domains.voice.models.v1.conferences - package com.sinch.sdk.domains.voice.models.v1.conferences
Models related to Voice Conferences
com.sinch.sdk.domains.voice.models.v1.conferences.request - package com.sinch.sdk.domains.voice.models.v1.conferences.request
Models related to Voice Conferences requests
com.sinch.sdk.domains.voice.models.v1.conferences.response - package com.sinch.sdk.domains.voice.models.v1.conferences.response
Models related to Voice Conferences responses
com.sinch.sdk.domains.voice.models.v1.destination - package com.sinch.sdk.domains.voice.models.v1.destination
Destination related classes
com.sinch.sdk.domains.voice.models.v1.svaml - package com.sinch.sdk.domains.voice.models.v1.svaml
Models related to Voice SVAML
com.sinch.sdk.domains.voice.models.v1.svaml.action - package com.sinch.sdk.domains.voice.models.v1.svaml.action
Models related to Voice SVAML actions
com.sinch.sdk.domains.voice.models.v1.svaml.instruction - package com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Models related to Voice SVAML instructions
com.sinch.sdk.domains.voice.models.v1.webhooks - package com.sinch.sdk.domains.voice.models.v1.webhooks
Models related to Voice WebHooks
com.sinch.sdk.models - package com.sinch.sdk.models
Common models in use with Sinch Client Library
CommentEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Comment Event Type
CommentEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
CommentEvent.CommentTypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.events.types
Either LIVE or FEED.
CommentReplyEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Comment Reply Event Type
CommentReplyEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
compare(Object, Object) - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Compare two dynamic enum
COMPLETED - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
Call completed
ComposingEndEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Composing End Event Type
ComposingEndEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
ComposingEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Composing
ComposingEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
conference(CalloutRequestConference) - Method in interface com.sinch.sdk.domains.voice.api.v1.CalloutsService
The conference callout calls a phone number or a user.
CONFERENCE_CALLOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.MethodEnum
 
ConferenceDtmfOptions - Interface in com.sinch.sdk.domains.voice.models.v1.conferences
Options to control how DTMF signals are used by the participant in the conference.
ConferenceDtmfOptions.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.conferences
Dedicated Builder
ConferenceDtmfOptions.ModeEnum - Class in com.sinch.sdk.domains.voice.models.v1.conferences
Determines what DTMF mode the participant will use in the call.
ConferenceParticipant - Interface in com.sinch.sdk.domains.voice.models.v1.conferences
ConferenceParticipant
ConferenceParticipant.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.conferences
Dedicated Builder
conferences() - Method in interface com.sinch.sdk.domains.voice.api.v1.VoiceService
Conference Service instance
conferences() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Conference Service instance
ConferencesService - Interface in com.sinch.sdk.domains.voice.api.v1
Using the Conferences endpoint, you can perform tasks like retrieving information about an on-going conference, muting or unmuting participants, or removing participants from a conference.
Configuration - Class in com.sinch.sdk.models
Configuration used by Sinch Client
Configuration.Builder - Class in com.sinch.sdk.models
Dedicated Builder
CONNECT_CONF - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.NameEnum
 
CONNECT_MXP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.NameEnum
 
CONNECT_PSTN - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.NameEnum
 
CONNECT_SIP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.NameEnum
 
ConnectPstnAnsweringMachineDetection - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
An optional property used to enable Answering Machine Detection (AMD).
ConnectPstnAnsweringMachineDetection.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
contact() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Contact Service instance
Contact - Interface in com.sinch.sdk.domains.conversation.models.v1.contact
A participant in a conversation typically representing a person.
CONTACT_CREATE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a new contact has been created.
CONTACT_DELETE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a contact has been deleted.
CONTACT_IDENTITIES_DUPLICATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to get an event when contact identity duplications are found during message or event processing.
CONTACT_MERGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a two contacts are merged.
CONTACT_NOT_FOUND - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The provided Contact ID did not exist.
CONTACT_UPDATE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a contact is updated.
Contact.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact
Dedicated Builder
ContactCreateEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
This callback is sent when a new contact is created.
ContactCreateEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactCreateRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
A participant in a conversation typically representing a person.
ContactCreateRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
Dedicated Builder
ContactDeleteEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
This callback is sent when a new contact is deleted.
ContactDeleteEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Base class for all classes supported by ContactEvent
ContactGetChannelProfileByChannelIdentityRequest - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactGetChannelProfileByChannelIdentityRequest.Builder - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactGetChannelProfileByContactIdRequest - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactGetChannelProfileByContactIdRequest.Builder - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactId - Interface in com.sinch.sdk.domains.conversation.models.v1
Contact ID
ContactId.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
ContactIdentitiesDuplicationEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
This callback is sent when duplicates of channel identities are found between multiple contacts in the contact database during message and event processing.
ContactIdentitiesDuplicationEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactInfoMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Message containing contact information.
ContactInfoMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
ContactInfoMessageInternal - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Contact Info Message
ContactInfoMessageInternal.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
ContactLanguage - Class in com.sinch.sdk.domains.conversation.models.v1.contact
Gets or Sets ContactLanguage
ContactListRequest - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactListRequest.Builder - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
 
ContactListResponse - Class in com.sinch.sdk.domains.conversation.models.v1.contact.response
Lists all contacts
ContactListResponse(ContactService, Page<ContactListRequest, Contact, String>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.contact.response.ContactListResponse
Create paginated list response for Contacts
ContactMergeEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
This callback is sent when two contacts are merged.
ContactMergeEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactMergeEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
ContactMergeEventNotification
ContactMergeEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactMessage<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Message originating from a Contact
ContactMessage.Builder<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
ContactMessageBody - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Base class for all classes supported by ContactMessageBody
ContactMessageEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Base class for all classes supported by ContactMessageEvent
ContactNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
ContactNotification
ContactNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
ContactService - Interface in com.sinch.sdk.domains.conversation.api.v1
Contact related service
ContactUpdateEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
This callback is sent when a new contact is updated.
ContactUpdateEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder
CONTAINS - Static variable in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
The pattern entered is contained somewhere in the number, the location being undefined
CONTINUE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue.NameEnum
 
Control - Interface in com.sinch.sdk.domains.voice.models.v1.svaml
Base class related to a control
ControlUrl - Class in com.sinch.sdk.domains.voice.models.v1.svaml
Control URL used during a custom callout
conversation() - Method in class com.sinch.sdk.SinchClient
Get Conversation domain service
Conversation - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation
A collection of messages exchanged between a contact and an app.
CONVERSATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
The default Processing Mode.
CONVERSATION - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
CONVERSATION_DELETE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to get an event when a conversation is deleted.
CONVERSATION_EXPIRE_POLICY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
The conversation expire policy only considers the last message in a conversation.
CONVERSATION_SOURCE - Enum constant in enum com.sinch.sdk.domains.conversation.api.v1.MessagesService.MessageSource
The default messages source.
CONVERSATION_START - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a new conversation has been started.
CONVERSATION_STOP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to an event that is triggered when a active conversation has been stopped.
Conversation.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation
Dedicated Builder
ConversationChannel - Class in com.sinch.sdk.domains.conversation.models.v1
The identifier of the channel you want to include.
ConversationChannelCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Enables access to the underlying messaging channel.
ConversationChannelCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
ConversationChannelCredentialsBuilderFactory - Class in com.sinch.sdk.domains.conversation.models.v1.credentials
Factory helper for App credentials builder
ConversationContext - Class in com.sinch.sdk.models
Execution context related to Conversation domains
ConversationContext.Builder - Class in com.sinch.sdk.models
Dedicated Builder
ConversationDeletedEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Conversation Deleted Event Type
ConversationDeletedEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
ConversationDeleteEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
This callback is sent when a conversation between the subscribed app and a contact is deleted.
ConversationDeleteEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Dedicated Builder
ConversationDirection - Class in com.sinch.sdk.domains.conversation.models.v1
Gets or Sets ConversationDirection
ConversationEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events
An event on a particular channel.
ConversationEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Dedicated Builder
ConversationEventBase - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Common properties to ConversationEvent management
ConversationEventBase.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events
Dedicated Builder
ConversationMergeStrategy - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
Gets or Sets ConversationMergeStrategy
ConversationMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Message originating from a Conversation
ConversationMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
ConversationMessageBody - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Base class for all classes supported by ConversationMessageBody
ConversationMessagesView - Class in com.sinch.sdk.domains.conversation.models.v1.messages.request
Gets or Sets ConversationMessagesView
ConversationMetadataReportView - Class in com.sinch.sdk.domains.conversation.models.v1.app
NONE - Omit metadata.
ConversationNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Object containing the details of the started / stopped / deleted conversation
ConversationNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Dedicated Builder
ConversationRecentMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.response
ConversationRecentMessage
ConversationRecentMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.response
Dedicated Builder
ConversationRegion - Class in com.sinch.sdk.models
Conversation Region
conversations() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Conversations Service instance
ConversationService - Interface in com.sinch.sdk.domains.conversation.api.v1
Conversation Service V1
ConversationService - Interface in com.sinch.sdk.domains.conversation
Conversation Service
ConversationsListRecentRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Parameters request to list recent messages from a conversation
ConversationsListRecentRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Dedicated builder
ConversationsListRecentRequest.OrderEnum - Class in com.sinch.sdk.domains.conversation.models.v1.conversation.request
 
ConversationsListRecentResponse - Class in com.sinch.sdk.domains.conversation.models.v1.conversation.response
Recent messages and conversation response
ConversationsListRecentResponse(ConversationsService, Page<ConversationsListRecentRequest, ConversationRecentMessage, String>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListRecentResponse
 
ConversationsListRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Parameters request to list messages
ConversationsListRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
 
ConversationsListResponse - Class in com.sinch.sdk.domains.conversation.models.v1.conversation.response
Lists all conversations response
ConversationsListResponse(ConversationsService, Page<ConversationsListRequest, Conversation, String>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListResponse
 
ConversationsService - Interface in com.sinch.sdk.domains.conversation.api.v1
Service for working with the conversation log
ConversationStartEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
This callback is sent when a new conversation between the subscribed app and a contact is started.
ConversationStartEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Dedicated Builder
ConversationStopEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
This callback is sent when a conversation between the subscribed app and a contact is stopped.
ConversationStopEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Dedicated Builder
ConversationWebhookEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events
ConversationWebhookEvent
ConversationWebhookEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events
Dedicated Builder
Coordinates - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.location
Geographic coordinates
Coordinates.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.location
Dedicated Builder
create() - Method in interface com.sinch.sdk.domains.sms.GroupsService
Create an unnamed and empty group
create(AppCreateRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.AppService
Create a Conversation application
create(ContactCreateRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Create a Contact
create(CreateConversationRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
Creates a new empty conversation.
create(Webhook) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
Creates a webhook for receiving callbacks on specific triggers
create(TemplateV1) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v1.TemplatesServiceV1
Creates a template
create(TemplateV2) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
Creates a template
create(GroupCreateRequestParameters) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Create a group.
CreateConversationRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
The conversation to create.
CreateConversationRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Dedicated Builder
CS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Czech
CursorPageNavigator - Class in com.sinch.sdk.core.models.pagination
Cursor Based Page Navigator
CursorPageNavigator(Integer, Integer, Long) - Constructor for class com.sinch.sdk.core.models.pagination.CursorPageNavigator
Create new instance
custom(CalloutRequestCustom) - Method in interface com.sinch.sdk.domains.voice.api.v1.CalloutsService
The custom callout, the server initiates a call from the servers that can be controlled by specifying how the call should progress at each call event.
CUSTOM_CALLOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.MethodEnum
 
CZ - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 

D

DA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Danish
DATA - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
Data verification.
DATA_EXCHANGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowActionEnum
 
DateUtil - Class in com.sinch.sdk.core.utils
Utility class for Date
DE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
German
DE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
DEFAULT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
The request will inherit the app's configured processing mode.
DEFAULT - Static variable in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue
ready to use action to send a `continue`
DEFAULT - Static variable in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup
ready to use action to send a `hangup`
DEFAULT - Static variable in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer
ready to use instruction to send a `answer`
DEFAULT - Static variable in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording
ready to use instruction to send a `stop recording`
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v1.TemplatesServiceV1
Delete a template
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
Delete a template
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.AppService
Delete an app
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Delete a contact as specified by the contact ID.
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
Deletes a conversation together with all the messages sent as part of the conversation.
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.EventsService
Delete a specific event by its ID
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
delete(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
Deletes a webhook as specified by the webhook ID
delete(String) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Delete a group
delete(String, MessagesService.MessageSource) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Delete a specific message by its ID.
DELETED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message has been deleted.
DELIVERED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
The message has been delivered.
DELIVERED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message has been delivered.
DELIVERY_REJECTED_DUE_TO_POLICY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The message or event was rejected by the channel due to a policy.
DELIVERY_REPORT_NOT_SUPPORTED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
MMS only, message reached MMSC but it is not supported.
DELIVERY_REPORT_REJECTED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
MMS only, message reached MMSC but was rejected by MMS gateway or mobile network.
DELIVERY_REPORT_UNREACHABLE - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
MMS only, message reached MMSC but the destination network or the mobile subscriber cannot be reached.
DELIVERY_REPORT_UNRECOGNIZED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
MMS only, message reached MMSC but the handset of the mobile subscriber does not recognize the message content.
DELIVERY_TIMED_OUT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The message delivery, or event delivery, failed due to a channel-imposed timeout.
DeliveryReportBasedFallback - Interface in com.sinch.sdk.domains.conversation.models.v1.app
This object contains additional settings related to delivery report based fallback.
DeliveryReportBasedFallback.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
DeliveryReportBatch - Class in com.sinch.sdk.domains.sms.models
Common Definition to Delivery Report
DeliveryReportBatch(String, String, Collection<DeliveryReportStatusDetails>, Integer) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportBatch
 
DeliveryReportBatch.Builder<B> - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportBatchGetRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to get a Batch Delivery Report
DeliveryReportBatchGetRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
DeliveryReportBatchMMS - Class in com.sinch.sdk.domains.sms.models
MMS delivery Report
DeliveryReportBatchMMS(String, String, Collection<DeliveryReportStatusDetails>, Integer) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportBatchMMS
 
DeliveryReportBatchMMS.Builder - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportBatchSMS - Class in com.sinch.sdk.domains.sms.models
SMS delivery Report
DeliveryReportBatchSMS(String, String, Collection<DeliveryReportStatusDetails>, Integer) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportBatchSMS
 
DeliveryReportBatchSMS.Builder - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportErrorCode - Class in com.sinch.sdk.domains.sms.models
Applied encoding for message.
DeliveryReportListRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to list delivery reports for a project
DeliveryReportListRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
DeliveryReportRecipient - Class in com.sinch.sdk.domains.sms.models
Common Definition to Delivery Report
DeliveryReportRecipient(String, String, Instant, DeliveryReportErrorCode, String, DeliveryReportStatus, String, DeliveryReportRecipientEncoding, Integer, String, Instant) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
Recipient Delivery Report Recipient
DeliveryReportRecipient.Builder<B> - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportRecipientEncoding - Class in com.sinch.sdk.domains.sms.models
Applied encoding for message.
DeliveryReportRecipientMMS - Class in com.sinch.sdk.domains.sms.models
SMS Delivery Report Recipient for MMS
DeliveryReportRecipientMMS(String, String, Instant, DeliveryReportErrorCode, String, DeliveryReportStatus, String, DeliveryReportRecipientEncoding, Integer, String, Instant) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientMMS
Recipient Delivery Report for MMS
DeliveryReportRecipientMMS.Builder - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportRecipientSMS - Class in com.sinch.sdk.domains.sms.models
SMS Delivery Report Recipient for SMS
DeliveryReportRecipientSMS(String, String, Instant, DeliveryReportErrorCode, String, DeliveryReportStatus, String, DeliveryReportRecipientEncoding, Integer, String, Instant) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientSMS
Recipient Delivery Report for SMS
DeliveryReportRecipientSMS.Builder - Class in com.sinch.sdk.domains.sms.models
 
deliveryReports() - Method in interface com.sinch.sdk.domains.sms.SMSService
Delivery Reports Service instance
DeliveryReportsListResponse - Class in com.sinch.sdk.domains.sms.models.responses
Lists batches response
DeliveryReportsListResponse(DeliveryReportsService, Page<DeliveryReportListRequestParameters, DeliveryReportRecipient, Integer>) - Constructor for class com.sinch.sdk.domains.sms.models.responses.DeliveryReportsListResponse
 
DeliveryReportsService - Interface in com.sinch.sdk.domains.sms
Delivery reports Service.
DeliveryReportStatus - Class in com.sinch.sdk.domains.sms.models
The status field describes which state a particular message is in.
DeliveryReportStatusDetails - Class in com.sinch.sdk.domains.sms.models
Details related to a delivery report status
DeliveryReportStatusDetails(Integer, Integer, Collection<String>, String) - Constructor for class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
DeliveryReportStatusDetails.Builder - Class in com.sinch.sdk.domains.sms.models
 
DeliveryReportType - Class in com.sinch.sdk.domains.sms.models
DeliveryReportType authorized values
Delivery Report WebHook - Search tag in package com.sinch.sdk.domains.sms.models.webhooks
Section
DeliveryStatus - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Shows the status of the message or event delivery
DENIED - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification attempt was denied by Sinch or your backend.
DENIED_BY_CALLBACK - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Callback response denied the verification.
DENY - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
Verification denied
DEPROVISIONING_FROM_CAMPAIGN - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
DEPROVISIONING_FROM_SMS_PLATFORM - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
DEPROVISIONING_TO_VOICE_PLATFORM - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
DESC - Static variable in class com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.OrderEnum
 
Destination - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Base class related to a Destination
DESTINATION_DENIED - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Verification destinaton denied.
DestinationConference - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Base class related to a Conference call destination
DestinationCustom - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Base class related to a Custom call destination
DestinationDid - Interface in com.sinch.sdk.domains.voice.models.v1.destination
The type of device and phone number called.
DestinationDid.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Dedicated Builder
DestinationMxp - Interface in com.sinch.sdk.domains.voice.models.v1.destination
The type of device and number or endpoint to call.
DestinationMxp.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Dedicated Builder
DestinationPstn - Interface in com.sinch.sdk.domains.voice.models.v1.destination
The type of device and number or endpoint to call.
DestinationPstn.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Dedicated Builder
DestinationSip - Interface in com.sinch.sdk.domains.voice.models.v1.destination
The type of device and number or endpoint to call.
DestinationSip.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Dedicated Builder
DestinationTextToSpeech - Interface in com.sinch.sdk.domains.voice.models.v1.destination
Base class related to a Text To Speech call destination
DETECT - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
DICE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.WebhooksEventRequestType
 
DICE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
DisconnectedCallEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
The request body of a Disconnected Call Event.
DisconnectedCallEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
DisconnectedCallEvent.ReasonEnum - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
The reason the call was disconnected.
DisconnectedCallEvent.WebhooksEventRequestType - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
Must have the value dice.
DISMISS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTargetType
Events won't be sent.
DISPATCH - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
Does not associate messages with contacts and conversations.
DISPATCH_ONLY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
Forces the request to be processed in dispatch mode (without storing contacts and conversations), regardless of the app's configured processing mode.
DISPATCH_SOURCE - Enum constant in enum com.sinch.sdk.domains.conversation.api.v1.MessagesService.MessageSource
Retrieves messages sent in the DISPATCH processing mode.
DISPATCHED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message has been dispatched to SMSC.
DISPATCHED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message has been dispatched and accepted for delivery by the SMSC.
DispatchRetentionPolicy - Interface in com.sinch.sdk.domains.conversation.models.v1.app
The retention policy configured for messages in Dispatch Mode.
DispatchRetentionPolicy.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
DispatchRetentionPolicyType - Class in com.sinch.sdk.domains.conversation.models.v1.app
Gets or Sets DispatchRetentionPolicyType
DISPLAY_NAME - Static variable in class com.sinch.sdk.domains.numbers.models.v1.request.OrderBy
Ordering by displayName
DK - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
DOCUMENT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.TypeEnum
 
DocumentFieldClassification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
An object containing a result object that reports on all identified fields, as well as the values assigned to those fields.
DocumentFieldClassification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
DocumentFieldClassificationData - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
DocumentFieldClassificationData
DocumentFieldClassificationData.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
DocumentImageClassification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
An object that identifies a document type within the image, along with a confidence level for that document type.
DocumentImageClassification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
Domain - Class in com.sinch.sdk.domains.voice.models.v1
Can be either pstn for PSTN endpoint or mxp for data (app or web) clients.
DRAFT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowModeEnum
 
dryRun(boolean, int, BaseBatch<?>) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Dry run.
DryRun - Class in com.sinch.sdk.domains.sms.models
Information related to a dryRun request
DryRun(Integer, Integer, Collection<DryRunPerRecipientDetails>) - Constructor for class com.sinch.sdk.domains.sms.models.DryRun
 
DryRun.Builder - Class in com.sinch.sdk.domains.sms.models
 
DryRunPerRecipientDetails - Class in com.sinch.sdk.domains.sms.models
Details related to a dryRun recipient
DryRunPerRecipientDetails(String, Integer, String, String) - Constructor for class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
 
DryRunPerRecipientDetails(String, String, String, String) - Constructor for class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Deprecated. 
DryRunPerRecipientDetails.Builder - Class in com.sinch.sdk.domains.sms.models
 
DTMF - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.InputMethodEnum
 
DualToneMultiFrequency - Class in com.sinch.sdk.models
DTMF played to the callee.
DualToneMultiFrequency(String) - Constructor for class com.sinch.sdk.models.DualToneMultiFrequency
Create an instance of DualToneMultiFrequency
DuplicatedIdentities - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
DuplicatedIdentities
DuplicatedIdentities.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Dedicated Builder

E

E164PhoneNumber - Class in com.sinch.sdk.models
E164 Phone Number representation class helper
EE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
EL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Greek
EmailInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Email addresses of the contact.
EmailInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
empty() - Static method in class com.sinch.sdk.core.models.OptionalValue
Returns an empty OptionalValue instance.
EMPTY - Static variable in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEndEvent
Default EMPTY message to be used to send a ComposingEndEvent
EMPTY - Static variable in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ComposingEvent
Default EMPTY message to be used to send a ComposingEvent
EMPTY - Static variable in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ConversationDeletedEvent
Default EMPTY message to be used to send a ConversationDeletedEvent
EN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
English
EN_GB - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
English (UK)
EN_US - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
English (US)
END - Static variable in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
The number ends with the pattern entered
Entry(String, Pair<String, String>) - Constructor for class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
Entry(String, Pair<String, String>, String) - Constructor for class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
EnumDynamic<T,E> - Class in com.sinch.sdk.core.utils
Abstract class providing common definition to extendable enums
EnumSupportDynamic<T,E> - Class in com.sinch.sdk.core.utils
Utility class to manage extendable enumeration set
EnumSupportDynamic(Class<E>, Function<T, E>, List<E>) - Constructor for class com.sinch.sdk.core.utils.EnumSupportDynamic
Create a new instance of managing a dynamic enum
equals(Object) - Method in class com.sinch.sdk.core.models.OptionalValue
Indicates whether some other object is "equal to" this Optional.
equals(Object) - Method in class com.sinch.sdk.core.utils.EnumDynamic
 
equals(Object) - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest.Builder
 
equals(Object) - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
 
equals(Object) - Method in class com.sinch.sdk.models.DualToneMultiFrequency
 
equals(Object) - Method in class com.sinch.sdk.models.E164PhoneNumber
 
ERROR - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification couldn't be completed due to a network error or the number being unreachable.
ERROR - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
ERROR_CODE_UNSPECIFIED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Code not specified.
ES - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Spanish
ES - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
ES_AR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Spanish (ARG)
ES_ES - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Spanish (SPA)
ES_MX - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Spanish (MEX)
ET - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Estonian
EU - Static variable in class com.sinch.sdk.models.ConversationRegion
European Union
EU - Static variable in class com.sinch.sdk.models.SMSRegion
European Union
EUROPE - Static variable in class com.sinch.sdk.models.VoiceRegion
Europe
Event - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
Event
EVENT_DELIVERY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to delivery receipts for a event sent.
EVENT_INBOUND - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to inbound events from end users on the underlying channels.
EVENT_RECORD_STORED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.RecordStatusEnum
 
Event.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
Dedicated Builder
Event.DirectionEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
The direction of the event.
EventDeliveryReceiptEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
EventDeliveryReceiptEvent
EventDeliveryReceiptEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Dedicated Builder
EventDeliveryReport - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
EventDeliveryReport
EventDeliveryReport.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Dedicated Builder
events() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Events Service instance
EventsListRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.events.request
Parameters request to list events
EventsListRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.request
Dedicated Builder
EventsListResponse - Class in com.sinch.sdk.domains.conversation.models.v1.events.response
Lists all messages response
EventsListResponse(EventsService, Page<EventsListRequest, ConversationEvent, String>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.events.response.EventsListResponse
 
EventsService - Interface in com.sinch.sdk.domains.conversation.api.v1
Service for working with the Events
EXCEEDED_10DLC_LIMIT - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Exceeded the 10DLC limit.
EXCEEDED_10DLC_LIMIT - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
EXCEEDED_PARTS_LIMIT - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message failed as the number of message parts exceeds the defined max number of message parts.
EXPIRED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message expired before delivery to the SMSC.
EXPIRED - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Verification request has expired.

F

FA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Persian
FAIL - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification attempt was made, but the number wasn't verified.
FAILED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The payment attempt failed but the user can retry.
FAILED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
Transaction failed.
FAILED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
Message delivery failed.
FAILED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
FAILED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
Provisioning has failed.
FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.StatusEnum
 
FAILED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message failed to be delivered.
FAILED - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
Call failed
FAILED - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
The call failed.
FAILED_PENDING - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Pending failure.
FAILING - Static variable in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
Failed to validate credentials and acquire a long-lived token.
failSafeTimeStampToInstant(String) - Static method in class com.sinch.sdk.core.utils.DateUtil
Convert String to Instant
FallbackMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback
Fallback message.
FallbackMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback
Dedicated Builder
FALSE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
FEED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.CommentTypeEnum
 
FI - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Finnish
FI - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
FIL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Filipino
FINAL - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.StatusEnum
 
FIXED - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
FLASH_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.MethodEnum
 
FLASH_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.MethodEnum
 
FLASH_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
Verification by placing a flashVerificationResultEvent call (missed call) and detecting the incoming calling number (CLI).
FLASH_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
FLOW - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.NameEnum
 
FlowChannelSpecificMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
A message type for sending WhatsApp Flows.
FlowChannelSpecificMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
FlowChannelSpecificMessage.FlowActionEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Gets or Sets flowAction
FlowChannelSpecificMessage.FlowModeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
The mode in which the flow is.
FlowChannelSpecificMessageFlowActionPayload - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
FlowChannelSpecificMessageFlowActionPayload
FlowChannelSpecificMessageFlowActionPayload.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
FORWARD - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
FR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
French
FR - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
FRAUD - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Fraudulent activity.
from(TemplateTranslationBase) - Static method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslation
 
from(Integer) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.AgentType
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.ConversationMetadataReportView
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicyType
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ConversationMergeStrategy
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.OrderEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.CommentTypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ConversationMessagesView
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageQueue
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.MessageTypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowActionEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowModeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.DirectionEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.DirectionEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.RecordStatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.EvaluationEnum
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTargetType
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
 
from(String) - Static method in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.Capability
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.NumberType
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.OrderBy
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.StatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.ResourceType
 
from(String) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientEncoding
 
from(String) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
 
from(String) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportType
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.start.response.Link.RelEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusSource
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.EventEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.EventEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.Capability
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.MethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.DomainEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.StatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
from(String) - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationDid
Static builder helper
from(String) - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationMxp
Static builder helper
from(String) - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationPstn
Static builder helper
from(String) - Static method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationSip
Static builder helper
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.Domain
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory.MenuOptionActionType
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.ControlUrl
Create a Custom URL instance from String
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording.NameEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.WebhooksEventRequestType
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.ReasonEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.WebhooksEventRequestType
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.InputMethodEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.WebhooksEventRequestType
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.WebhooksEventRequestType
 
from(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
from(String) - Static method in class com.sinch.sdk.models.ConversationRegion
Get region from a String
from(String) - Static method in class com.sinch.sdk.models.SMSRegion
Get SMS region from a String
from(String) - Static method in class com.sinch.sdk.models.VoiceRegion
Get value from a string
from(T) - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Get a dynamic enum from value
fromValues(Collection<T>) - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Get List of enum from Collection and create undefined Enum from the Collection if required
FULL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.ConversationMetadataReportView
Include all metadata assigned to the conversation.
FULL - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportType
A single delivery report callback will be sent which includes a list of recipients per delivery status.

G

GA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Irish
GENERALERROR - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
GENERALERROR - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
GenericEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Generic Type
GenericEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
geStatues() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters
 
get() - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is present, returns the value, otherwise throws NoSuchElementException.
get() - Method in interface com.sinch.sdk.domains.numbers.api.v1.CallbackConfigurationService
Get callbacks configuration
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v1.TemplatesServiceV1
Get a template
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
Get a template
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.AppService
Get an app
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Get a Contact
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
Retrieves a conversation by id.
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.EventsService
Get event from ID
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
get(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
Get a webhook as specified by the webhook ID.
get(String) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Get active number information by phone number
get(String) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Get a batch message.
get(String) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Retrieve a group.
get(String) - Method in interface com.sinch.sdk.domains.sms.InboundsService
Retrieve inbound message
get(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.CallsService
You can retrieve information about an ongoing or completed call using a call ID.
get(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.ConferencesService
Returns information about a conference that matches the provided conference ID.
get(String, MessagesService.MessageSource) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Retrieves a specific message by its ID.
get(String, DeliveryReportBatchGetRequestParameters) - Method in interface com.sinch.sdk.domains.sms.DeliveryReportsService
Retrieve a batch delivery report.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse
Get acceptedTime
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse
Accepted timestamp.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse
Timestamp when the Conversation API accepted the message for delivery to the referenced contact.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptedTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Timestamp marking when the channel callback was accepted/received by the Conversation API.
getAcceptLanguage() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
In SMS Verification, value of Accept-Language header is used to determine the language of an SMS message.
getAcceptLanguage() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Deprecated. 
getAcceptLanguage() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms
The SMS verification content language.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
The processed time of the message in UTC timezone.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
The processed time of the message in UTC timezone.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
The processed time of the message in UTC timezone.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
The processed time of the message in UTC timezone.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
The time Conversation API processed the message.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Timestamp marking when the channel callback was received by the Conversation API.
getAcceptTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Timestamp marking when the channel callback was received by the Conversation API.
getAccountId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials
MMS Account ID.
getAce() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
You can use inline SVAML to replace a callback URL when using custom callouts.
getAction() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent
Get action
getAction() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponse
Get action
getAction() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall
Get action
getAction() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall
Get action
getAction() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms
Get action
getAction() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption
Determines which action is taken when the DTMF digit is pressed.
getAction() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl
Get action
getActive() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Flag for whether this conversation is active.
getActive() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Flag for whether this conversation is active.
getActiveChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Get activeChannel
getActiveChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Only fetch conversations from the active channel
getActiveChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Get activeChannel
getAdd() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
getAdd() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters
 
getAdd() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getAddFromGroup() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getAdditionalData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification
An object containing additional information regarding the event.
getAddresses() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Physical addresses of the contact
getAddresses() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Physical addresses of the contact
getAesKey() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials
The Encoding AES Key for the WeChat channel to which you are connecting.
getAgent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentJoinedEvent
Get agent
getAgent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentLeftEvent
Get agent
getAgent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
Get agent
getAmd() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
Get amd
getAmd() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent
Get amd
getAmount() - Method in interface com.sinch.sdk.domains.numbers.models.v1.Money
The amount in decimal form.
getAmount() - Method in interface com.sinch.sdk.domains.verification.models.v1.Price
Get amount
getAmount() - Method in interface com.sinch.sdk.domains.voice.models.v1.Price
Get amount
getAnalysisResults() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
Get analysisResults
getApiKey() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials
InfoBank API KEY.
getApiKey() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials
MMS API Key.
getApiToken() - Method in class com.sinch.sdk.models.SmsServicePlanCredentials
Service plan token
getAppEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Get appEvent
getAppEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Get appEvent
getAppEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Get appEvent
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest
The ID of the app to use for capability lookup.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse
The ID of the app to use for capability lookup.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity
Required if using a channel that uses app-scoped channel identities.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest
The ID of the app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
The ID of the participating app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
Id of the application.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Id of the application.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
The ID of the participating app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials
The AppID(Developer ID) for the WeChat channel to which you are connecting.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
The ID of the app sending the event.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Id of the application.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
The ID of the app sending the message.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
The ID of the app used to transcode the message.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Id of the subscribed app.
getAppId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
The app that this webhook belongs to.
getAppId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC
Your app ID for the Voice API.
getAppId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC
Your app ID for the Voice API.
getApplePayCertificatePassword() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials
Certificate password, required if our client wants to use Apple Pay.
getApplePayCertificateReference() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials
Certificate reference, required if our client wants to use Apple Pay.
getApplicationCredentials() - Method in class com.sinch.sdk.models.Configuration
Credentials to be used for Verification and Voice services
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest
Indicates the application where the number(s) was assigned.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest
indicates the application where the number(s) will be assigned.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation
Indicates the application where the number(s) will be assigned.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent
The unique application key.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
The unique application key.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The unique application key.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent
The unique application key.
getApplicationKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent
The unique application key.
getApplicationKey() - Method in class com.sinch.sdk.models.ApplicationCredentials
Application key to be used for Verification and Voice services
getApplicationSecret() - Method in class com.sinch.sdk.models.ApplicationCredentials
Application secret to be used for Verification and Voice services
getAppliedOriginator() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getAppMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
Get appMessage
getApps() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.ListAppsResponse
List of apps belonging to a specific project ID.
getAppSecret() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials
The AppSecret(Developer Password) for the WeChat channel to which you are connecting.
getAt() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getAutoUpdate() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getAutoUpdate() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
getAutoUpdate() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getBarge() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
'Barging' means that the user can press a DTMF digit before the prompt has finished playing.
getBasicAuth() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials
Get basicAuth
getBatchId() - Method in class com.sinch.sdk.domains.sms.models.BaseDeliveryReport
 
getBillableDuration() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice
The time of the call for which the fee was charged.
getBirthday() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Date of birth in YYYY-MM-DD format.
getBirthday() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Date of birth in YYYY-MM-DD format.
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequest
Get message body
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
Get message body
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage
Get message body
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
 
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Get body
getBody() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply
The message body.
getBody() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getBody() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getBody() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Get body
getBody() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getBody() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getBusinessAccountId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials
Required if using the Sinch Facebook App.
getBusinessChatAccountId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials
The ID that identifies a Business Chat Account (BCA).
getById(String) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStatusService
Queries the verification result by sending the verification ID.
getByIdentity(NumberIdentity, VerificationMethod) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStatusService
Queries the verification result by sending the verification Identity (usually a phone number) and its method.
getByReference(String) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStatusService
Queries the verification result by sending the verification Reference.
getCallback() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Get callback
getCallbackSecret() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
The secret used to verify the channel callbacks for channels which support callback verification.
getCallbackSettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get callbackSettings
getCallbackSettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get callbackSettings
getCallbackSettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get callbackSettings
getCallbackUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Overwrites the default callback url for delivery receipts for this message The REST URL should be of the form: http://host[:port]/path
getCallbackUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Overwrites the default callback url for delivery receipts for this message The REST URL should be of the form: http://host[:port]/path
getCallbackUrl() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
The active number's callback URL to be called for provisioning / deprovisioning updates
getCallbackUrl() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest
The active number's callback URL to be called for provisioning / deprovisioning updates
getCallbackUrl() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
The active number's callback URL to be called for provisioning / deprovisioning updates
getCallbackUrl() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest
The callback URL to be called for a rented number provisioning / deprovisioning operations
getCallbackUrl() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getCallbackUrl() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getCallbackUrl() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getCallbackUrls(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Returns any callback URLs configured for the specified application
getCallComplete() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall
Displays if the call was completed successfully.
getCallComplete() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall
Displays if the call was completed successfully.
getCallComplete() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Shows whether the call is complete or not.
getCallComplete() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Shows whether the call is complete or not.
getCallheaders() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp
An optional parameter that allows you to specify or override call headers provided to the receiving Sinch SDK client.
getCallHeaders() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
Private SIP headers to send with the call.
getCallHeaders() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
If the call was initiated by a Sinch SDK client, call headers are the headers specified by the caller client.
getCallHeaders() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
If the call is initiated by a Sinch SDK client, call headers are the headers specified by the caller client.
getCallid() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent
The unique ID assigned to this call.
getCallId() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.response.CalloutResponse
The returned call identifier.
getCallId() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
The unique identifier of the call.
getCallResourceUrl() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The path of the API resource.
getCallResult() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get callResult
getCallResult() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Get callResult
getCampaignId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
TCR campaign ID that the scheduled provisioning job will configure with the number.
getCampaignId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration
Only for US virtual numbers.
getCapabilities() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getCapabilities() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
getCapabilities() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Number capabilities to filter by, SMS and/or VOICE.
getCapability() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
The capability of the number.
getCapability() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
The capability of the number.
getCapability() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest
(optional) indicates the DID capability that was assigned to the chosen application.
getCapability() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest
indicates the DID capability that needs to be assigned to the chosen application.
getCapability() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation
Get capability
getCapabilityStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
Status indicating the recipient's capability on the channel.
getCaption() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage
Caption for the media on supported channels.
getCards() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage
A list of up to 10 cards.
getCaseInsensitiveMap(Map<String, T>) - Static method in class com.sinch.sdk.core.utils.MapUtils
 
getCatalogId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties
Required if sending a product list message.
getCatalogId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage
Optional parameter.
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity
Get channel
getChannel() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
Get channel
getChannel() - Method in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
 
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Only fetch messages from the channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
Get channel
getChannel() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
Get channel
getChannelCapabilities() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
When capability_status is set to CAPABILITY_PARTIAL, this field includes a list of the supported channel-specific capabilities reported by the channel.
getChannelCredentials() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
An array of channel credentials.
getChannelCredentials() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
An array of channel credentials.
getChannelCredentials() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get channelCredentials
getChannelIdentities() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
List of channel identities.
getChannelIdentities() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
List of channel identities.
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Channel identity of the contact.
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
Get channelIdentity
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
The channel-specific identifier for the contact.
getChannelIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
Get channelIdentity
getChannelKnownId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
Additional identifier set by the channel that represents an specific id used by the channel.
getChannelPriority() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
List of channels defining the channel priority.
getChannelPriority() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
List of channels defining the channel priority.
getChannelPriorityOrder() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Optional.
getChannelPriorityOrder() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Explicitly define the channels and order in which they are tried when sending the message.
getChannelProfileByChannelIdentity(ContactGetChannelProfileByChannelIdentityRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Get user profile from a specific channel by channel identity.
getChannelProfileByContactId(ContactGetChannelProfileByContactIdRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Get user profile from a specific channel by contact ID.
GetChannelProfileConversationChannel - Class in com.sinch.sdk.domains.conversation.models.v1.contact.request
The channel.
GetChannelProfileRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
GetChannelProfileRequest
GetChannelProfileRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
Dedicated Builder
GetChannelProfileResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.response
GetChannelProfileResponse
GetChannelProfileResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.response
Dedicated Builder
getChannelProperties() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Channel-specific properties.
getChannels() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
The list of channels for which the message shall be transcoded to.
getChannelSpecificMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
Channel specific messages, overriding any transcoding.
getChannelTemplate() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage
Optional.
getChannelTemplateOverrides() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
Field to override the omnichannel template by referring to a channel-specific template.
getChildGroupIds() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getChildGroupIds() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
getChoices() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
You may include choices in your Card Message.
getChoices() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage
Optional.
getChoices() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage
The number of choices is limited to 10.
getCity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
City Name
getClaimedIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials
The claimed identity for the channel.
getCli() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall
The caller ID of the flash call.
getCli() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms
The sender ID of the SMS.
getCli() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall
The phone number that will be displayed to the user when the flash call is received on the user's phone.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
The number that will be displayed as the incoming caller.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
The number that will be displayed as the incoming caller, to set your own CLI, you may use your verified number or your Dashboard virtual number, it must be in E.164 format.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
The number that will be displayed as the incoming caller.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
The phone number of the PSTN participant that was connected in the conference, or whatever was passed as CLI for data originated/terminated calls.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
Used to override the CLI (or caller ID) of the client.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
Used to override the CLI (or caller ID) of the client.
getCli() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The number that will be displayed to the recipient of the call.
getClientCredentials() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
Get clientCredentials
getClientId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials
The Client ID that will be used in the OAuth2 Client Credentials flow.
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.BaseDeliveryReport
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getClientReference() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getClientSecret() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials
The Client Secret that will be used in the OAuth2 Client Credentials flow.
getCliFilter() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Filter that should be applied for incoming calls to intercept the flash call.
getCode() - Method in exception class com.sinch.sdk.core.exceptions.ApiException
Get the HTTP status code.
getCode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason
Get code
getCode() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getCode() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
getCode() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall
The code which was received by the user submitting the Phone Call verification.
getCode() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms
The code which was received by the user submitting the SMS verification.
getCode() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall
The Phone Call PIN that should be entered by the user.
getCode() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms
The SMS PIN that should be used.
getCodes() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters
 
getCodes() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getCodeType() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Accepted values for the type of code to be generated are Numeric, Alpha, and Alphanumeric.
getCommand() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest
Action to apply on conference participant.
getCommentedOn() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Instagram's URL of the live broadcast or the post on which the comment was made (permalink).
getCommentType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Either LIVE or FEED.
getCompany() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo
Company name
getConferenceDtmfOptions() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Get conferenceDtmfOptions
getConferenceDtmfOptions() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference
Get conferenceDtmfOptions
getConferenceId() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
The conferenceId of the conference to which you want the callee to join.
getConferenceId() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference
The unique identifier of the conference.
GetConferenceInfoResponse - Interface in com.sinch.sdk.domains.voice.models.v1.conferences.response
The response returns information about the participants in the conference.
GetConferenceInfoResponse.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.conferences.response
Dedicated Builder
getConfidence() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification
The likelihood that the analyzed image contains the assigned document type.
getConfiguration() - Method in class com.sinch.sdk.SinchClient
Get current configuration
getContact() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactNotification
Get contact
getContactEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Get contactEvent
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ContactId
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
The ID of the participating contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Resource name (ID) of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
The ID of the participating contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Optional.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
The ID of the contact registered in the conversation provided.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Optional.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Optional.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
Resource name (ID) of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Resource name (ID) of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
The ID of the contact which is the subject of the opt-in.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
The ID of the contact which is the subject of the opt-out.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
The ID of the contact.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
The unique ID of the contact that sent the message.
getContactId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
The ID of the contact.
getContactIds() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities
List of duplicated ids in the specified channel.
getContactMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Get contactMessage
getContactMessageEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Get contactMessageEvent
getContacts() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse
List of contacts belonging to the specified project.
getContent() - Method in class com.sinch.sdk.core.models.pagination.ListResponse
Get the page items collection content
getContent() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.response.ContactListResponse
Get the page items collection content
getContent() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListRecentResponse
 
getContent() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListResponse
 
getContent() - Method in class com.sinch.sdk.domains.conversation.models.v1.events.response.EventsListResponse
 
getContent() - Method in class com.sinch.sdk.domains.conversation.models.v1.messages.response.MessagesListResponse
 
getContent() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
This is the definition of the template with the language specified in the language_code field.
getContent() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegionListResponse
 
getContent() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
 
getContent() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumberListResponse
 
getContent() - Method in class com.sinch.sdk.domains.sms.models.responses.BatchesListResponse
 
getContent() - Method in class com.sinch.sdk.domains.sms.models.responses.DeliveryReportsListResponse
 
getContent() - Method in class com.sinch.sdk.domains.sms.models.responses.GroupsListResponse
 
getContent() - Method in class com.sinch.sdk.domains.sms.models.responses.InboundsListResponse
 
getConversation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage
Get conversation
getConversation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationNotification
Get conversation
getConversationContext() - Method in class com.sinch.sdk.models.Configuration
Get Voice domain related execution context
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Optional.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
The ID of the conversation.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Optional.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Optional.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
Resource name (ID) of the conversation.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
The ID of the conversation.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Resource name (ID) of the conversation.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
The ID of the conversation the app message is part of.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
The ID of the conversation this event is part of.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
The ID of the conversation this message is part of.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
The ID of the conversation the app message is part of.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
The ID of the conversation.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
The ID of the conversation the app message is part of.
getConversationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
The ID of the conversation this message is part of.
getConversationMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Metadata that should be associated with the conversation.
getConversationMetadataReportView() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get conversationMetadataReportView
getConversationMetadataReportView() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get conversationMetadataReportView
getConversationMetadataReportView() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get conversationMetadataReportView
getConversationMetadataUpdateStrategy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Get conversationMetadataUpdateStrategy
getCoordinates() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage
Get coordinates
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Arbitrary correlation ID related to the MT message set by the Conversation API user.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Arbitrary correlation ID related to the MT message set by the Conversation API user.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
An arbitrary identifier that will be propagated to callbacks related to this message, including MO replies.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
The value provided in field correlation_id of a send message request.
getCorrelationId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
The value provided in field correlation_id of a send message request.
getCount() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
getCountry() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Country Name
getCountryCode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Two letter country code.
getCountryId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
The ID of the country to which the verification was sent.
getCountryId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
The ID of the country to which the verification was sent.
getCountryId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
The ID of the country to which the verification was sent.
getCountryId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
The ID of the country to which the verification was sent.
getCountryId() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
The ISO 3166-1 formatted country code.
getCreatedAt() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getCreatedAt() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getCreateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
Timestamp when the translation was created.
getCreateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
Timestamp when the template was created.
getCreateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
Timestamp when the translation was created.
getCreateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
Timestamp when the template was created.
getCredentials() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
Get credentials related to conversation channel
getCredentials() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Get credentials
getCurrency() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Output only.
getCurrencyCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.Money
The 3-letter currency code defined in ISO 4217.
getCurrencyId() - Method in interface com.sinch.sdk.domains.verification.models.v1.Price
ISO 4217 currency code
getCurrencyId() - Method in interface com.sinch.sdk.domains.voice.models.v1.Price
Get currencyId
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Can be used to pass custom data in the request.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Used to input custom data.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
Can be used to input custom data.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
Can be used to input custom data.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
A string that can be used to pass custom information related to the call.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent
A string that can be used to pass custom information related to the call.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
A string that can be used to pass custom information related to the call.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
A string that can be used to pass custom information related to the call.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent
An optional parameter containing notification-specific information.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent
A string that can be used to pass custom information related to the call.
getCustom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent
A string that can be used to pass custom information related to the call.
getData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload
Data for the first screen.
getData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassificationData
The data array contains the string(s) assigned to the corresponding document field.
getData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognitionData
The data array contains the string(s) identified in one section of an analyzed image.
getDebit() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Get debit
getDebit() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Get debit
getDefaultTranslation() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
The default translation to use if not specified.
getDefaultTranslation() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
The default translation to use if not specified.
getDefaultValue() - Method in class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
getDeletedContact() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification
Get deletedContact
getDeliveryReport() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getDeliveryReport() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getDeliveryReport() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getDeliveryReportBasedFallback() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get deliveryReportBasedFallback
getDeliveryReportBasedFallback() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get deliveryReportBasedFallback
getDeliveryReportBasedFallback() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get deliveryReportBasedFallback
getDeliveryReportWaitingTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback
Optional.
getDenyCallAfter() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Used by the SDKs, this setting makes the handset deny the flash call after the set time in seconds.
getDepartment() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo
Department at the company
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState
Description in case the integration fails
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem
Optional parameter.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
This is an optional description field that is displayed below the title on the card.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage
This is an optional field, containing a description for the message.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason
A textual description of the reason.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotificationErrorDetails
Human-readable error description.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotificationErrorDetails
Human-readable error description.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
The description of the template.
getDescription() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
The description of the template.
getDestination() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Get destination
getDestination() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
Get destination
getDestination() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
Get destination
getDestination() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp
Get destination
getDestination() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
Get destination
getDestinationUrl() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Get destinationUrl
getDialTimeout() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall
The dial timeout in seconds.
getDialTimeout() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall
The maximum time that a phone call verification will be active and can be completed.
getDialTimeout() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
The max duration the call will wait in ringing unanswered state before terminating with TIMEOUT/NO ANSWER on PSTN leg and NA/BUSYon MXP leg.
getDirection() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
Get direction
getDirection() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Get direction
getDirection() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Get direction
getDirection() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
The direction of the event.
getDirection() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
The direction of the message, it's always TO_APP for contact messages.
getDispatchRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get dispatchRetentionPolicy
getDispatchRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get dispatchRetentionPolicy
getDispatchRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get dispatchRetentionPolicy
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent
Agent's display name
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
The display name for the app.
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
The display name for the app.
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
The display name for the app.
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
The display name.
getDisplayName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
The display name.
getDisplayName() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
User supplied name for the phone number.
getDisplayName() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest
User supplied name for the phone number.
getDocType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification
The document type that the analyzed image most likely contains.
getDocument() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument
Get document
getDocumentFieldClassification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult
Get documentFieldClassification
getDocumentImageClassification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult
Get documentImageClassification
getDomain() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
can be either “pstn” for PSTN endpoint or “mxp” for data (app or web) clients.
getDomain() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
Get domain
getDomain() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Must be pstn for PSTN.
getDomain() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
Get domain
getDtmf() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
When the destination picks up, this DTMF tones will be played to the callee.
getDtmf() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
When the destination picks up, this DTMF tones will be played to the callee.
getDtmf() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
When the destination picks up, this DTMF tones will be played to the callee.
getDtmf() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption
A DTMF digit the user can press to trigger the configured action.
getDtmf() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
A string that determines the DTMF tones to play to the callee when the call is picked up.
getDuplicatedIdentities() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Get duplicatedIdentities
getDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
The duration of the call in seconds.
getDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
The number of seconds that the participant has been connected to the conference.
getDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection
The length of the call.
getDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
The duration of the call in seconds.
getDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The duration of the call in seconds.
getEmail() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Email of the contact.
getEmail() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
Email of the contact.
getEmailAddress() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo
Email address.
getEmailAddresses() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Email addresses of the contact
getEmailAddresses() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Email addresses of the contact
getEmoji() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent
Indicates that an emoji reaction was placed on a message.
getEnableAce() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
If enableAce is set to true and the application has a callback URL specified, you will receive an ACE callback when the call is answered.
getEnableAce() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
If enableAce is set to true and the application has a callback URL specified, you will receive an ACE callback when the call is answered.
getEnabled() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback
Optional.
getEnabled() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.SmartConversation
Set to true to allow messages processed by this app to be analyzed by Smart Conversations.
getEnabled() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.ConnectPstnAnsweringMachineDetection
Sets whether AMD is enabled.
getEnabled() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions
Get enabled
getEnableDice() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
If enableDice is set to true and the application has a callback URL specified, you will receive a DiCE callback when the call is disconnected.
getEnableDice() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
If enableDice is set to true and the application has a callback URL specified, you will receive a DiCE callback when the call is disconnected.
getEnablePie() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
If enablePie is set to true and the application has a callback URL specified, you will receive a PIE callback after a runMenu action, with the information of the action that the user took.
getEnablePie() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
Note: PIE callbacks are not available for DATA Calls; only PSTN and SIP calls.
getEnableVoice() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
Enables voice detection.
getEncoding() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getEncoding() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Get encoding
getEndDate() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getEndDate() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getEndDate() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getEndpoint() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials
The endpoint that will be used in the OAuth2 Client Credentials flow.
getEndpoint() - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
Get related endpoint
getEndpoint() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationDid
Number that the caller has called
getEndpoint() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationMxp
For type userName the value is the username for a data endpoint.
getEndpoint() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationPstn
If the type is number the value of the endpoint is a phone number.
getEndpoint() - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationSip
For type sip the value is the SIP address for a SIP endpoint.
getEndTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Filter messages with accept_time before this timestamp.
getEntityId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
The ID of the entity.
getErrorCodes() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
Get errorCodes
getErrorDetails() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
Get errorDetails
getErrorDetails() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
Get errorDetails
getEvaluation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis
A label, either SAFE or UNSAFE, that classifies the analyzed content.
getEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Get event
getEvent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Get event
getEvent() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
The type of the event.
getEvent() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
The type of the event.
getEventId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse
Event id.
getEventId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse
Event id.
getEventId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
The ID of the app event.
getEventId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The ID of the event.
getEventMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Optional.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Timestamp of the event as provided by the underlying channels.
getEventTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Timestamp of the event as provided by the underlying channels.
getEventType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification
The type of event being reported.
getEventType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The type of the event.
getExistingThread() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
Set to true if target channel's conversation thread already existed at the moment the shortlink was visited.
getExpireAt() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
The timestamp when the subscription will expire if an expiration date has been set.
getExpireAt() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getExpireAt() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getExpireAt() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getExpiry() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
The expiration time for a verification process is represented in the format HH:MM:SS .
getExplicitChannelMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
Channel specific messages, overriding any transcoding.
getExplicitChannelOmniMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage
The option to override the omni-channel template configuration with a channel-specific template (for channels on which channel-specific templates can be created.
getExternalId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Contact identifier in an external system.
getExternalId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
Contact identifier in an external system.
getExternalId() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
getExtraOption(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Return the additional "smsOptions" with the specified name.
getFailureCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
If the status is FAILED, a failure code will be provided.
getFallback() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl
Your fallback callback URL (returned if configured).
getFilenameOverride() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage
Overrides the media file name.
getFirstName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
First name.
getFirstWord() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword
 
getFirstWord() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters
 
getFlowAction() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Get flowAction
getFlowActionPayload() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Get flowActionPayload
getFlowCta() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Text which is displayed on the Call To Action button (20 characters maximum, emoji not supported).
getFlowId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
ID of the Flow.
getFlowMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
The mode in which the flow is.
getFlowToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Generated token which is an identifier.
getFooter() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Get footer
getFormat() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Get format
getForNumber(String, String) - Method in interface com.sinch.sdk.domains.sms.DeliveryReportsService
Retrieve a recipient delivery report.
getFrom() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
Optional.
getFrom() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getFrom() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getFrom() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getFrom() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getFrom() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getFrom() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Get from
getFrom() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Information about the initiator of the call.
getFromNpi() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
getFromNpi() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
getFromNpi() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
getFromNpi() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
getFromTon() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
getFromTon() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
getFromTon() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
getFromTon() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
getFullName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Full name of the contact
getGreeting() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
The text that will be spoken as a greeting.
getHeader() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage
Get header
getHeight() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
Get height
getHmacSecret() - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.request.CallbackConfigurationUpdateRequest
The HMAC secret to be updated for the specified project
getHmacSecret() - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse
Get hmacSecret
getHoldPrompt() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark
The prompt that is played on repeat until the call is unparked or the until the maxDuration value is reached.
getHref() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link
The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.
getIce() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
You can use inline SVAML to replace a callback URL when using custom callouts.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
The ID of the app.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
The ID of the contact.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
The ID of the conversation.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
The ID of the event.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Event's ID
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
The ID of the message.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Required parameter.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
The event ID.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
The message ID.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
The message ID.
getId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
The ID of the webhook.
getId() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
The id of the template.
getId() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
The id of the template.
getId() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getId() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getId() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponse
Verification identifier used to query for status.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData
Verification identifier used to query for status.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Verification identifier used to query for status.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall
Verification identifier used to query for status.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms
Verification identifier used to query for status.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
The unique ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent
The ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
The ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
The ID of the verification request.
getId() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
The callId of the call leg that the participant joined the conference.
getId() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The identifier of a menu.
getIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity
The channel identity.
getIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity
The channel recipient identity.
getIdentity() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
getIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
The channel identity.
getIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
The channel identity.
getIdentity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
The channel identity.
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Get identity
getIdentity() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Get identity
getIds() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles
The IDs of the files which will be played.
getImage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage
Get image
getInbound() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits
The number of inbound messages/events we process per second, from underlying channels to the app.
getIndications() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
The locale's tone to play while ringing.
getInjected() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Flag for whether this message was injected.
getInjected() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Flag for whether this message was injected.
getInputMethod() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult
The type of input received.
getInstructions() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl
The collection of instructions that can perform various tasks during the call.
getIntent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult
The most probable intent of the analyzed text.
getIntent() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult
The most probable intent of the analyzed text.
getInterceptionTimeout() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Amount of seconds client should wait for the flash call.
getInterceptionTimeout() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms
The amount of time in seconds that the client should wait for the SMS.
getIntroPrompt() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark
That prompt that is played when the call is first answered.
getItemPrice() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Output only.
getItems() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection
Get items
getKakaotalkPlusFriendId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials
Kakaotalk Plus friend ID.
getKakaotalkPlusFriendId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials
KakaoTalk Business Channel ID.
getKakaotalkSenderKey() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials
KakaoTalk Sender Key.
getKey() - Method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable
Get key
getKey() - Method in class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
getKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader
The call header key of the key value pair.
getKey() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie
The name of the cookie you want to set.
getKeyId() - Method in class com.sinch.sdk.models.UnifiedCredentials
Get Key ID
getKeySecret() - Method in class com.sinch.sdk.models.UnifiedCredentials
Get key secret
getLabel() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage
Label or name for the position.
getLanguage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Get language
getLanguage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
Get language
getLanguageCode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference
The BCP-47 language code, such as en-US or sr-Latn.
getLanguageCode() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
The BCP-47 language code, such as en-US or sr-Latn.
getLanguageCode() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest
The translation's language code.
getLanguageCode() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
The BCP-47 language code, such as en-US or sr-Latn.
getLastMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage
Get lastMessage
getLastName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Last name.
getLastReceived() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
The timestamp of the latest message in the conversation.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioning
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfiguration
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX
Timestamp when the status was last updated.
getLastUpdatedTime() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC
Timestamp when the status was last updated.
getLatitude() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates
The latitude.
getLeft() - Method in class com.sinch.sdk.core.utils.Pair
Get the left value of this Pair
getLink() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderMedia
URL for the media.
getLinks() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponse
Get links
getLinks() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData
Get links
getLinks() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
Get links
getLinks() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall
Get links
getLinks() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms
Get links
getLocale() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.PhoneCallSpeech
A language-region identifier according to IANA.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
The voice and language you want to use for the prompts.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
The voice and language you want to use for the text-to-speech message.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
Specifies the locale.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark
The voice and language you want to use for the text-to-speech message.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
The voice and language you want to use for the text-to-speech message.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles
If using SSML or TTS, this is a required field.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay
The voice and language you want to use for the text-to-speech message.
getLocale() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions
Get locale
getLongitude() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates
The longitude.
getMainMenu() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
Selects the menu item from the menus array to play first.
getMainPrompt() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The main voice prompt that the user hears when the menu starts the first time.
getMarketplace() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Required parameter.
getMasked() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult
The redacted message text in which sensitive information was replaced with appropriate masks.
getMaxDigits() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions
The maximum number of accepted digits before sending the collected input via a PIE callback.
getMaxDigits() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The maximum number of digits expected for a user to enter.
getMaxDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Get maxDuration
getMaxDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
The maximum amount of time in seconds that the call will last.
getMaxDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
The max duration of the call in seconds (max 14400 seconds).
getMaxDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
The max duration of the call in seconds (max 14400 seconds).
getMaxDuration() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark
The maximum amount of time in seconds that the holdPrompt will be played.
getMaxNumberOfMessageParts() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
getMaxNumberOfMessageParts() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
getMaxNumberOfMessageParts() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
getMaxNumberOfMessageParts() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
getMaxTimeoutMills() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
Sets a limit for the maximum amount of time allowed to collect voice input.
getMedia() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem
Optional parameter.
getMedia() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
Get media
getMembers() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
getMembers() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters
 
getMenu() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties
Optional.
getMenuId() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult
The ID of the menu that triggered the prompt input event.
getMenuResult() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent
Get menuResult
getMenus() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu
The list of menus available.
getMerchantId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials
Merchant ID, required if our client wants to use Apple Pay.
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Get message
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage
Get message
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice
 
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Get message
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Get message
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult
The message text that was analyzed.
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult
The message text that was analyzed.
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult
The message text that was analyzed.
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Get message
getMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis
Either the message text or the URL of the image that was analyzed.
getMessage() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslation
Get translation message
getMessage() - Method in class com.sinch.sdk.domains.sms.models.MediaBody
 
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent
The ID of the MT message that this reaction is associated with.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ReplyTo
Required.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse
The ID of the message.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage
The message id containing the choice.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
The ID of the app message.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
The ID of the app message.
getMessageId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification
The unique ID of the corresponding message.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Metadata that should be associated with the message.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Context-dependent metadata.
getMessageMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
Context-dependent metadata.
getMessagePart() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Deprecated. 
getMessageProperties() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage
Get messageProperties
getMessageRetrySettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get messageRetrySettings
getMessageRetrySettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get messageRetrySettings
getMessageRetrySettings() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get messageRetrySettings
getMessagesSource() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Specifies the message source for which the request will be processed.
getMessageType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage
The message type.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact
Metadata associated with the contact.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest
Metadata associated with the contact.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Deprecated. 
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Deprecated. 
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
Optional.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Optional.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageUpdateRequest
Get metadata
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Metadata specified when sending the event if any.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Metadata specified in the message_metadata field of a Send Message request, if any.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Usually, metadata specific to the underlying channel is provided in this field.
getMetadata() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
Metadata specified in the message_metadata field of a Send Message request, if any.
getMetadataJson() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation
Arbitrary data set by the Conversation API clients and/or provided in the conversation_metadata field of a SendMessageRequest.
getMetadataJson() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest
Arbitrary data set by the Conversation API clients and/or provided in the conversation_metadata field of a SendMessageRequest.
getMethod() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link
The HTTP method to use when performing the action using the linked localized URL.
getMethod() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
The verification method.
getMethod() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Get method
getMiddleName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Middle name.
getMlImageRecognitionResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
An array that contains the image recognition analyses of the images identified in the corresponding messages.
getMlNluResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
An array that contains the analyses of the intentions of, and entities within, the corresponding messages.
getMlOffensiveAnalysisResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
An array that contains the analyses of the offenses of the corresponding messages.
getMlPiiResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
An array that contains the PII analysis of the corresponding messages.
getMlSentimentResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult
An array that contains the analyses of the sentiments of the corresponding messages.
getMode() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions
Determines what DTMF mode the participant will use in the call.
getModifiedAt() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getModifiedAt() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getMoney() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Get money
getMonthlyPrice() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
Get monthlyPrice
getMusicOnHold() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference
Means "music-on-hold." It's an optional parameter that specifies what the first participant should listen to while they're alone in the conference, waiting for other participants to join.
getMusicOnHold() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest
Means "music on hold".
getMusicOnHold() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference
Means "music on hold".
getMusicOnHold() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
Means "music on hold".
getMuted() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
Get muted
getName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply
The nfm reply message type.
getName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Get name
getName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Get name
getName() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getName() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
getName() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters
 
getName() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getNextChargeDate() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
The date of the next charge.
getNextPageToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse
Token that should be included in the next list contacts request to fetch the next page.
getNextPageToken() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
Deprecated. 
getNfmReply() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage
Get nfmReply
getNormalizedNumber() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
The number in E.164 format.
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
Get notification
getNotification() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
Get notification
getNotificationEvents() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Get notificationEvents
getNumber() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest
The phone number in E.164 format (https://community.sinch.com/t5/Glossary/E-164/ta-p/7537)
getNumber() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation
Numbers that you own in E.164 format.
getNumber() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberResponse
Get number
getNumber() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
Used to override where PSTN call is connected.
getNumberOfMessageParts() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getNumberOfMessages() - Method in class com.sinch.sdk.domains.sms.models.DryRun
 
getNumberOfParts() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Get number of parts
getNumberOfRecipients() - Method in class com.sinch.sdk.domains.sms.models.DryRun
 
getNumberPattern() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Get numberPattern
getNumbers() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest
The phone number or list of numbers in E.164 format.
getNumbers() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumbersResponse
The object type.
getNumbersContext() - Method in class com.sinch.sdk.models.Configuration
Get Numbers domain related execution context
getNumbersServer() - Method in class com.sinch.sdk.models.NumbersContext
Numbers Server Configuration
getNumbersUrl() - Method in class com.sinch.sdk.models.NumbersContext
Numbers URL
getNumberType() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
The type of the number.
getOAuthServer() - Method in class com.sinch.sdk.models.Configuration
OAuth server
getOAuthUrl() - Method in class com.sinch.sdk.models.Configuration
OAuth URL
getOmniTemplate() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage
Get omniTemplate
getOnHold() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant
Get OnHold
getOnlyActive() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
Filtering onto active conversations only or not
getOnlyActive() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Filtering onto active conversations only or not
getOnlyRecipientOriginated() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
If true, fetch only recipient originated messages.
getOperator() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getOperatorId() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getOperatorStatusAt() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getOpticalCharacterRecognition() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult
Get opticalCharacterRecognition
getOptions() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The set of options available in the menu.
getOptions() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording
Get options
getOrder() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
Only fetch conversations from the active channel
getOrderBy() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getOrganization() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Get organization
getOrganization() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Get organization
getOriginationType() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
Get originationType
getOutbound() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits
The number of messages/events we process per second, from the app to the underlying channels.
getOutboundLimit() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats
The limit of the App's MT queue.
getOutboundSize() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats
The current size of the App's MT queue.
getPage() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getPage() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getPage() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters
 
getPage() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getPageSize() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
getPageSize() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
Maximum number of conversations to fetch.
getPageSize() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Maximum number of conversations to fetch.
getPageSize() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
Maximum number of events to fetch.
getPageSize() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Maximum number of messages to fetch.
getPageSize() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getPageSize() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getPageSize() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getPageSize() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters
 
getPageSize() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getPageToken() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest
 
getPageToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest
Next page token previously returned if any.
getPageToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest
Next page token previously returned if any.
getPageToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest
Next page token previously returned if any.
getPageToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Next page token previously returned if any.
getPageToken() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getParameterMappings() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride
A mapping between omni-template variables and the channel specific parameters.
getParameters() - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference
Required if the template has parameters.
getParameters() - Method in class com.sinch.sdk.domains.sms.models.BatchMedia
 
getParameters() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
getParameters() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest
 
getParameters() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
getParameters() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest
 
getParameters() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest
 
getParticipants() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.response.GetConferenceInfoResponse
Get participants
getPassword() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials
Basic auth password.
getPattern() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern
Sequence of digits to search for.
getPayload() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.GenericEvent
Arbitrary data set to the event.
getPayload() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
Refers to the payload previously configured to be sent in the postback.
getPayload() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
Normally a JSON payload as sent by the channel.
getPaymentIntervalMonths() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
How often the recurring price is charged in months.
getPaymentIntervalMonths() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
How often the recurring price is charged in months.
getPaymentStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent
Get paymentStatus
getPaymentTransactionId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent
Unique id of the transaction for which one of the transaction payment_transaction_status is present in event.
getPaymentTransactionStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent
Get paymentTransactionStatus
getPerRecipient() - Method in class com.sinch.sdk.domains.sms.models.DryRun
 
getPhoneNumber() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage
Phone number in E.164 with leading +.
getPhoneNumber() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo
Phone number with country code included.
getPhoneNumber() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
The phone number in The phone number in E.164 format with leading +.
getPhoneNumber() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
The phone number in E.164 format with leading +.
getPhoneNumbers() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
Phone numbers of the contact
getPhoneNumbers() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
Phone numbers of the contact
getPictureUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent
The Agent's picture url.
getPie() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom
Note: PIE callbacks are not available for DATA Calls; only PSTN and SIP calls.
getPosition() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern
Get position
getPostbackData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem
Optional parameter.
getPostbackData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice
An optional field.
getPostbackData() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage
The postback_data defined in the selected choice.
getPrefix() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Prefix before the name.
getPreservedContact() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification
Get preservedContact
getPreviewValue() - Method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable
Get previewValue
getPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get price
getPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Get price
getPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Get price
getPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Get price
getPrimary() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl
Your primary callback URL
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
Get processingMode
getProcessingMode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback
Get processingMode
getProcessingStrategy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Get processingStrategy
getProducts() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage
The selected products.
getProfileName() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.GetChannelProfileResponse
The profile name.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent
The project ID of the app which has subscribed for the callback.
getProjectId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Project ID.
getProjectId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse
Get projectId
getProjectId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The ID of the project to which the event belongs.
getProjectId() - Method in class com.sinch.sdk.models.UnifiedCredentials
Get Project ID
getPrompts() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
An advanced alternative to using text.
getQuantity() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem
Output only.
getQueue() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Get queue
getQueue() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Get queue
getQueueStats() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get queueStats
getRate() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
Get rate
getRateLimits() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get rateLimits
getRawMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage
Optional.
getRdnis() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The redirected dialled number identification service.
getReactionCategory() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent
If present, represents the grouping of emojis.
getReason() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage
Get reason
getReason() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
Get reason
getReason() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Get reason
getReason() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Get reason
getReason() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Get reason
getReason() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Get reason
getReason() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Contains the reason why a call ended.
getReason() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection
The reason that the system used to determine who answered the call.
getReason() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
The reason the call was disconnected.
getReceivedAt() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getRecipient() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest
Get recipient
getRecipient() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse
Get recipient
getRecipient() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest
Get recipient
getRecipient() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest
Get recipient
getRecipient() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
Get recipient
getRecipient() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getRecipient() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
Get recipient
getRecipients() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
getRecordStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification
Record status for a specific entity
getRef() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
The ref parameter from the shortlink the user visited.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
The reference ID that was optionally passed together with the verification request.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
The reference ID that was optionally passed together with the verification request.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
The reference ID that was optionally passed together with the verification request.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
The reference ID that was optionally passed together with the verification request.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent
Used to pass your own reference in the request for tracking purposes.
getReference() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Used to pass your own reference in the request for tracking purposes.
getReferenceId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent
This is the partner supplied ID to identify the order for payments
getRegion() - Method in class com.sinch.sdk.models.ConversationContext
Conversation region
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
ISO 3166-1 alpha-2 country code of the phone number.
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion
ISO 3166-1 alpha-2 region code.
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Region code to filter by.
getRegionCode() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
ISO 3166-1 alpha-2 country code of the phone number.
getRegionName() - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion
Display name of the region.
getRel() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link
The related action that can be performed on the initiated Verification.
getRemove() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
getRemove() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters
 
getRemove() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getRemoveFromGroup() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
getRepeatPrompt() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The prompt that will be played if valid or expected DTMF digits are not entered.
getRepeats() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
The number of times that the repeatPrompt is played.
getReplyTo() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage
Get replyTo
getReport() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent
Get report
getReport() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent
Get report
getReportTimeout() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall
The time in seconds allowed for reporting the code after which the verification will expire.
getRequestId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest
ID for the asynchronous response, will be generated if not set.
getRequestId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse
ID for the asynchronous response, will be generated if not set.
getRequestId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification
ID generated when submitting the capability request.
getRequestId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
ID generated when making an opt-in registration request.
getRequestId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
ID generated when making an opt-out registration request.
getResourceId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The unique identifier of the resource, depending on the resource type.
getResourceType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
Get resourceType
getResponseJson() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply
The JSON specific data.
getRestricted() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation
Concerns whether the call is restricted or not.
getResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassification
The result of the Document Field Classification process
getResult() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognition
The result of the OCR process.
getResult() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Get result
getResult() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Get result
getResults() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult
An array of JSON objects made up of intent and score pairs, where the score represents the likelihood that the message has the corresponding intent.
getResults() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult
An array of JSON objects made up of sentiment and score pairs, where the score represents the likelihood that the message communicates the corresponding sentiment.
getRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get retentionPolicy
getRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get retentionPolicy
getRetentionPolicy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get retentionPolicy
getRetentionType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy
Get retentionType
getRetentionType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy
Get retentionType
getRetryDuration() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.MessageRetrySettings
The maximum duration, in seconds, during which the system will retry sending a message in the event of a temporary processing failure.
getRight() - Method in class com.sinch.sdk.core.utils.Pair
Get the right value of this Pair
getScheduledProvisioning() - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration
Get scheduledProvisioning
getScheduledProvisioning() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfiguration
Get scheduledProvisioning
getScheduledProvisioning() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST
Get scheduledProvisioning
getScheduledProvisioning() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX
Get scheduledProvisioning
getScheduledProvisioning() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC
Get scheduledProvisioning
getScore() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult
The likelihood that the assigned intent represents the purpose of the analyzed text.
getScore() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult
The likelihood that the assigned intent represents the purpose of the analyzed text.
getScore() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult
The likelihood that the assigned sentiment represents the emotional context of the analyzed text.
getScore() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis
The likelihood that the assigned evaluation represents the analyzed message correctly.
getScore() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult
The likelihood that the assigned sentiment represents the emotional context of the analyzed text.
getScreen() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload
The ID of the screen displayed first.
getSearchPattern() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getSearchPattern() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
getSecondWord() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword
 
getSecondWord() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters
 
getSecret() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials
The secret for the LINE channel to which you are connecting.
getSecret() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
Optional secret be used to sign contents of webhooks sent by the Conversation API.
getSecretForOverriddenCallbackUrls() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.CallbackSettings
Optional.
getSections() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage
List of ListSection objects containing choices to be presented in the list message.
getSendAt() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getSendAt() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getSendAt() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getSenderId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase
For Contact Messages the sender ID is the contact sent the message to.
getSenderId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage
For Contact Messages the sender ID is the contact sent the message to.
getSenderId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage
The sender ID to which the contact sent the message, if applicable.
getSentAt() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getSentiment() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult
Get sentiment
getSentiment() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult
Get sentiment
getServer() - Method in class com.sinch.sdk.models.ConversationContext
Conversation Server Configuration
getServiceId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX
The service ID if the type is FAX.
getServiceId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX
The service ID if the type is FAX.
getServicePlanId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
The SMS service plan that the scheduled provisioning job will configured with the number.
getServicePlanId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration
The servicePlanId can be found in the Sinch Customer Dashboard.
getServicePlanId() - Method in class com.sinch.sdk.models.SmsServicePlanCredentials
Service plan ID -
getSetupPrice() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
Get setupPrice
getSize() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
getSize() - Method in class com.sinch.sdk.domains.sms.models.Group
 
getSmartConversation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest
Get smartConversation
getSmartConversation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest
Get smartConversation
getSmartConversation() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse
Get smartConversation
getSmsConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Get smsConfiguration
getSmsConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest
Get smsConfiguration
getSmsConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Get smsConfiguration
getSmsConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest
Get smsConfiguration
getSmsContext() - Method in class com.sinch.sdk.models.Configuration
Get SMS domain related execution context
getSmsRegion() - Method in class com.sinch.sdk.models.SmsContext
SMS Region
getSmsServer() - Method in class com.sinch.sdk.models.SmsContext
SMS Server Configuration
getSmsServicePlanCredentials() - Method in class com.sinch.sdk.models.Configuration
Get SMS service plan ID credentials
getSmsUrl() - Method in class com.sinch.sdk.models.SmsContext
SMS URL
getSource() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
Defaults to "SHORTLINK" for this type of event.
getSource() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get source
getSource() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Get source
getSource() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Get source
getSourceId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest
Required.
getSpeech() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall
Get speech
getSpeech() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall
Get speech
getStartDate() - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters
 
getStartDate() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getStartDate() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getStartTime() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
Filter messages with accept_time after this timestamp.
getState() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials
Get state
getState() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Name of a state or region of a country.
getStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState
Get status
getStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport
Get status
getStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport
Get status
getStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification
Status of the opt-in registration.
getStatus() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification
Status of the opt-out registration.
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning
Get status
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioning
Get status
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST
Get status
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX
Get status
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC
Get status
getStatus() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The status of the event.
getStatus() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
getStatus() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
Get status
getStatus() - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent
Get status
getStatus() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
The status of the call.
getStatus() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection
The determination by the system of who answered the call.
getStatuses() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch
 
getStatuses() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters
 
getStrategy() - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest
Get strategy
getSubCode() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason
Get subCode
getSubmittedMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage
Get submittedMessage
getSuffix() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo
Suffix after the name.
getSupportingDocumentationRequired() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
Whether or not supplementary documentation will be required to complete the number rental.
getSuppressCallbacks() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn
If enabled, suppresses ACE and DICE callbacks for the call.
getSuppressCallbacks() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
If enabled, suppresses ACE and DICE callbacks for the call.
getTarget() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
The target url where events should be sent to.
getTargetType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
Get targetType
getTargetUri() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData
The target URI.
getTemplate() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms
The SMS template must include a placeholder {{CODE}} where the verification code will be inserted, and it can otherwise be customized as desired.
getTemplate() - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms
The expected template for the SMS response.
getTemplateId() - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference
The ID of the template.
getTemplateManagementServer() - Method in class com.sinch.sdk.models.ConversationContext
Conversation Template Management Configuration
getTemplateManagementUrl() - Method in class com.sinch.sdk.models.ConversationContext
Conversation template management URL
getTemplateReference() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride
Get templateReference
getTerminationPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice
Get terminationPrice
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Comment's text
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentReplyEvent
The text of the comment reply.
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveBody
The content of the message (1024 characters maximum).
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveFooter
The footer content (60 characters maximum).
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText
Text for the header.
getText() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.text.TextMessage
The text to be sent.
getText() - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS
The text that will be spoken in the text-to-speech message.
getText() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay
Contains the message that will be spoken.
getTextMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage
Get textMessage
getThumbnailUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage
An optional parameter.
getTimeoutMills() - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions
The number of milliseconds that the system will wait between entered digits before triggering the PIE callback.
getTimeoutMills() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu
Determines silence for the purposes of collecting a DTMF or voice response in milliseconds.
getTimestamp() - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent
The date and time when the callback was created and added to the callbacks queue.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
The date and time of the call.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent
The timestamp in UTC format.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
The timestamp in UTC format.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
The timestamp in UTC format.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent
The timestamp in UTC format.
getTimestamp() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent
The timestamp in UTC format.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
Only relevant for the Instagram channel.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem
Required parameter.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage
Title shown close to the phone number.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage
The title of the card message.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo
Corporate title, e.g.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage
A title for the message that is displayed near the products or choices.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection
Optional parameter.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage
The title is shown close to the button or link that leads to a map showing the location.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage
Optional parameter.
getTitle() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage
The title shown close to the URL.
getTo() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest
Optional.
getTo() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
getTo() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
getTo() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
getTo() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
getTo() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters
 
getTo() - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
 
getTo() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Get to
getTo() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Get to
getTo() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
Get to
getToAdd() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getToken() - Method in class com.sinch.sdk.core.models.pagination.CursorPageNavigator
Get current page navigator token
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials
The static token.
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials
The token for the LINE channel to which you are connecting.
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials
The static bearer token for the channel.
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticTokenCredentials
The static token for the channel.
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.TelegramCredentials
The token for the Telegram bot to which you are connecting.
getToken() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials
The Token for the WeChat channel to which you are connecting.
getToken() - Method in class com.sinch.sdk.domains.sms.models.SMSCursorPageNavigator
 
getToRemove() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
getTotalMessageCount() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch
 
getTranscodedMessage() - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.response.TranscodeMessageResponse
The transcoded message for the different channels.
getTranscriptionOptions() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions
Get transcriptionOptions
getTranslations() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
List of translations for the template.
getTranslations() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
Get translations
getTranslationVersion() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest
The translation's version
getTransport() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip
An optional parameter to specify the SIP transport protocol.
getTriggers() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
An array of triggers that should trigger the webhook and result in an event being sent to the target url.
getTrunkId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST
The trunk ID if the type is EST.
getTrunkId() - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST
The trunk ID if the type is EST.
getTtl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest
The timeout allotted for sending the message, expressed in seconds.
getTtlDays() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy
Optional.
getTtlDays() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy
Optional.
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent
Get type
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent
The identifier for the referral.
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Address type, e.g.
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo
Email address type.
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo
Phone number type, e.g.
getType() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo
Optional.
getType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Get type
getType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest
 
getType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest
 
getType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Get type
getType() - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber
Get type
getType() - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters
 
getType() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult
The type of information that's returned.
getType() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent
The type of information communicated in the notification.
getTypes() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest
 
getTypes() - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion
A list of the different number types available.
getUdh() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
getUdh() - Method in class com.sinch.sdk.domains.sms.models.InboundBinary
 
getUdh() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
getUdh() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchBinaryRequest
 
getUnifiedCredentials() - Method in class com.sinch.sdk.models.Configuration
Get Sinch unified credentials
getUpdateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
Timestamp of when the translation was updated.
getUpdateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1
Timestamp when the template was updated.
getUpdateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
Timestamp of when the translation was updated.
getUpdateTime() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
Timestamp when the template was updated.
getUrl() - Method in class com.sinch.sdk.core.models.ServerConfiguration
Get URL related to server
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessageMedia
Url to the media file.
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo
The URL to be referenced
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage
Url to the media file.
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage
Url to the media file.
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage
The url to show.
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult
The URL of the image that was processed.
getUrl() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis
URL of the image that was analyzed.
getUrl() - Method in class com.sinch.sdk.domains.sms.models.MediaBody
 
getUrl() - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.Callbacks
Get url
getUrl() - Method in class com.sinch.sdk.domains.voice.models.v1.svaml.ControlUrl
 
getUrl() - Method in class com.sinch.sdk.models.ConversationContext
Conversation URL
getUrls() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage
URLs/websites associated with the contact
getUrls() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal
URLs/websites associated with the contact
getUser() - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent
Username of the account that commented in the live broadcast or post.
getUsername() - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials
Basic auth username.
getUserRate() - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation
Get userRate
getUserRate() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent
Get userRate
getUserRate() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent
Get userRate
getValue() - Method in class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
getValue() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader
The call header value of the key value pair.
getValue() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf
A string that determines the DTMF tones to play to the callee when the call is picked up.
getValue() - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie
The value of the cookie you want to set.
getValue() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult
The value of the returned information.
getVariables() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
List of expected variables.
getVariables() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
List of expected variables.
getVerificationContext() - Method in class com.sinch.sdk.models.Configuration
Get Verification domain related execution context
getVerificationPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSmsPrice
Get verificationPrice
getVerificationPrice() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice
Get verificationPrice
getVerificationServer() - Method in class com.sinch.sdk.models.VerificationContext
Verification Server Configuration
getVerificationTimestamp() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse
The timestamp in UTC format.
getVerificationTimestamp() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall
The timestamp in UTC format.
getVerificationTimestamp() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall
The timestamp in UTC format.
getVerificationTimestamp() - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms
The timestamp in UTC format.
getVerificationUrl() - Method in class com.sinch.sdk.models.VerificationContext
Verification URL
getVersion() - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference
Used to specify what version of a template to use.
getVersion() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation
The version of template.
getVersion() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase
The version of the translation.
getVersion() - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2
The version of the template.
getVersion() - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent
The current API version.
getVideo() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo
Get video
getView() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest
 
getVoiceApplicationManagementServer() - Method in class com.sinch.sdk.models.VoiceContext
Voice Application Management Configuration
getVoiceApplicationManagementUrl() - Method in class com.sinch.sdk.models.VoiceContext
Voice Application Management URL
getVoiceConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber
Get voiceConfiguration
getVoiceConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest
Get voiceConfiguration
getVoiceConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest
Get voiceConfiguration
getVoiceConfiguration() - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest
Get voiceConfiguration
getVoiceContext() - Method in class com.sinch.sdk.models.Configuration
Get Voice domain related execution context
getVoiceRegion() - Method in class com.sinch.sdk.models.VoiceContext
Voice region
getVoiceServer() - Method in class com.sinch.sdk.models.VoiceContext
Voice Server Configuration
getVoiceUrl() - Method in class com.sinch.sdk.models.VoiceContext
Voice URL
getWebhooks() - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits
The rate limit of callbacks sent to the webhooks registered for the app.
getWebhooks() - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.response.ListWebhooksResponse
List of webhooks belonging to a specific project ID and app ID
getZip() - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo
Zip/postal code
GLOBAL - Static variable in class com.sinch.sdk.models.VoiceRegion
Global - redirected by Sinch to the closest region
GR - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
Group - Class in com.sinch.sdk.domains.sms.models
 
Group(String, String, Integer, Instant, Instant, Collection<String>, GroupAutoUpdate) - Constructor for class com.sinch.sdk.domains.sms.models.Group
 
Group.Builder - Class in com.sinch.sdk.domains.sms.models
 
GroupAutoUpdate - Class in com.sinch.sdk.domains.sms.models
 
GroupAutoUpdate(String, GroupAutoUpdateKeyword, GroupAutoUpdateKeyword) - Constructor for class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
GroupAutoUpdate.Builder - Class in com.sinch.sdk.domains.sms.models
 
GroupAutoUpdateKeyword - Class in com.sinch.sdk.domains.sms.models
 
GroupAutoUpdateKeyword.Builder - Class in com.sinch.sdk.domains.sms.models
 
GroupAutoUpdateKeywordRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupAutoUpdateKeywordRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupAutoUpdateRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupAutoUpdateRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupCreateRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to create a group
GroupCreateRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupReplaceRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to replace a group
GroupReplaceRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
groups() - Method in interface com.sinch.sdk.domains.sms.SMSService
Groups Service instance
GroupsListRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to list groups
GroupsListRequestParameters(OptionalValue<Integer>, OptionalValue<Integer>) - Constructor for class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters
 
GroupsListRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
GroupsListResponse - Class in com.sinch.sdk.domains.sms.models.responses
Groups List response
GroupsListResponse(GroupsService, Page<GroupsListRequestParameters, Group, Integer>) - Constructor for class com.sinch.sdk.domains.sms.models.responses.GroupsListResponse
 
GroupsService - Interface in com.sinch.sdk.domains.sms
Groups Service
GroupUpdateRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to update" a group
GroupUpdateRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
GSM - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientEncoding
 
GU - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Gujarati

H

HA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Hausa
HANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup.NameEnum
 
HANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
HANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
hashCode() - Method in class com.sinch.sdk.core.models.OptionalValue
Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
hashCode() - Method in class com.sinch.sdk.core.utils.EnumDynamic
 
hashCode() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest.Builder
 
hashCode() - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
 
hashCode() - Method in class com.sinch.sdk.models.DualToneMultiFrequency
 
hashCode() - Method in class com.sinch.sdk.models.E164PhoneNumber
 
hasNextPage() - Method in class com.sinch.sdk.core.models.pagination.ListResponse
Indicate if another page response is available
hasNextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.response.ContactListResponse
Indicate if another page response is available
hasNextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListRecentResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.events.response.EventsListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.messages.response.MessagesListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegionListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumberListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.BatchesListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.DeliveryReportsListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.GroupsListResponse
 
hasNextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.InboundsListResponse
 
HE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Hebrew
HI - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Hindi
HIGH_PRIORITY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageQueue
The high priority queue.
HR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Croatian
HTTP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTargetType
Events will be sent to an HTTP target.
HU - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Hungarian
HU - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
HUMAN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.AgentType
Human agent.
HUMAN - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
HUNG_UP_WITHOUT_ENTERING_VALID_CODE - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Phone call ended without entering code.

I

ICE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
ID - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Indonesian
Identity - Class in com.sinch.sdk.domains.verification.models.v1
Base class for Identity objects
ifPresent(Consumer<? super T>) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is present, performs the given action with the value, otherwise does nothing.
ifPresentOrElse(Consumer<? super T>, Runnable) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is set, performs the given action with the value, otherwise performs the given empty-based action.
IGNORE - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
IL - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
IMAGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.TypeEnum
 
IN - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
IN_PROGRESS - Static variable in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
Provisioning in progress.
INACTIVE_SENDER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
The used credentials for the underlying channel is inactivated and not allowed to send or receive messages.
Inbound<T> - Class in com.sinch.sdk.domains.sms.models
Base class for Incoming message
Inbound(T, String, String, Instant, String, String, String, Instant) - Constructor for class com.sinch.sdk.domains.sms.models.Inbound
 
Inbound.Builder<T,B> - Class in com.sinch.sdk.domains.sms.models
 
InboundBinary - Class in com.sinch.sdk.domains.sms.models
Incoming SMS Binary
InboundBinary(String, String, String, Instant, String, String, String, Instant, String) - Constructor for class com.sinch.sdk.domains.sms.models.InboundBinary
Binary MO class
InboundBinary.Builder - Class in com.sinch.sdk.domains.sms.models
 
InboundEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
InboundEvent
InboundEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
Dedicated Builder
inbounds() - Method in interface com.sinch.sdk.domains.sms.SMSService
Inbounds Service instance
InboundsListRequestParameters - Class in com.sinch.sdk.domains.sms.models.requests
Parameters request to list delivery reports for a project
InboundsListRequestParameters.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
InboundsListResponse - Class in com.sinch.sdk.domains.sms.models.responses
List Incoming Messages response
InboundsListResponse(InboundsService, Page<InboundsListRequestParameters, Inbound<?>, Integer>) - Constructor for class com.sinch.sdk.domains.sms.models.responses.InboundsListResponse
 
InboundsService - Interface in com.sinch.sdk.domains.sms
Inbounds Service
InboundText - Class in com.sinch.sdk.domains.sms.models
Incoming SMS Text
InboundText(String, String, String, Instant, String, String, String, Instant) - Constructor for class com.sinch.sdk.domains.sms.models.InboundText
Text MO class
InboundText.Builder - Class in com.sinch.sdk.domains.sms.models
 
IncomingCallEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
The request body of an Incoming Call Event.
IncomingCallEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
Incoming SMS WebHook - Search tag in package com.sinch.sdk.domains.sms.models.webhooks
Section
INITIALSILENCE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.ReasonEnum
 
injectEvent(String, InjectEventRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation injects a conversation event into a specific conversation.
InjectEventRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Inject Event request
InjectEventRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Dedicated Builder
InjectEventResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.response
InjectEventResponse
InjectEventResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.response
Dedicated Builder
injectMessage(String, InjectMessageRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation injects a conversation message in to a specific conversation.
InjectMessageRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Message to be injected
InjectMessageRequest.Builder<B> - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Dedicated Builder
InjectMessageRequestBase - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
A message on a particular channel.
InjectMessageRequestBase.Builder<B> - Interface in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Dedicated Builder
instagram(InstagramCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.INSTAGRAM channel
INSTAGRAM - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
The Instagram channel.
INSTAGRAM - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Instagram channel.
INSTAGRAM - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
InstagramCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the INSTAGRAM channel in the channel_identifier property, you must include this object.
InstagramCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
INSUFFICIENT_BALANCE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The credit balance for the account is insufficient to cover the fees.
INSUFFICIENT_BALANCE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
IntentResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
IntentResult
IntentResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
INTERCEPTED - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusSource
PIN verification was performed automatically
INTERNAL_ERROR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
An internal error occurred.
INTERNAL_ERROR - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Internal server error.
INTERNAL_ERROR - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
An unexpected error caused the message to fail.
INTERNAL_ERROR - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Internal server error.
INTERNAL_EXPIRY - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message was expired before reaching SMSC.
INTERNAL_REJECT - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
SMSC rejected the message.
INVALID_CALLBACK - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Callback was invalid.
INVALID_CLI - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
CLI is invalid.
INVALID_CODE - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Input code is invalid.
INVALID_NNID - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The specified NNID is invalid.
INVALID_NNID - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
INVALIDINPUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
INVALIDSVAMLACTION - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
isCanceled() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
isEmpty(String) - Static method in class com.sinch.sdk.core.utils.StringUtil
Check if a string is empty
isFeedbackEnabled() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
isFeedbackEnabled() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
isFlashMessage() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
isFlashMessage() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
isFlashMessage() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
isFlashMessage() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
isPresent() - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is present, returns true, otherwise false.
isStrictValidation() - Method in class com.sinch.sdk.domains.sms.models.BatchMedia
 
isStrictValidation() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest
 
isStrictValidation() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest
 
isTruncateConcat() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
isTruncateConcat() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
isTruncateConcat() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
isTruncateConcat() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
IT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Italian
IT - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
iterator() - Method in class com.sinch.sdk.core.models.pagination.ListResponse
Get an iterator across all items available across all page responses

J

JA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Japanese
JP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 

K

kakaoTalk(KakaoTalkCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.KAKAOTALK channel
KAKAOTALK - Enum constant in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
 
KAKAOTALK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The KakaoTalk channel.
KAKAOTALK - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
kakaoTalkChat(KakaoTalkChatCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder for ConversationChannel.KAKAOTALKCHAT channel
KAKAOTALKCHAT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The KakaoTalk chat channel (used primarily in ConsultationTalk).
KakaoTalkChatCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the KakaoTalkChat channel in the channel_identifier property, you must include this object.
KakaoTalkChatCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
KakaoTalkCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the KakaoTalk channel in the channel_identifier property, you must include this object.
KakaoTalkCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
kickAll(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.ConferencesService
Removes all participants from a conference
kickParticipant(String, String) - Method in interface com.sinch.sdk.domains.voice.api.v1.ConferencesService
Remove a specified conference participant from a specified conference
KK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Kazakh
KN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Kannada
KO - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Korean

L

line(LineCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.LINE channel
LINE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
The LINE channel.
LINE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The LINE channel.
LineCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the LINE channel in the channel_identifier property, you must include this object.
LineCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
Link - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Available methods and actions which can be done after a successful Verification
Link.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
Link.RelEnum - Class in com.sinch.sdk.domains.verification.models.v1.start.response
The related action that can be performed on the initiated Verification.
list() - Method in interface com.sinch.sdk.domains.conversation.api.templates.v1.TemplatesServiceV1
List all templates belonging to a project ID.
list() - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
List all templates belonging to a project ID.
list() - Method in interface com.sinch.sdk.domains.conversation.api.v1.AppService
List all apps
list() - Method in interface com.sinch.sdk.domains.sms.GroupsService
List groups with default parameters
list(ContactListRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
List Contacts
list(ConversationsListRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation lists all conversations that are associated with an app and/or a contact.
list(EventsListRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.EventsService
List all events in a project
list(MessagesListRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
This operation lists all messages sent or received via particular ProcessingMode.
list(AvailableRegionListRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.AvailableRegionService
List available regions
list(ActiveNumberListRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Lists active numbers for a project
list(BatchesListRequestParameters) - Method in interface com.sinch.sdk.domains.sms.BatchesService
List Batches.
list(DeliveryReportListRequestParameters) - Method in interface com.sinch.sdk.domains.sms.DeliveryReportsService
Get a list of finished delivery reports.
list(GroupsListRequestParameters) - Method in interface com.sinch.sdk.domains.sms.GroupsService
List Groups
list(InboundsListRequestParameters) - Method in interface com.sinch.sdk.domains.sms.InboundsService
List incoming messages
list(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
List all webhooks for a given app as specified by the App ID.
ListAdditionalProperties - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Additional properties for the message.
ListAdditionalProperties.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Dedicated Builder
ListAppsResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
ListAppsResponse
ListAppsResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
Dedicated Builder
ListContactsResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.response
ListContactsResponse
ListContactsResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.response
Dedicated Builder
ListItem<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Base class for all classes supported by ListItem
listMembers(String) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Get phone numbers for a group
ListMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
A message containing a list of options to choose from
ListMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Dedicated Builder
listNumbers() - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Get information about your numbers.
listRecent(ConversationsListRecentRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation lists conversations and their most recent message, ordered by when the most recent message was sent for that conversation.
ListResponse<T> - Class in com.sinch.sdk.core.models.pagination
Abstract class used for handling unified paginated response
ListSection<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Section for interactive WhatsApp messages containing ListItem
ListSection.Builder<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.list
Dedicated Builder
listTranslations(String, TranslationListRequest) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
List translations for a template
ListWebhooksResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.response
ListWebhooksResponse
ListWebhooksResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.response
Dedicated Builder
LIVE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.CommentTypeEnum
 
LO - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Lao
LOCAL - Static variable in class com.sinch.sdk.domains.numbers.models.v1.NumberType
Numbers that are assigned to a specific geographic region.
LocationMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.location
Message containing geographic location.
LocationMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.location
Dedicated Builder
LONGGREETING - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.ReasonEnum
 
lookup(QueryCapabilityRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.CapabilityService
Capability lookup
LT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Lithuanian
LT - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
LV - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Latvian

M

MACHINE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
MachineLearningImageRecognitionResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
MachineLearningImageRecognitionResult
MachineLearningImageRecognitionResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
MachineLearningNLUResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
MachineLearningNLUResult
MachineLearningNLUResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
MachineLearningPIIResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
An object that contains the PII analysis of the corresponding messages.
MachineLearningPIIResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
MachineLearningSentimentResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
MachineLearningSentimentResult
MachineLearningSentimentResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
ManageConferenceParticipantRequest - Interface in com.sinch.sdk.domains.voice.models.v1.conferences.request
 
ManageConferenceParticipantRequest.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.conferences.request
Dedicated Builder
ManageConferenceParticipantRequest.CommandEnum - Class in com.sinch.sdk.domains.voice.models.v1.conferences.request
Action to apply on conference participant.
manageParticipant(String, String, ManageConferenceParticipantRequest) - Method in interface com.sinch.sdk.domains.voice.api.v1.ConferencesService
Manages conference participant in a specified conference:
MANAGERHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
MANAGERHANGUP - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
manageWithCallLeg(String, CallLeg, SvamlControl) - Method in interface com.sinch.sdk.domains.voice.api.v1.CallsService
This method is used to manage ongoing, connected calls.
MANUAL - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusSource
PIN verification was manually performed
map(Function<? super T, ? extends U>) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is present, returns an OptionalValue describing the result of applying the given mapping function to the value, otherwise returns an empty OptionalValue.
MapUtils - Class in com.sinch.sdk.core.utils
 
MapUtils() - Constructor for class com.sinch.sdk.core.utils.MapUtils
 
MEDIA_NOT_REACHABLE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The provided media link was not accessible from the Conversation API or from the underlying channels.
MEDIA_TOO_LARGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Some of the referenced media files are too large.
MEDIA_TYPE_UNDETERMINED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
The specified media urls media type could not be determined.
MEDIA_TYPE_UNSUPPORTED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Some of the referenced media files is of a unsupported media type.
MediaBody - Class in com.sinch.sdk.domains.sms.models
MediaBody object
MediaBody(String) - Constructor for class com.sinch.sdk.domains.sms.models.MediaBody
 
MediaBody(String, String) - Constructor for class com.sinch.sdk.domains.sms.models.MediaBody
 
MediaBody.Builder - Class in com.sinch.sdk.domains.sms.models
 
MediaCardMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard
A message containing a media component, such as an image or video.
MediaCardMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard
Dedicated Builder
MediaMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.media
A message containing a media component, such as an image, document, or video.
MediaMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.media
Dedicated Builder
MEDIUM - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
Medium card height.
Menu - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
An IVR menu that contains an audio prompt as well as configured options.
MENU - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory.MenuOptionActionType
Navigates to the named menu
Menu.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
menuAction(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory
 
MenuOption - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
A configured option that the user can trigger to perform an action.
MenuOption.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
MenuOptionActionFactory - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
Menu option action factory helper
MenuOptionActionFactory() - Constructor for class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory
 
MenuOptionActionFactory.MenuOptionActionType - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
 
MenuResult - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
An object containing information about the returned menu result.
MenuResult.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
MenuResult.InputMethodEnum - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
The type of input received.
MenuResult.TypeEnum - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
The type of information that's returned.
MERGE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ConversationMergeStrategy
Merge the contents of the two subjects.
MERGE_PATCH - Static variable in class com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
Patches the conversation_metadata field with the patch provided according to RFC 7386.
mergeContact(String, String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Merge two Contacts.
MergeContactRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
MergeContactRequest
MergeContactRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.contact.request
Dedicated Builder
MESSAGE_DELIVERY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to delivery receipts for a message sent.
MESSAGE_EXPIRE_POLICY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicyType
Removes all messages, sent or received by the app, older than the TTL days specified in the policy.
MESSAGE_EXPIRE_POLICY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
The default retention policy where messages older than ttl_days are automatically deleted from Conversation API database.
MESSAGE_INBOUND - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to inbound messages from end users on the underlying channels.
MESSAGE_INBOUND_SMART_CONVERSATION_REDACTION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to analysis for messages from end-users (Please note that this functionality is currently available for open beta testing.)
MESSAGE_SUBMIT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to message submit Notifications.
MESSAGE_UNROUTABLE - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
SMSC rejected message.
MessageDeliveryReceiptEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
This callback notifies the API clients about status changes of already sent app message.
MessageDeliveryReceiptEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Dedicated Builder
MessageDeliveryReport - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
MessageDeliveryReport
MessageDeliveryReport.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Dedicated Builder
MessageInboundEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
This callback delivers contact (end-user) messages to the API clients.
MessageInboundEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Dedicated Builder
MessageInboundEventMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
MessageInboundEventMessage
MessageInboundEventMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Dedicated Builder
MessageInboundEventMessage.DirectionEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
The direction of the message, it's always TO_APP for contact messages.
MessageInboundSmartConversationRedactionEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
This callback delivers contact (end-user) messages to the API clients.
MessageInboundSmartConversationRedactionEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
MessageQueue - Class in com.sinch.sdk.domains.conversation.models.v1.messages.request
Select the priority type for the message
MessageRetrySettings - Interface in com.sinch.sdk.domains.conversation.models.v1.app
This object contains settings related to message retry mechanism.
MessageRetrySettings.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
messages() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Messages Service instance
MessagesListRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
Parameters request to list messages
MessagesListRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
Dedicated Builder
MessagesListResponse - Class in com.sinch.sdk.domains.conversation.models.v1.messages.response
Lists all messages response
MessagesListResponse(MessagesService, Page<MessagesListRequest, ConversationMessage, String>) - Constructor for class com.sinch.sdk.domains.conversation.models.v1.messages.response.MessagesListResponse
 
MessagesService - Interface in com.sinch.sdk.domains.conversation.api.v1
Messages related service
MessagesService.MessageSource - Enum in com.sinch.sdk.domains.conversation.api.v1
Specifies the message source for which the request will be processed.
MessageSubmitEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
This callback provides a notification to the API clients that the corresponding app message was submitted to a channel.
MessageSubmitEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Dedicated Builder
MessageSubmitEventMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
MessageSubmitEventMessage
MessageSubmitEventMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Dedicated Builder
MessageUpdateRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
Update message request
MessageUpdateRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
Dedicated Builder
messenger(StaticTokenCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.MESSENGER channel
MESSENGER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
The Facebook Messenger channel.
MESSENGER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Facebook Messenger channel.
MESSENGER - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
MetadataUpdateStrategy - Class in com.sinch.sdk.domains.conversation.models.v1.request
Update strategy for the conversation_metadata field.
MK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Macedonian
ML - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Malayalam
mms(MMSCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.MMS channel
MMS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The MMS channel.
MMSCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the MMS channel in the channel_identifier property, you must include this object.
MMSCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
MNO_SHARING_ERROR - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Sharing error.
MNO_SHARING_ERROR - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
MOBILE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.NumberType
Numbers that belong to a specific range.
MOBILE - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
MOCK_CAMPAIGN_NOT_ALLOWED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Mock campaign is not permitted.
MOCK_CAMPAIGN_NOT_ALLOWED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
Money - Interface in com.sinch.sdk.domains.numbers.models.v1
An object giving details on currency code and the amount charged.
Money.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
MR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Marathi
MS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Malay
MUSIC1 - Static variable in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
Plays music choice 1.
MUSIC2 - Static variable in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
Plays music choice 2.
MUSIC3 - Static variable in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
Plays music choice 3.
MusicOnHold - Class in com.sinch.sdk.domains.voice.models.v1
Available Music On Hold values
MUTE - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
MX - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
MXP - Static variable in class com.sinch.sdk.domains.voice.models.v1.Domain
A data call.
MXP2 - Static variable in class com.sinch.sdk.domains.voice.models.v1.Domain
A data call.
MY - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 

N

N_A - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
N_A - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
 
N_A - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
NAME - Static variable in class com.sinch.sdk.SDK
 
NameInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Name information of the contact.
NameInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
NAVIGATE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowActionEnum
 
NB - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Norwegian
NEGATIVE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
The sentiment of the text is most likely negative.
NETWORK_ERROR_OR_NUMBER_UNREACHABLE - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Network error or destination number is otherwise unreachable.
NEUTRAL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
The sentiment of the text is most likely neutral.
NEW - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The partner sent an order_details message but the user didn’t start a payment yet.
nextPage() - Method in class com.sinch.sdk.core.models.pagination.ListResponse
Get next page response if available
nextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.response.ContactListResponse
Get next page response if available
nextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListRecentResponse
 
nextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.events.response.EventsListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.conversation.models.v1.messages.response.MessagesListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegionListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumberListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.BatchesListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.DeliveryReportsListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.GroupsListResponse
 
nextPage() - Method in class com.sinch.sdk.domains.sms.models.responses.InboundsListResponse
 
NFM_REPLY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.MessageTypeEnum
 
NFM_REPLY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum
 
NL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Dutch
NL - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
NO_ANSWER - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
No answer to call
NO_CAPABILITY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
NO_CHANNEL_IDENTITY_FOR_CONTACT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The contact has no channel identities set up, or the contact has no channels set up for the resolved channel priorities.
NO_CHANNELS_LEFT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
No channels to try to send the message to.
NO_PERMISSION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
No permission to perform action.
NO_PROFILE_AVAILABLE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
No available profile data for user.
NOANSWER - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
The line called failed to answer.
NOCREDITPARTNER - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
NOCREDITPARTNER - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
NONE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.ConversationMetadataReportView
Omit metadata.
NONE - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportType
No delivery report callback will be sent.
NORMAL_PRIORITY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageQueue
The normal priority queue.
NORTH_AMERICA - Static variable in class com.sinch.sdk.models.VoiceRegion
North America
NOT_ENOUGH_CREDIT - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Not enough credit in dashboard account.
NotificationEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
The request body of a Notify Event.
NotificationEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
NotificationEvent.WebhooksEventRequestType - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
Must have the value notify.
NOTIFY - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.WebhooksEventRequestType
 
NOTIFY - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
NOTSURE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
NUMBER_PROVISIONING_FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Failed to provision the number.
NUMBER_PROVISIONING_FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
NumberEvent - Interface in com.sinch.sdk.domains.numbers.models.v1.webhooks
NumberEvent
NumberEvent.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.webhooks
Dedicated Builder
NumberEvent.EventTypeEnum - Class in com.sinch.sdk.domains.numbers.models.v1.webhooks
The type of the event.
NumberEvent.FailureCodeEnum - Class in com.sinch.sdk.domains.numbers.models.v1.webhooks
If the status is FAILED, a failure code will be provided.
NumberEvent.StatusEnum - Class in com.sinch.sdk.domains.numbers.models.v1.webhooks
The status of the event.
NumberIdentity - Class in com.sinch.sdk.domains.verification.models.v1
Identity based onto a phone number
NumberIdentity.Builder - Class in com.sinch.sdk.domains.verification.models.v1
Dedicated Builder
numbers() - Method in class com.sinch.sdk.SinchClient
Get Numbers domain service
NumbersContext - Class in com.sinch.sdk.models
Execution context related to Numbers domains
NumbersContext.Builder - Class in com.sinch.sdk.models
Dedicated Builder
NumbersService - Interface in com.sinch.sdk.domains.numbers.api.v1
Numbers Service
NumbersService - Interface in com.sinch.sdk.domains.numbers
Numbers Service
NumberType - Class in com.sinch.sdk.domains.numbers.models.v1
Type of phone number
NUMERIC - Static variable in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
NZ - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 

O

of(ChannelRecipientIdentity...) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities
 
of(T) - Static method in class com.sinch.sdk.core.models.OptionalValue
Returns an OptionalValue describing the given value.
OffensiveAnalysis - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
OffensiveAnalysis
OffensiveAnalysis.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
OffensiveAnalysis.EvaluationEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
A label, either SAFE or UNSAFE, that classifies the analyzed content.
OmniMessageOverride - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Base class for all classes supported by OmniMessageOverride
OmniMessageOverride.ChannelSpecificTemplate - Enum in com.sinch.sdk.domains.conversation.models.v1.messages
 
ONGOING - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.StatusEnum
 
ONHOLD - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
OPT_IN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to opt_ins.
OPT_OUT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to opt_outs.
OpticalCharacterRecognition - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
An object containing a result array that reports the machine learning engine's character extraction results.
OpticalCharacterRecognition.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
OpticalCharacterRecognitionData - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
OpticalCharacterRecognitionData
OpticalCharacterRecognitionData.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
OptInEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
This callback is used to deliver opt-in notifications from the channels.
OptInEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OptInEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
OptInEventNotification
OptInEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OptInEventNotification.StatusEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Status of the opt-in registration.
OptInEventNotificationErrorDetails - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
This field is populated if the opt-in failed.
OptInEventNotificationErrorDetails.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OptionalValue<T> - Class in com.sinch.sdk.core.models
class adapted from Optional enabling to: accept null value as authorized and defined value determine is a value was set with any value (null included) or not
OptOutEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
This callback is used to deliver opt-out notifications from the channels.
OptOutEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OptOutEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
OptOutEventNotification
OptOutEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OptOutEventNotification.StatusEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Status of the opt-out registration.
OptOutEventNotificationErrorDetails - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
This field is populated if the opt-out failed.
OptOutEventNotificationErrorDetails.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Dedicated Builder
OrderBy - Class in com.sinch.sdk.domains.numbers.models.v1.request
Supported fields for ordering
orElse(T) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is set, returns the value, otherwise returns other.
orElseGet(Supplier<? extends T>) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is set, returns the value, otherwise returns the result produced by the supplying function.
orElseThrow() - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is set, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.sinch.sdk.core.models.OptionalValue
If a value is present, returns the value, otherwise throws an exception produced by the exception supplying function.
OrganizationInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Organization information of the contact.
OrganizationInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
OTHER - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
OUTSIDE_ALLOWED_SENDING_WINDOW - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The allowed sending window has expired.
OwnedNumberInformation - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
OwnedNumberInformation
OwnedNumberInformation.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
Dedicated Builder
OwnedNumbersResponse - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
OwnedNumbersResponse
OwnedNumbersResponse.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
Dedicated Builder

P

PA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Punjabi
Pair<N,V> - Class in com.sinch.sdk.core.utils
Utility class to manage a pair of information (tuple)
Pair(N, V) - Constructor for class com.sinch.sdk.core.utils.Pair
Create a new pair
Parameters - Class in com.sinch.sdk.domains.sms.models
 
Parameters(Collection<Parameters.Entry>) - Constructor for class com.sinch.sdk.domains.sms.models.Parameters
 
Parameters.Entry - Class in com.sinch.sdk.domains.sms.models
 
PARK - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.NameEnum
 
parse(String) - Method in interface com.sinch.sdk.domains.sms.WebHooksService
Parse and un-serialize incoming webhooks payload
parseEvent(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
This function can be called to deserialize received payload onto callback onto proper java verification event class
parseEvent(String) - Method in interface com.sinch.sdk.domains.numbers.api.v1.WebHooksService
This function can be called to deserialize received payload onto callback.
parseEvent(String) - Method in interface com.sinch.sdk.domains.verification.api.v1.WebHooksService
This function can be called to deserialize received payload onto callback onto proper java verification event class
parseEvent(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.WebHooksService
This function can be called to deserialize received payload onto callback onto proper java Voice event class
PARTNER_SERVICE_UNAVAILABLE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The third party service is unavailable.
PARTNER_SERVICE_UNAVAILABLE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
PaymentStatus - Class in com.sinch.sdk.domains.conversation.models.v1.events.types
Status reflecting how payment flow goes
PaymentStatusUpdateEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Payment Status Update
PaymentStatusUpdateEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
PaymentTransactionStatus - Class in com.sinch.sdk.domains.conversation.models.v1.events.types
Group of statuses of the user-initiated transaction changes.
PENDING - Static variable in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
Initial status when the channel has been activated in the front-end.
PENDING - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The user started the payment process and the payment object was created.
PENDING - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
The transaction has started.
PENDING - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification is ongoing.
PER_RECIPIENT - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportType
A delivery report callback will be sent for each status change of a message.
PER_RECIPIENT_FINAl - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportType
A delivery report callback representing the final status of a message will be sent for each recipient.
PERSIST_RETENTION_POLICY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
Persist policy does not delete old messages or conversations.
PH - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
PHONE_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.MethodEnum
 
PHONE_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.MethodEnum
 
PHONE_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
Verification by placing a PSTN call to the user's phone and playing an announcement, asking the user to press a particular digit to verify the phone number.
PHONE_CALL - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
PHONE_NUMBER - Static variable in class com.sinch.sdk.domains.numbers.models.v1.request.OrderBy
Ordering by phoneNumber
PhoneCallSpeech - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Text-To-Speech engine settings
PhoneCallSpeech.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
PhoneNumberInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Phone numbers of the contact.
PhoneNumberInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
PIE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.WebhooksEventRequestType
 
PIE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
PL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Polish
PL - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
PLAY_FILES - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.NameEnum
 
POSITIVE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
The sentiment of the text is most likely positive.
Price - Interface in com.sinch.sdk.domains.verification.models.v1
Price
Price - Interface in com.sinch.sdk.domains.voice.models.v1
Price
Price.Builder - Interface in com.sinch.sdk.domains.verification.models.v1
Dedicated Builder
Price.Builder - Interface in com.sinch.sdk.domains.voice.models.v1
Dedicated Builder
ProcessingMode - Class in com.sinch.sdk.domains.conversation.models.v1
Whether or not Conversation API should store contacts and conversations for the app.
ProcessingStrategy - Class in com.sinch.sdk.domains.conversation.models.v1.messages.request
Overrides the app's Processing Mode.
ProductItem - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
A message component for interactive messages, containing a product.
ProductItem.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
ProductResponseMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse
Represents an interactive WhatsApp message containing ProductItem objects
ProductResponseMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse
Dedicated Builder
PromptInputEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
The request body of a Prompt Input Event.
PromptInputEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
PromptInputEvent.WebhooksEventRequestType - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
Must have the value pie.
PROVISIONING_STATUS_UNSPECIFIED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
The status is currently unknown.
PROVISIONING_TO_CAMPAIGN - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
PROVISIONING_TO_SMS_PLATFORM - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
PROVISIONING_TO_VOICE_PLATFORM - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
ProvisioningStatus - Class in com.sinch.sdk.domains.numbers.models.v1
The provisioning status.
PSTN - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.DomainEnum
 
PSTN - Static variable in class com.sinch.sdk.domains.voice.models.v1.Domain
A call on the Public Switched Telephone Network.
PSTN2 - Static variable in class com.sinch.sdk.domains.voice.models.v1.Domain
A call on the Public Switched Telephone Network.
PT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Portuguese
PT - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
PT_BR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Portuguese (BR)
PT_PT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Portuguese (PT)
PUBLISHED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowModeEnum
 
putExtraOption(String, Object) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter

Q

QueryCapabilityRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.capability.request
QueryCapabilityRequest
QueryCapabilityRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.capability.request
Dedicated Builder
QueryCapabilityResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.capability.response
An CapabilityResponse contains the identity of the recipient for which will be perform a capability lookup.
QueryCapabilityResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.capability.response
Dedicated Builder
queryNumber(String) - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Returns information about the requested number
QueryNumberInformation - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
The number item object.
QueryNumberInformation.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
Dedicated Builder
QueryNumberInformation.NumberTypeEnum - Class in com.sinch.sdk.domains.voice.models.v1.applications.response
The type of the number.
QueryNumberResponse - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
QueryNumberResponse
QueryNumberResponse.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.response
Dedicated Builder
QUEUED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message is queued within REST API system and will be dispatched according to the rate of the account.
QUEUED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message is queued within REST API system and will be dispatched according to the rate of the account.
QUEUED_ON_CHANNEL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
The message has been queued on the corresponding Conversation API channel.
QueueStats - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
QueueStats
QueueStats.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
Dedicated Builder

R

RATE_LIMITED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The message or event was not sent due to rate limiting.
RateLimits - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
RateLimits
RateLimits.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app.response
Dedicated Builder
rcs(StaticBearerCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.RCS channel
RCS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The RCS channel.
RCS - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
REACT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
User placed some emoji reaction
ReactionAction - Class in com.sinch.sdk.domains.conversation.models.v1.events.types
Type of action
ReactionEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Reaction
ReactionEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
READ - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
The message has been read.
Reason - Interface in com.sinch.sdk.domains.conversation.models.v1
Reason
Reason.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
ReasonCode - Class in com.sinch.sdk.domains.conversation.models.v1
Gets or Sets ReasonCode
ReasonSubCode - Class in com.sinch.sdk.domains.conversation.models.v1
Gets or Sets ReasonSubCode
Recipient - Interface in com.sinch.sdk.domains.conversation.models.v1
Base class for all classes supported by Recipient
RECIPIENT_INVALID_CHANNEL_IDENTITY - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The channel recipient identity was malformed.
RECIPIENT_NOT_OPTED_IN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The contact, or channel recipient identity, has not opt-ed in on the channel.
RECIPIENT_NOT_REACHABLE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
It was not possible to reach the contact, or channel recipient identity, on the channel.
RECORD_NOTIFICATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to Record Notifications.
RECORD_STATUS_UNSPECIFIED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.RecordStatusEnum
 
RecordNotificationEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
RecordNotificationEvent
RecordNotificationEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
Dedicated Builder
RecordNotificationEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
RecordNotificationEventNotification
RecordNotificationEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
Dedicated Builder
RecordNotificationEventNotification.RecordStatusEnum - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
Record status for a specific entity
regions() - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Available Region Service instance
regions() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Non versioned Available Region Service instance
REJECTED - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message was rejected by the SMSC.
release(String) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Release an active number from the project
rent(String, AvailableNumberRentRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Activate a new phone number
rentAny(AvailableNumberRentAnyRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Rent any number that matches the criteria
replace(String, BaseBatch<?>) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Replace a batch .
replace(String, GroupReplaceRequestParameters) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Replace a group
REPLACE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
The default strategy.
ReplyTo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
If the contact message was a response to a previous App message then this field contains information about that.
ReplyTo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages
Dedicated Builder
REPORT - Static variable in class com.sinch.sdk.domains.verification.models.v1.start.response.Link.RelEnum
 
reportFlashCallById(String, VerificationReportRequestFlashCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report the received verification code to verify it, using the Verification ID of the VerificationMethod.FLASH_CALL Verification request
reportFlashCallByIdentity(NumberIdentity, VerificationReportRequestFlashCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report a verification using VerificationMethod.FLASH_CALL & Identity
reportPhoneCallById(String, VerificationReportRequestPhoneCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report the received verification code to verify it, using the Verification ID of the VerificationMethod.PHONE_CALL Verification request
reportPhoneCallByIdentity(NumberIdentity, VerificationReportRequestPhoneCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report a verification using VerificationMethod.PHONE_CALL & Identity
reportSmsById(String, VerificationReportRequestSms) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report the received verification code to verify it, using the Verification ID of the VerificationMethod.SMS Verification request
reportSmsByIdentity(NumberIdentity, VerificationReportRequestSms) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationReportService
Report a verification using VerificationMethod.SMS & Identity
requireNonEmpty(String, String) - Static method in class com.sinch.sdk.core.utils.StringUtil
Checks that the specified object reference is not null not an empty string.
ResourceType - Class in com.sinch.sdk.domains.numbers.models.v1.webhooks
The type of the resource.
RESUME - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
RetentionPolicy - Interface in com.sinch.sdk.domains.conversation.models.v1.app
The retention policy configured for the app.
RetentionPolicy.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
RetentionPolicyType - Class in com.sinch.sdk.domains.conversation.models.v1.app
Gets or Sets RetentionPolicyType
RETURN - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory.MenuOptionActionType
Triggers a Prompt Input Event (PIE)
RETURN - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
returnAction(String) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory
 
RING - Static variable in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
Plays a progress tone.
RO - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Romanian
RU - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Russian
RU - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
RUN_MENU - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.NameEnum
 

S

SAFE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.EvaluationEnum
 
SAY - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.NameEnum
 
ScheduledSmsProvisioning - Interface in com.sinch.sdk.domains.numbers.models.v1
Represents the ongoing or failed scheduled provisioning job.
ScheduledSmsProvisioning.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
ScheduledVoiceProvisioning - Interface in com.sinch.sdk.domains.numbers.models.v1
ScheduledVoiceProvisioning
ScheduledVoiceProvisioning.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
ScheduledVoiceProvisioningEST - Interface in com.sinch.sdk.domains.numbers.models.v1
ScheduledVoiceProvisioningEST
ScheduledVoiceProvisioningEST.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
ScheduledVoiceProvisioningFAX - Interface in com.sinch.sdk.domains.numbers.models.v1
ScheduledVoiceProvisioningFAX
ScheduledVoiceProvisioningFAX.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
ScheduledVoiceProvisioningRTC - Interface in com.sinch.sdk.domains.numbers.models.v1
ScheduledVoiceProvisioningRTC
ScheduledVoiceProvisioningRTC.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
SDK - Class in com.sinch.sdk
 
SDK() - Constructor for class com.sinch.sdk.SDK
 
SE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
searchForAvailableNumbers(AvailableNumberListRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Search for available phone numbers
SearchPattern - Interface in com.sinch.sdk.domains.numbers.models.v1.request
SearchPattern
SearchPattern.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1.request
Dedicated Builder
SearchPosition - Class in com.sinch.sdk.domains.numbers.models.v1.request
The pattern to apply to searches
send(SendEventRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.EventsService
Send an event
send(BaseBatch<?>) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Send a message or a batch of messages.
SEND_DTMF - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.NameEnum
 
sendCardMessage(SendMessageRequest<CardMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a card message
sendCarouselMessage(SendMessageRequest<CarouselMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a carousel message
sendChoiceMessage(SendMessageRequest<ChoiceMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a choice message
sendContactInfoMessage(SendMessageRequest<ContactInfoMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a contact info message
sendDeliveryFeedback(String, Collection<String>) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Send delivery feedback for a message.
SendEventRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.events.request
SendEventRequest
SendEventRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.request
Dedicated Builder
SendEventResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.events.response
SendEventResponse
SendEventResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.response
Dedicated Builder
sendListMessage(SendMessageRequest<ListMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a list message
sendLocationMessage(SendMessageRequest<LocationMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a location message
sendMediaMessage(SendMessageRequest<MediaMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a media message
sendMessage(SendMessageRequest<? extends AppMessageBody>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a message
SendMessageRequest<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
This is the request body for sending a message.
SendMessageRequest.Builder<T> - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.request
Dedicated Builder
SendMessageResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.response
SendMessageResponse
SendMessageResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.response
Dedicated Builder
SendSmsBatchBinaryRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
SendSmsBatchBinaryRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
SendSmsBatchMediaRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
SendSmsBatchMediaRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
SendSmsBatchTextRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
SendSmsBatchTextRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
sendTemplateMessage(SendMessageRequest<TemplateMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a template message
sendTextMessage(SendMessageRequest<TextMessage>) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Send a send message request message
Sentiment - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
The most probable sentiment of the analyzed text.
SentimentResult - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
SentimentResult
SentimentResult.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
SEQUENCE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
serializeResponse(VerificationRequestEventResponse) - Method in interface com.sinch.sdk.domains.verification.api.v1.WebHooksService
This function can be called to serialize a verification response to be sent as JSON
serializeResponse(SvamlControl) - Method in interface com.sinch.sdk.domains.voice.api.v1.WebHooksService
This function can be called to serialize a Voice response to be sent as JSON
ServerConfiguration - Class in com.sinch.sdk.core.models
Class used to store server related information and configuration
ServerConfiguration(String) - Constructor for class com.sinch.sdk.core.models.ServerConfiguration
Create a server confiration from URL
SET_COOKIE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.NameEnum
 
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setAcceptedTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setAcceptLanguage(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setAcceptLanguage(List<String>) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
Deprecated.
setAcceptLanguage(List<String>) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setAcceptTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setAccountId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials.Builder
see getter
setAce(Control) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setAction(ReactionAction) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent.Builder
see getter
setAction(VerificationEventResponseAction) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponse.Builder
see getter
setAction(VerificationEventResponseAction) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall.Builder
see getter
setAction(VerificationEventResponseAction) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall.Builder
see getter
setAction(VerificationEventResponseAction) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms.Builder
see getter
setAction(SvamlAction) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl.Builder
see getter
setAction(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption.Builder
see getter
setActive(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setActive(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setActiveChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setActiveChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setActiveChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setAdd(GroupAutoUpdateKeyword) - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate.Builder
 
setAdd(GroupAutoUpdateKeywordRequestParameters) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters.Builder
 
setAdd(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setAddFromGroup(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setAdditionalData(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification.Builder
see getter
setAddresses(List<AddressInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setAddresses(List<AddressInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setAesKey(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials.Builder
see getter
setAgent(Agent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentJoinedEvent.Builder
see getter
setAgent(Agent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.AgentLeftEvent.Builder
see getter
setAgent(Agent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
see getter
setAmd(ConnectPstnAnsweringMachineDetection) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setAmd(AnsweredCallEventAnsweringMachineDetection) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.Builder
see getter
setAmount(Double) - Method in interface com.sinch.sdk.domains.numbers.models.v1.Money.Builder
see getter
setAmount(Float) - Method in interface com.sinch.sdk.domains.verification.models.v1.Price.Builder
see getter
setAmount(Float) - Method in interface com.sinch.sdk.domains.voice.models.v1.Price.Builder
see getter
setAnalysisResults(AnalysisResult) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setApiKey(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials.Builder
see getter
setApiKey(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials.Builder
see getter
setApiToken(String) - Method in class com.sinch.sdk.models.SmsServicePlanCredentials.Builder
Set service plan token
setAppEvent(AppEvent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setAppEvent(AppEvent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setAppEvent(AppEventInternal) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity.Builder
see getter
setAppId(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
setAppId(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest.Builder
 
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC.Builder
see getter
setAppId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC.Builder
see getter
setApplePayCertificatePassword(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials.Builder
see getter
setApplePayCertificateReference(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.Builder
see getter
setApplicationKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent.Builder
see getter
setApplicationKey(String) - Method in class com.sinch.sdk.models.ApplicationCredentials.Builder
Set Application secret
setApplicationKey(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Application key
setApplicationSecret(String) - Method in class com.sinch.sdk.models.ApplicationCredentials.Builder
Set Application secret
setApplicationSecret(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Application secret
setAppliedOriginator(String) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setAppMessage(AppMessage<?>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
see getter
setApps(List<AppResponse>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.ListAppsResponse.Builder
see getter
setAppSecret(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials.Builder
see getter
setAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setAutoUpdate(GroupAutoUpdate) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setAutoUpdate(GroupAutoUpdateRequestParameters) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters.Builder
 
setAutoUpdate(GroupAutoUpdateRequestParameters) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setBarge(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
see getter
setBasicAuth(BasicAuthCredentials) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.MMSCredentials.Builder
see getter
setBatchId(String) - Method in class com.sinch.sdk.domains.sms.models.BaseDeliveryReport.Builder
 
setBillableDuration(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice.Builder
see getter
setBirthday(LocalDate) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setBirthday(LocalDate) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setBody(ConversationMessageBody) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequest.Builder
see getter
setBody(WhatsAppInteractiveBody) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setBody(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.Builder
see getter
setBody(String) - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
 
setBody(T) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
see getter
setBody(T) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage.Builder
see getter
setBody(T) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setBusinessAccountId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials.Builder
see getter
setBusinessChatAccountId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials.Builder
see getter
setCallback(UnsupportedCallbackEventCallback) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setCallbackSecret(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
see getter
setCallbackSettings(CallbackSettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setCallbackSettings(CallbackSettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setCallbackSettings(CallbackSettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setCallbackUrl(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest.Builder
see getter
setCallComplete(Boolean) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall.Builder
see getter
setCallComplete(Boolean) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall.Builder
see getter
setCallComplete(Boolean) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setCallComplete(Boolean) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setCallheaders(List<CallHeader>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.Builder
see getter
setCallHeaders(List<CallHeader>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setCallHeaders(List<CallHeader>) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setCallHeaders(List<CallHeader>) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setCallid(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
see getter
setCallId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.response.CalloutResponse.Builder
see getter
setCallId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setCallResourceUrl(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setCallResult(StatusCallResult) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setCallResult(StatusCallResult) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setCampaignId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
see getter
setCampaignId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration.Builder
see getter
setCapabilities(Collection<Capability>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setCapabilities(Collection<Capability>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
setCapabilities(List<Capability>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setCapability(Capability) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest.Builder
see getter
setCapability(Capability) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest.Builder
see getter
setCapability(Capability) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation.Builder
see getter
setCapability(List<Capability>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setCapability(List<Capability>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setCapabilityStatus(CapabilityEventNotification.CapabilityStatusEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setCaption(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage.Builder
see getter
setCards(List<CardMessage>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage.Builder
see getter
setCatalogId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties.Builder
see getter
setCatalogId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage.Builder
see getter
setChannel(GetChannelProfileConversationChannel) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
setChannel(GetChannelProfileConversationChannel) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest.Builder
 
setChannel(GetChannelProfileConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity.Builder
see getter
setChannel(ConversationChannel) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setChannel(ConversationChannel) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setChannel(TemplateChannel) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setChannelCapabilities(List<String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setChannelCredentials(List<ConversationChannelCredentials>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setChannelCredentials(List<ConversationChannelCredentials>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setChannelCredentials(List<ConversationChannelCredentials>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setChannelIdentities(ChannelRecipientIdentities) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
setChannelIdentities(Collection<ChannelRecipientIdentity>) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
 
setChannelIdentities(List<ChannelIdentity>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setChannelIdentities(List<ChannelIdentity>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setChannelIdentity(ChannelIdentity) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setChannelIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setChannelIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setChannelKnownId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
see getter
setChannelPriority(List<ConversationChannel>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setChannelPriority(List<ConversationChannel>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setChannelPriorityOrder(List<ConversationChannel>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setChannelPriorityOrder(List<ConversationChannel>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setChannelProperties(Map<String, String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setChannels(List<ConversationChannel>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
see getter
setChannelSpecificMessage(Map<ConversationChannel, ChannelSpecificMessage>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
see getter
setChannelTemplate(Map<ConversationChannel, TemplateReference>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage.Builder
see getter
setChannelTemplateOverrides(Map<ConversationChannel, ChannelTemplateOverride>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setChildGroupIds(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setChildGroupIds(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters.Builder
 
setChoices(List<Choice<?>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
see getter
setChoices(List<Choice<?>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.carousel.CarouselMessage.Builder
see getter
setChoices(List<Choice<?>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage.Builder
see getter
setCity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
setClaimedIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setCli(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setClientCredentials(ClientCredentials) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setClientId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials.Builder
see getter
setClientReference(String) - Method in class com.sinch.sdk.domains.sms.models.BaseDeliveryReport.Builder
 
setClientReference(String) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setClientReference(String) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setClientReference(String) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setClientReference(String) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setClientSecret(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials.Builder
see getter
setCliFilter(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setCode(ReasonCode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason.Builder
see getter
setCode(DeliveryReportErrorCode) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setCode(Integer) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails.Builder
 
setCode(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.Builder
see getter
setCode(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.Builder
see getter
setCode(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall.Builder
see getter
setCode(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseSms.Builder
see getter
setCodes(Collection<DeliveryReportErrorCode>) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setCodes(Collection<Integer>) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters.Builder
 
setCodeType(VerificationStartRequestSms.CodeTypeEnum) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setCommand(ManageConferenceParticipantRequest.CommandEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.Builder
see getter
setCommentedOn(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
see getter
setCommentType(CommentEvent.CommentTypeEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
see getter
setCompany(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo.Builder
see getter
setConferenceDtmfOptions(ConferenceDtmfOptions) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setConferenceDtmfOptions(ConferenceDtmfOptions) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.Builder
see getter
setConferenceId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setConferenceId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.Builder
see getter
setConfidence(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification.Builder
see getter
setContact(Contact) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactNotification.Builder
see getter
setContactEvent(ContactEvent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setContactId(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest.Builder
 
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ContactId.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setContactId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setContactIds(List<String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.DuplicatedIdentities.Builder
see getter
setContactMessage(ContactMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setContactMessageEvent(ContactMessageEvent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setContacts(List<Contact>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse.Builder
see getter
setContent(ConversationMessageBody) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setContent(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setConversation(Conversation) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage.Builder
see getter
setConversation(Conversation) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationNotification.Builder
see getter
setConversationContext(ConversationContext) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Conversation related context
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setConversationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setConversationMetadata(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setConversationMetadataReportView(ConversationMetadataReportView) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setConversationMetadataReportView(ConversationMetadataReportView) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setConversationMetadataReportView(ConversationMetadataReportView) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setConversationMetadataUpdateStrategy(MetadataUpdateStrategy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setConversationRegion(ConversationRegion) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Conversation Region to be used
setConversationTemplateManagementUrl(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Conversation Template Management API URL
setConversationUrl(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Conversation API URL
setCoordinates(Coordinates) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setCorrelationId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setCount(Integer) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails.Builder
 
setCountry(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
setCountryCode(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
setCountryId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setCountryId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setCountryId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setCountryId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setCountryId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
see getter
setCreatedAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setCreateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setCreateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setCreateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setCreateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setCredentials(ChannelCredentials) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
see getter
setCredentials(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
see getter
setCurrency(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
see getter
setCurrencyCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.Money.Builder
see getter
setCurrencyId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.Price.Builder
see getter
setCurrencyId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.Price.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.Builder
see getter
setCustom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent.Builder
see getter
setData(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload.Builder
see getter
setData(List<String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassificationData.Builder
see getter
setData(List<String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognitionData.Builder
see getter
setDebit(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setDebit(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setDefaultTranslation(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setDefaultTranslation(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setDeletedContact(Contact) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification.Builder
see getter
setDeliveryReportBasedFallback(DeliveryReportBasedFallback) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setDeliveryReportBasedFallback(DeliveryReportBasedFallback) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setDeliveryReportBasedFallback(DeliveryReportBasedFallback) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setDeliveryReportWaitingTime(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback.Builder
see getter
setDenyCallAfter(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setDepartment(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotificationErrorDetails.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotificationErrorDetails.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setDescription(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setDestination(DestinationConference) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setDestination(DestinationCustom) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setDestination(DestinationMxp) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.Builder
see getter
setDestination(DestinationSip) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setDestination(DestinationTextToSpeech) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setDestinationUrl(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
see getter
setDialTimeout(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall.Builder
see getter
setDialTimeout(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponseFlashCall.Builder
see getter
setDialTimeout(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setDirection(ConversationDirection) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setDirection(ConversationDirection) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setDirection(ConversationDirection) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setDirection(Event.DirectionEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setDirection(MessageInboundEventMessage.DirectionEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setDispatchRetentionPolicy(DispatchRetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setDispatchRetentionPolicy(DispatchRetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setDispatchRetentionPolicy(DispatchRetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setDisplayName(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest.Builder
see getter
setDocType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentImageClassification.Builder
see getter
setDocument(WhatsAppInteractiveHeaderMedia) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.Builder
see getter
setDocumentFieldClassification(DocumentFieldClassification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult.Builder
see getter
setDocumentImageClassification(DocumentImageClassification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult.Builder
see getter
setDomain(CallInformation.DomainEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setDomain(Domain) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setDomain(Domain) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setDomain(Domain) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setDtmf(DualToneMultiFrequency) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setDtmf(DualToneMultiFrequency) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setDtmf(DualToneMultiFrequency) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setDtmf(DualToneMultiFrequency) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOption.Builder
see getter
setDtmf(DualToneMultiFrequency) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setDuplicatedIdentities(List<DuplicatedIdentities>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
see getter
setDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.Builder
see getter
setDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setEmail(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setEmail(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setEmailAddress(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo.Builder
see getter
setEmailAddresses(List<EmailInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setEmailAddresses(List<EmailInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setEmoji(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent.Builder
see getter
setEnableAce(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setEnableAce(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setEnabled(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DeliveryReportBasedFallback.Builder
see getter
setEnabled(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.SmartConversation.Builder
see getter
setEnabled(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.ConnectPstnAnsweringMachineDetection.Builder
see getter
setEnabled(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions.Builder
see getter
setEnableDice(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setEnableDice(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setEnablePie(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setEnablePie(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setEnableVoice(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
see getter
setEncoding(DeliveryReportRecipientEncoding) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setEncoding(String) - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
 
setEndDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setEndDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setEndDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setEndpoint(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.ClientCredentials.Builder
see getter
setEndpoint(String) - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity.Builder
Endpoint to be used for number identity (the phone number)
setEndpoint(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationDid.Builder
see getter
setEndpoint(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationMxp.Builder
see getter
setEndpoint(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationPstn.Builder
see getter
setEndpoint(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.destination.DestinationSip.Builder
see getter
setEndTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setEntityId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setErrorCodes(List<SmsErrorCode>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
see getter
setErrorDetails(OptInEventNotificationErrorDetails) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setErrorDetails(OptOutEventNotificationErrorDetails) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setEvaluation(OffensiveAnalysis.EvaluationEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.Builder
see getter
setEvent(AppEvent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setEvent(Event) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setEvent(VerificationRequestEvent.EventEnum) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setEvent(VerificationResultEvent.EventEnum) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setEventId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.InjectEventResponse.Builder
see getter
setEventId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.response.SendEventResponse.Builder
see getter
setEventId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setEventId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setEventMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setEventTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setEventType(NumberEvent.EventTypeEnum) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setEventType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEventNotification.Builder
see getter
setExistingThread(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setExpireAt(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setExpiry(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setExplicitChannelMessage(Map<ConversationChannel, Object>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
see getter
setExplicitChannelOmniMessage(Map<OmniMessageOverride.ChannelSpecificTemplate, OmniMessageOverride>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.AppMessage.Builder
see getter
setExternalId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setExternalId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setExternalId(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
setFailureCode(NumberEvent.FailureCodeEnum) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setFallback(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl.Builder
see getter
setFilenameOverride(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage.Builder
see getter
setFirstName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setFirstWord(String) - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword.Builder
 
setFirstWord(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters.Builder
 
setFlashMessage(boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setFlashMessage(boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setFlashMessage(Boolean) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setFlashMessage(Boolean) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setFlowAction(FlowChannelSpecificMessage.FlowActionEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFlowActionPayload(FlowChannelSpecificMessageFlowActionPayload) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFlowCta(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFlowId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFlowMode(FlowChannelSpecificMessage.FlowModeEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFlowToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFooter(WhatsAppInteractiveFooter) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setFormat(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
see getter
setFrom(CallInformationFrom) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setFrom(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
see getter
setFrom(String) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setFrom(String) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setFrom(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setFromNpi(int) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setFromNpi(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setFromNpi(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setFromNpi(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setFromTon(int) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setFromTon(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setFromTon(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setFromTon(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setFullName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setGreeting(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setHeader(WhatsAppInteractiveHeader) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.Builder
see getter
setHeight(CardHeight) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
see getter
setHmacSecret(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.request.CallbackConfigurationUpdateRequest.Builder
see getter
setHmacSecret(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse.Builder
see getter
setHoldPrompt(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.Builder
see getter
setHref(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link.Builder
see getter
setIce(Control) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setId(String) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setId(String) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponse.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
see getter
setId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setIdentity(Identity) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity.Builder
see getter
setIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentity.Builder
see getter
setIdentity(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
setIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setIdentity(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setIds(List<String>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.Builder
see getter
setImage(WhatsAppInteractiveHeaderMedia) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.Builder
see getter
setInbound(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits.Builder
see getter
setIndications(SvamlActionConnectPstn.IndicationsEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setInjected(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setInjected(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setInputMethod(MenuResult.InputMethodEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.Builder
see getter
setInstructions(Collection<SvamlInstruction>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.SvamlControl.Builder
see getter
setIntent(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult.Builder
see getter
setIntent(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult.Builder
see getter
setInterceptionTimeout(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setInterceptionTimeout(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms.Builder
see getter
setIntroPrompt(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.Builder
see getter
setItemPrice(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
see getter
setItems(List<ListItem<T>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection.Builder
see getter
setKakaotalkPlusFriendId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkChatCredentials.Builder
see getter
setKakaotalkPlusFriendId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials.Builder
see getter
setKakaotalkSenderKey(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.KakaoTalkCredentials.Builder
see getter
setKey(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable.Builder
see getter
setKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader.Builder
see getter
setKey(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.Builder
see getter
setKeyId(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set key ID
setKeyId(String) - Method in class com.sinch.sdk.models.UnifiedCredentials.Builder
Set key ID
setKeySecret(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set key secret
setKeySecret(String) - Method in class com.sinch.sdk.models.UnifiedCredentials.Builder
Set key secret
setLabel(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage.Builder
see getter
setLanguage(ContactLanguage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setLanguage(ContactLanguage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setLanguageCode(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference.Builder
see getter
setLanguageCode(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setLanguageCode(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest.Builder
see getter
setLanguageCode(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setLastMessage(ConversationMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationRecentMessage.Builder
see getter
setLastName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setLastReceived(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioning.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfiguration.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX.Builder
see getter
setLastUpdatedTime(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC.Builder
see getter
setLatitude(Double) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates.Builder
see getter
setLink(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderMedia.Builder
see getter
setLinks(List<Link>) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponse.Builder
see getter
setLinks(List<Link>) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData.Builder
see getter
setLinks(List<Link>) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setLinks(List<Link>) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponsePhoneCall.Builder
see getter
setLinks(List<Link>) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.PhoneCallSpeech.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.Builder
see getter
setLocale(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.TranscriptionOptions.Builder
see getter
setLongitude(Double) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.Coordinates.Builder
see getter
setMainMenu(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
see getter
setMainPrompt(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setMarketplace(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
see getter
setMasked(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult.Builder
see getter
setMaxDigits(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.Builder
see getter
setMaxDigits(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setMaxDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setMaxDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setMaxDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setMaxDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setMaxDuration(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.Builder
see getter
setMaxNumberOfMessageParts(int) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setMaxNumberOfMessageParts(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setMaxNumberOfMessageParts(Integer) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setMaxNumberOfMessageParts(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setMaxTimeoutMills(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setMedia(CardMessageMedia) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
see getter
setMedia(MediaMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem.Builder
see getter
setMembers(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters.Builder
 
setMembers(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters.Builder
 
setMenu(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListAdditionalProperties.Builder
see getter
setMenuId(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.Builder
see getter
setMenuResult(MenuResult) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.Builder
see getter
setMenus(List<Menu>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.Builder
see getter
setMerchantId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.AppleBusinessChatCredentials.Builder
see getter
setMessage(AppMessage<T>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setMessage(AppMessageBody) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslation.Builder
see getter
setMessage(ChannelSpecificContactMessageContent) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.Builder
see getter
setMessage(MessageInboundEventMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setMessage(MessageInboundEventMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setMessage(MessageSubmitEventMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setMessage(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult.Builder
see getter
setMessage(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningPIIResult.Builder
see getter
setMessage(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult.Builder
see getter
setMessage(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.Builder
see getter
setMessage(String) - Method in class com.sinch.sdk.domains.sms.models.MediaBody.Builder
 
setMessage(T) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice.Builder
 
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ReplyTo.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.response.SendMessageResponse.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setMessageId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEventNotification.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setMessageMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setMessagePart(String) - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
Deprecated. 
setMessageProperties(ListAdditionalProperties) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage.Builder
see getter
setMessageRetrySettings(MessageRetrySettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setMessageRetrySettings(MessageRetrySettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setMessageRetrySettings(MessageRetrySettings) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setMessagesSource(MessagesService.MessageSource) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setMessageType(ChannelSpecificContactMessage.MessageTypeEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.Contact.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactCreateRequest.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
Deprecated.
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
Deprecated.
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageUpdateRequest.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setMetadata(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setMetadataJson(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.Conversation.Builder
see getter
setMetadataJson(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.CreateConversationRequest.Builder
see getter
setMethod(VerificationMethod) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setMethod(VerificationRequestEvent.MethodEnum) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setMethod(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link.Builder
see getter
setMiddleName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setMlImageRecognitionResult(List<MachineLearningImageRecognitionResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
see getter
setMlNluResult(List<MachineLearningNLUResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
see getter
setMlOffensiveAnalysisResult(List<OffensiveAnalysis>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
see getter
setMlPiiResult(List<MachineLearningPIIResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
see getter
setMlSentimentResult(List<MachineLearningSentimentResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.AnalysisResult.Builder
see getter
setMode(ConferenceDtmfOptions.ModeEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.Builder
see getter
setModifiedAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setMoney(Money) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setMonthlyPrice(Money) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setMusicOnHold(MusicOnHold) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.Builder
see getter
setMusicOnHold(MusicOnHold) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.Builder
see getter
setMusicOnHold(MusicOnHold) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.Builder
see getter
setMusicOnHold(MusicOnHold) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setMuted(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
see getter
setName(WhatsAppInteractiveNfmReply.NameEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.Builder
see getter
setName(NameInfo) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setName(NameInfo) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setName(String) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setName(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters.Builder
 
setName(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters.Builder
 
setName(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setNextChargeDate(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setNextPageToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.ListContactsResponse.Builder
see getter
setNfmReply(WhatsAppInteractiveNfmReply) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.Builder
see getter
setNormalizedNumber(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
see getter
setNotification(CapabilityEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setNotification(ChannelEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setNotification(ContactMergeEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setNotification(ContactNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setNotification(ContactNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setNotification(ContactNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setNotification(ConversationNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setNotification(ConversationNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setNotification(ConversationNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setNotification(OptInEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setNotification(OptOutEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setNotification(RecordNotificationEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setNotification(SmartConversationsEventNotification) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setNotificationEvents(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
see getter
setNumber(QueryNumberInformation) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberResponse.Builder
see getter
setNumber(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UnAssignNumberRequest.Builder
see getter
setNumber(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumberInformation.Builder
see getter
setNumber(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setNumberOfMessageParts(Integer) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setNumberOfMessages(Integer) - Method in class com.sinch.sdk.domains.sms.models.DryRun.Builder
 
setNumberOfParts(Integer) - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
 
setNumberOfRecipients(Integer) - Method in class com.sinch.sdk.domains.sms.models.DryRun.Builder
 
setNumberPattern(SearchPattern) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setNumbers(List<OwnedNumberInformation>) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.OwnedNumbersResponse.Builder
see getter
setNumbers(List<String>) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.request.UpdateNumbersRequest.Builder
see getter
setNumbersContext(NumbersContext) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Numbers related context
setNumbersUrl(String) - Method in class com.sinch.sdk.models.NumbersContext.Builder
Set Numbers API URL
setNumberType(QueryNumberInformation.NumberTypeEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
see getter
setOAuthUrl(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set OAuth URL
setOmniTemplate(TemplateReference) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.template.TemplateMessage.Builder
see getter
setOnHold(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceParticipant.Builder
see getter
setOnlyActive(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
see getter
setOnlyActive(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setOnlyRecipientOriginated(Boolean) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setOperator(String) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setOperatorId(String) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setOperatorStatusAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setOpticalCharacterRecognition(OpticalCharacterRecognition) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult.Builder
see getter
setOptions(StartRecordingOptions) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.Builder
see getter
setOptions(List<MenuOption>) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setOrder(ConversationsListRecentRequest.OrderEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
see getter
setOrderBy(OrderBy) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setOrganization(OrganizationInfo) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setOrganization(OrganizationInfo) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setOriginationType(Domain) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setOutbound(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits.Builder
see getter
setOutboundLimit(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats.Builder
see getter
setOutboundSize(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.QueueStats.Builder
see getter
setPage(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setPage(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setPage(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters.Builder
 
setPage(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setPageSize(Integer) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
setPageSize(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
see getter
setPageSize(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setPageSize(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest.Builder
see getter
setPageSize(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setPageSize(Integer) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setPageSize(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setPageSize(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setPageSize(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupsListRequestParameters.Builder
 
setPageSize(Integer) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setPageToken(String) - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactListRequest.Builder
 
setPageToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.Builder
see getter
setPageToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRequest.Builder
see getter
setPageToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.EventsListRequest.Builder
see getter
setPageToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setPageToken(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setParameterMappings(Map<String, String>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride.Builder
see getter
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.BatchMedia.Builder
 
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest.Builder
 
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest.Builder
 
setParameters(Parameters) - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest.Builder
 
setParameters(Map<String, String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference.Builder
see getter
setParticipants(List<ConferenceParticipant>) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.response.GetConferenceInfoResponse.Builder
see getter
setPassword(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials.Builder
see getter
setPattern(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern.Builder
see getter
setPayload(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.GenericEvent.Builder
see getter
setPayload(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setPayload(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setPaymentIntervalMonths(Integer) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setPaymentIntervalMonths(Integer) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setPaymentStatus(PaymentStatus) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent.Builder
see getter
setPaymentTransactionId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent.Builder
see getter
setPaymentTransactionStatus(PaymentTransactionStatus) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent.Builder
see getter
setPerRecipient(Collection<DryRunPerRecipientDetails>) - Method in class com.sinch.sdk.domains.sms.models.DryRun.Builder
 
setPhoneNumber(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage.Builder
see getter
setPhoneNumber(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo.Builder
see getter
setPhoneNumber(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setPhoneNumber(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setPhoneNumbers(List<PhoneNumberInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setPhoneNumbers(List<PhoneNumberInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setPictureUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent.Builder
see getter
setPie(Control) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.Builder
see getter
setPosition(SearchPosition) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.SearchPattern.Builder
see getter
setPostbackData(Object) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.Choice.Builder
see getter
setPostbackData(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem.Builder
see getter
setPostbackData(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choiceresponse.ChoiceResponseMessage.Builder
see getter
setPrefix(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setPreservedContact(Contact) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEventNotification.Builder
see getter
setPreviewValue(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.TemplateVariable.Builder
see getter
setPrice(Price) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setPrice(VerificationStatusResponseSmsPrice) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setPrice(StatusPrice) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setPrice(StatusPrice) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setPrimary(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.CallbacksUrl.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectEventRequest.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEvent.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.ConversationEventBase.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setProcessingMode(ProcessingMode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEventCallback.Builder
see getter
setProcessingStrategy(ProcessingStrategy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setProducts(List<ProductItem>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage.Builder
see getter
setProfileName(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.response.GetChannelProfileResponse.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel.ChannelEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactCreateEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactDeleteEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactIdentitiesDuplicationEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactMergeEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact.ContactUpdateEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationDeleteEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStartEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation.ConversationStopEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.InboundEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MessageInboundSmartConversationRedactionEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SmartConversationsEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported.UnsupportedCallbackEvent.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.callbacks.response.CallbackConfigurationResponse.Builder
see getter
setProjectId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setProjectId(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Project ID
setProjectId(String) - Method in class com.sinch.sdk.models.UnifiedCredentials.Builder
Set Project ID
setPrompts(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setQuantity(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ProductItem.Builder
see getter
setQueue(MessageQueue) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setQueue(MessageQueue) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setQueueStats(QueueStats) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setRate(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
see getter
setRateLimits(RateLimits) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setRawMessage(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage.Builder
see getter
setRdnis(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setReactionCategory(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionEvent.Builder
see getter
setReason(Reason) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.fallback.FallbackMessage.Builder
see getter
setReason(Reason) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setReason(Reason) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setReason(Reason) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setReason(Reason) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setReason(VerificationStatusReason) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setReason(CallInformation.ReasonEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setReason(AnsweredCallEventAnsweringMachineDetection.ReasonEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.Builder
see getter
setReason(DisconnectedCallEvent.ReasonEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setReceivedAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setRecipient(Recipient) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest.Builder
see getter
setRecipient(Recipient) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse.Builder
see getter
setRecipient(Recipient) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequest.Builder
see getter
setRecipient(Recipient) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.request.SendEventRequest.Builder
see getter
setRecipient(Recipient) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setRecipient(String) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setRecipient(String) - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails.Builder
 
setRecipientIdentities(Collection<ChannelRecipientIdentity>) - Method in class com.sinch.sdk.domains.conversation.models.v1.ChannelRecipientIdentities.Builder
 
setRecipients(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails.Builder
 
setRecordStatus(RecordNotificationEventNotification.RecordStatusEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.Builder
see getter
setRef(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequest.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestData.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestFlashCall.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEvent.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.Builder
see getter
setReference(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setReferenceId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatusUpdateEvent.Builder
see getter
setRegion(ConversationRegion) - Method in class com.sinch.sdk.models.ConversationContext.Builder
Set region to be used for Conversation service
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion.Builder
see getter
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setRegionCode(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setRegionName(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion.Builder
see getter
setRel(Link.RelEnum) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.Link.Builder
see getter
setRemove(GroupAutoUpdateKeyword) - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate.Builder
 
setRemove(GroupAutoUpdateKeywordRequestParameters) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters.Builder
 
setRemove(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setRemoveFromGroup(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters.Builder
 
setRepeatPrompt(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setRepeats(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setReplyTo(ReplyTo) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ContactMessage.Builder
see getter
setReport(EventDeliveryReport) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReceiptEvent.Builder
see getter
setReport(MessageDeliveryReport) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReceiptEvent.Builder
see getter
setReportTimeout(Integer) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseFlashCall.Builder
see getter
setRequestId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.request.QueryCapabilityRequest.Builder
see getter
setRequestId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.capability.response.QueryCapabilityResponse.Builder
see getter
setRequestId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.Builder
see getter
setRequestId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setRequestId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setResourceId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setResourceType(ResourceType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setResponseJson(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.Builder
see getter
setRestricted(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.Builder
see getter
setResult(CallResult) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setResult(CallResult) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setResult(List<OpticalCharacterRecognitionData>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OpticalCharacterRecognition.Builder
see getter
setResult(List<Map<String, DocumentFieldClassificationData>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.DocumentFieldClassification.Builder
see getter
setResults(List<IntentResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult.Builder
see getter
setResults(List<SentimentResult>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult.Builder
see getter
setRetentionPolicy(RetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setRetentionPolicy(RetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setRetentionPolicy(RetentionPolicy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setRetentionType(DispatchRetentionPolicyType) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy.Builder
see getter
setRetentionType(RetentionPolicyType) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy.Builder
see getter
setRetryDuration(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.MessageRetrySettings.Builder
see getter
setScheduledProvisioning(ScheduledSmsProvisioning) - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration.Builder
see getter
setScheduledProvisioning(ScheduledVoiceProvisioning) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfiguration.Builder
see getter
setScheduledProvisioning(ScheduledVoiceProvisioning) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST.Builder
see getter
setScheduledProvisioning(ScheduledVoiceProvisioning) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX.Builder
see getter
setScheduledProvisioning(ScheduledVoiceProvisioning) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationRTC.Builder
see getter
setScore(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult.Builder
see getter
setScore(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningNLUResult.Builder
see getter
setScore(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult.Builder
see getter
setScore(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.Builder
see getter
setScore(Float) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult.Builder
see getter
setScreen(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessageFlowActionPayload.Builder
see getter
setSearchPattern(SearchPattern) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setSearchPattern(SearchPattern) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
setSecondWord(String) - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword.Builder
 
setSecondWord(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters.Builder
 
setSecret(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials.Builder
see getter
setSecret(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setSecretForOverriddenCallbackUrls(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.CallbackSettings.Builder
see getter
setSections(List<ListSection<?>>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage.Builder
see getter
setSenderId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.conversation.request.InjectMessageRequestBase.Builder
see getter
setSenderId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ConversationMessage.Builder
see getter
setSenderId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.Builder
see getter
setSentAt(Instant) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setSentiment(Sentiment) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningSentimentResult.Builder
see getter
setSentiment(Sentiment) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.SentimentResult.Builder
see getter
setServiceId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX.Builder
see getter
setServiceId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationFAX.Builder
see getter
setServicePlanId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
see getter
setServicePlanId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.SmsConfiguration.Builder
see getter
setServicePlanId(String) - Method in class com.sinch.sdk.models.SmsServicePlanCredentials.Builder
Set service plan ID
setSetupPrice(Money) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setSize(Integer) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
setSize(Integer) - Method in class com.sinch.sdk.domains.sms.models.Group.Builder
 
setSmartConversation(SmartConversation) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppCreateRequest.Builder
see getter
setSmartConversation(SmartConversation) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.request.AppUpdateRequest.Builder
see getter
setSmartConversation(SmartConversation) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.AppResponse.Builder
see getter
setSmsApiToken(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set SMS related service plan token
setSmsConfiguration(SmsConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setSmsConfiguration(SmsConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest.Builder
see getter
setSmsConfiguration(SmsConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setSmsConfiguration(SmsConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest.Builder
see getter
setSmsContext(SmsContext) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Sms related context
setSmsRegion(SMSRegion) - Method in class com.sinch.sdk.models.Configuration.Builder
Set SMS related region
setSmsRegion(SMSRegion) - Method in class com.sinch.sdk.models.SmsContext.Builder
Set SMS region
setSmsServicePlanId(String) - Method in class com.sinch.sdk.models.Configuration.Builder
Set SMS related service plan ID
setSmsUrl(String) - Method in class com.sinch.sdk.models.SmsContext.Builder
Set SMS API URL
setSource(StatusSource) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setSource(StatusSource) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setSource(StatusSource) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setSource(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setSourceId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest.Builder
see getter
setSpeech(PhoneCallSpeech) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestPhoneCall.Builder
see getter
setSpeech(PhoneCallSpeech) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEventResponsePhoneCall.Builder
see getter
setStartDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.BatchesListRequestParameters.Builder
 
setStartDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setStartDate(Instant) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setStartTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setState(ChannelIntegrationState) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentials.Builder
see getter
setState(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
setStatus(ChannelIntegrationStatus) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationState.Builder
see getter
setStatus(DeliveryStatus) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.EventDeliveryReport.Builder
see getter
setStatus(DeliveryStatus) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.MessageDeliveryReport.Builder
see getter
setStatus(OptInEventNotification.StatusEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.Builder
see getter
setStatus(OptOutEventNotification.StatusEnum) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.Builder
see getter
setStatus(ProvisioningStatus) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledSmsProvisioning.Builder
see getter
setStatus(ProvisioningStatus) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioning.Builder
see getter
setStatus(ProvisioningStatus) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST.Builder
see getter
setStatus(ProvisioningStatus) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningFAX.Builder
see getter
setStatus(ProvisioningStatus) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningRTC.Builder
see getter
setStatus(NumberEvent.StatusEnum) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setStatus(DeliveryReportStatus) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient.Builder
 
setStatus(DeliveryReportStatus) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails.Builder
 
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponse.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseFlashCall.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponsePhoneCall.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.report.response.VerificationReportResponseSms.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setStatus(VerificationStatus) - Method in interface com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.Builder
see getter
setStatus(CallInformation.StatusEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setStatus(AnsweredCallEventAnsweringMachineDetection.StatusEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.Builder
see getter
setStatuses(Collection<DeliveryReportStatus>) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters.Builder
 
setStatuses(Collection<DeliveryReportStatus>) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportListRequestParameters.Builder
 
setStatuses(Collection<DeliveryReportStatusDetails>) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch.Builder
 
setStrategy(ConversationMergeStrategy) - Method in interface com.sinch.sdk.domains.conversation.models.v1.contact.request.MergeContactRequest.Builder
see getter
setStrict(boolean) - Static method in class com.sinch.sdk.models.DualToneMultiFrequency
Configure if invalid string values will throw an Exception or not
setStrict(boolean) - Static method in class com.sinch.sdk.models.E164PhoneNumber
Configure if invalid string values will throw an Exception or not
setStrictValidation(Boolean) - Method in class com.sinch.sdk.domains.sms.models.BatchMedia.Builder
 
setStrictValidation(Boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest.Builder
 
setStrictValidation(Boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest.Builder
 
setSubCode(ReasonSubCode) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Reason.Builder
see getter
setSubmittedMessage(AppMessage<?>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageSubmitEventMessage.Builder
see getter
setSuffix(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.NameInfo.Builder
see getter
setSupportingDocumentationRequired(Boolean) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setSuppressCallbacks(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.Builder
see getter
setSuppressCallbacks(Boolean) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setTarget(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setTargetType(WebhookTargetType) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setTargetUri(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseData.Builder
see getter
setTemplate(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.Builder
see getter
setTemplate(String) - Method in interface com.sinch.sdk.domains.verification.models.v1.start.response.VerificationStartResponseSms.Builder
see getter
setTemplateId(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference.Builder
see getter
setTemplateManagementUrl(String) - Method in class com.sinch.sdk.models.ConversationContext.Builder
Set URL dedicated to template management to be used
setTemplateReference(TemplateReference) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.ChannelTemplateOverride.Builder
see getter
setTerminationPrice(Price) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentReplyEvent.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveBody.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveFooter.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.text.TextMessage.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.Builder
see getter
setText(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.Builder
see getter
setTextMessage(TextMessage) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.choice.ChoiceMessage.Builder
see getter
setThumbnailUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage.Builder
see getter
setTimeoutMills(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.Builder
see getter
setTimeoutMills(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.Menu.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.Builder
see getter
setTimestamp(Instant) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookCallEvent.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.ChoiceItem.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.call.CallMessage.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessage.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.OrganizationInfo.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListMessage.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.list.ListSection.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.location.LocationMessage.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.productresponse.ProductResponseMessage.Builder
see getter
setTitle(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage.Builder
see getter
setTo(CallInformationTo) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setTo(Destination) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setTo(Destination) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setTo(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.request.TranscodeMessageRequest.Builder
see getter
setTo(String) - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate.Builder
 
setTo(String) - Method in class com.sinch.sdk.domains.sms.models.Inbound.Builder
 
setTo(String) - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters.Builder
 
setTo(Collection<String>) - Method in class com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters.Builder
 
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.InstagramCredentials.Builder
see getter
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.LineCredentials.Builder
see getter
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticBearerCredentials.Builder
see getter
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.StaticTokenCredentials.Builder
see getter
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.TelegramCredentials.Builder
see getter
setToken(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.WeChatCredentials.Builder
see getter
setTotalMessageCount(Integer) - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch.Builder
 
setTranscodedMessage(Map<ConversationChannel, String>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.transcoding.response.TranscodeMessageResponse.Builder
see getter
setTranscriptionOptions(TranscriptionOptions) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.StartRecordingOptions.Builder
see getter
setTranslations(Collection<TemplateTranslation>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setTranslations(List<TemplateTranslation>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setTranslationVersion(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.request.TranslationListRequest.Builder
see getter
setTransport(SvamlActionConnectSip.TransportEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.Builder
see getter
setTriggers(List<WebhookTrigger>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook.Builder
see getter
setTruncateConcat(boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setTruncateConcat(Boolean) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setTruncateConcat(Boolean) - Method in class com.sinch.sdk.domains.sms.models.BatchText.Builder
 
setTruncateConcat(Boolean) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest.Builder
 
setTrunkId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ScheduledVoiceProvisioningEST.Builder
see getter
setTrunkId(String) - Method in interface com.sinch.sdk.domains.numbers.models.v1.VoiceConfigurationEST.Builder
see getter
setTtl(Integer) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.SendMessageRequest.Builder
see getter
setTtlDays(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicy.Builder
see getter
setTtlDays(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicy.Builder
see getter
setType(AgentType) - Method in interface com.sinch.sdk.domains.conversation.models.v1.Agent.Builder
see getter
setType(NumberType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setType(NumberType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberListRequest.Builder
 
setType(NumberType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberListRequest.Builder
 
setType(NumberType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setType(NumberType) - Method in interface com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumber.Builder
see getter
setType(DeliveryReportType) - Method in class com.sinch.sdk.domains.sms.models.requests.DeliveryReportBatchGetRequestParameters.Builder
 
setType(MenuResult.TypeEnum) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.ShortLinkActivatedEvent.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.EmailInfo.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.PhoneNumberInfo.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo.Builder
see getter
setType(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.Builder
see getter
setTypes(Collection<NumberType>) - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.request.AvailableRegionListRequest.Builder
 
setTypes(List<NumberType>) - Method in interface com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegion.Builder
see getter
setUdh(String) - Method in class com.sinch.sdk.domains.sms.models.BatchBinary.Builder
 
setUdh(String) - Method in class com.sinch.sdk.domains.sms.models.InboundBinary.Builder
 
setUdh(String) - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest.Builder
 
setUdh(String) - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchBinaryRequest.Builder
 
setUpdateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setUpdateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateV1.Builder
see getter
setUpdateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setUpdateTime(Instant) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setUrl(CallbacksUrl) - Method in interface com.sinch.sdk.domains.voice.models.v1.applications.Callbacks.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardMessageMedia.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.UrlInfo.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.media.MediaMessage.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.mediacard.MediaCardMessage.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.url.UrlMessage.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.MachineLearningImageRecognitionResult.Builder
see getter
setUrl(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.Builder
see getter
setUrl(String) - Method in class com.sinch.sdk.domains.sms.models.MediaBody.Builder
 
setUrl(String) - Method in class com.sinch.sdk.models.ConversationContext.Builder
Set Conversation URL to be used
setUrls(List<UrlInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessage.Builder
see getter
setUrls(List<UrlInfo>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.ContactInfoMessageInternal.Builder
see getter
setUser(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.Builder
see getter
setUsername(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.credentials.BasicAuthCredentials.Builder
see getter
setUserRate(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.Builder
see getter
setUserRate(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.Builder
see getter
setUserRate(Price) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.IncomingCallEvent.Builder
see getter
setValue(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader.Builder
see getter
setValue(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.Builder
see getter
setValue(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.Builder
see getter
setValue(String) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.Builder
see getter
setVariables(List<TemplateVariable>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setVariables(List<TemplateVariable>) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setVerificationContext(VerificationContext) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Verification related context
setVerificationPrice(Price) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSmsPrice.Builder
see getter
setVerificationPrice(Price) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.StatusPrice.Builder
see getter
setVerificationTimestamp(Instant) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponse.Builder
see getter
setVerificationTimestamp(Instant) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.Builder
see getter
setVerificationTimestamp(Instant) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.Builder
see getter
setVerificationTimestamp(Instant) - Method in interface com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.Builder
see getter
setVerificationUrl(String) - Method in class com.sinch.sdk.models.VerificationContext.Builder
Set Verification API URL
setVersion(Integer) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateV2.Builder
see getter
setVersion(Integer) - Method in interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
see getter
setVersion(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.TemplateReference.Builder
see getter
setVersion(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v1.TemplateTranslation.Builder
see getter
setVersion(String) - Method in interface com.sinch.sdk.domains.conversation.templates.models.v2.TemplateTranslationBase.Builder
see getter
setVideo(WhatsAppInteractiveHeaderMedia) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.Builder
see getter
setView(ConversationMessagesView) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.request.MessagesListRequest.Builder
see getter
setVoiceApplicationMngmtUrl(String) - Method in class com.sinch.sdk.models.VoiceContext.Builder
Set URL dedicated to Voice Application management to be used
setVoiceConfiguration(VoiceConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.ActiveNumber.Builder
see getter
setVoiceConfiguration(VoiceConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.ActiveNumberUpdateRequest.Builder
see getter
setVoiceConfiguration(VoiceConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentAnyRequest.Builder
see getter
setVoiceConfiguration(VoiceConfiguration) - Method in interface com.sinch.sdk.domains.numbers.models.v1.request.AvailableNumberRentRequest.Builder
see getter
setVoiceContext(VoiceContext) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Voice related context
setVoiceRegion(VoiceRegion) - Method in class com.sinch.sdk.models.Configuration.Builder
Set Voice related region
setVoiceRegion(VoiceRegion) - Method in class com.sinch.sdk.models.VoiceContext.Builder
Set region to be used for Voice service
setVoiceUrl(String) - Method in class com.sinch.sdk.models.VoiceContext.Builder
Set Voice URL to be used
setWebhooks(Long) - Method in interface com.sinch.sdk.domains.conversation.models.v1.app.response.RateLimits.Builder
see getter
setWebhooks(List<Webhook>) - Method in interface com.sinch.sdk.domains.conversation.models.v1.webhooks.response.ListWebhooksResponse.Builder
see getter
setZip(String) - Method in interface com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo.AddressInfo.Builder
see getter
SG - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
SHORT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
The shortest card height.
ShortLinkActivatedEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Short Link Activated
ShortLinkActivatedEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.events.types
Dedicated Builder
SinchClient - Class in com.sinch.sdk
Sinch Sdk Client implementation
SinchClient(Configuration) - Constructor for class com.sinch.sdk.SinchClient
Create a Sinch Client instance based onto configuration
SK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Slovak
SL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Slovenian
SMART_CONVERSATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to Smart conversation analysis (Please note that this functionality is currently available for open beta testing.)
SmartConversation - Interface in com.sinch.sdk.domains.conversation.models.v1.app
This object is required for apps that subscribe to Smart Conversations features.
SmartConversation.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.app
Dedicated Builder
SmartConversationsEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
When using the Smart Conversations functionality, Machine Learning and Artificial Intelligence analyses are delivered through specific callbacks on the Conversation API.
SmartConversationsEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
SmartConversationsEventNotification - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
SmartConversationsEventNotification
SmartConversationsEventNotification.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Dedicated Builder
sms() - Method in class com.sinch.sdk.SinchClient
Get SMS domain service
sms(StaticBearerCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.SMS channel
SMS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The SMS channel.
SMS - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
SMS - Static variable in class com.sinch.sdk.domains.numbers.models.v1.Capability
The SMS product can use the number
SMS - Static variable in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.MethodEnum
 
SMS - Static variable in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.MethodEnum
 
SMS - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
Verification by SMS message with a PIN code.
SMS - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
SMS - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.Capability
Able to send SMS messages.
SMS_DELIVERY_FAILURE - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
Could not deliver SMS.
SMS_PROVISIONING_FAILED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
Provisioning for SMS failed.
SmsConfiguration - Interface in com.sinch.sdk.domains.numbers.models.v1
The current SMS configuration for this number.
SmsConfiguration.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
SmsContext - Class in com.sinch.sdk.models
Execution context related to Voice domains
SmsContext.Builder - Class in com.sinch.sdk.models
Dedicated Builder
SMSCursorPageNavigator - Class in com.sinch.sdk.domains.sms.models
 
SMSCursorPageNavigator(Integer, Integer) - Constructor for class com.sinch.sdk.domains.sms.models.SMSCursorPageNavigator
 
SmsErrorCode - Class in com.sinch.sdk.domains.numbers.models.v1
The error codes that show the reason of failure of a scheduled provisioning
SMSRegion - Class in com.sinch.sdk.models
SMS Region
SMSService - Interface in com.sinch.sdk.domains.sms
SMS Service
SmsServicePlanCredentials - Class in com.sinch.sdk.models
Credentials related to SMS authentication based onto service plan
SmsServicePlanCredentials.Builder - Class in com.sinch.sdk.models
Dedicated Builder
SOUTH_AMERICA - Static variable in class com.sinch.sdk.models.VoiceRegion
South America
SOUTH_EAST_ASIA1 - Static variable in class com.sinch.sdk.models.VoiceRegion
South East Asia 1
SOUTH_EAST_ASIA2 - Static variable in class com.sinch.sdk.models.VoiceRegion
South East Asia 2
SQ - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Albanian
SR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Serbian
START - Static variable in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
Numbers that begin with the pattern entered
START_RECORDING - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.NameEnum
 
startData(VerificationStartRequestData) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStartService
Start verification by VerificationMethod.DATA
startFlashCall(VerificationStartRequestFlashCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStartService
Start verification by VerificationMethod.FLASH_CALL
startPhoneCall(VerificationStartRequestPhoneCall) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStartService
Start verification by VerificationMethod.PHONE_CALL
StartRecordingOptions - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
StartRecordingOptions
StartRecordingOptions.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
startSms(VerificationStartRequestSms) - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationStartService
Start verification by VerificationMethod.SMS
StaticBearerCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
This object is required for channels which use a bearer-type of credential for authentication.
StaticBearerCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
StaticTokenCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
This object is required for channels which use a static token credential for authentication.
StaticTokenCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
STATUS - Static variable in class com.sinch.sdk.domains.verification.models.v1.start.response.Link.RelEnum
 
STATUS_UNSPECIFIED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
STATUS_UNSPECIFIED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
StatusCallResult - Class in com.sinch.sdk.domains.verification.models.v1.status
The type of the call result.
StatusPrice - Interface in com.sinch.sdk.domains.verification.models.v1.status
Prices associated with this verification
StatusPrice.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status
Dedicated Builder
StatusSource - Class in com.sinch.sdk.domains.verification.models.v1.status
With the PIN SMS verification method, a user's phone number is verified by sending an SMS containing a PIN code that must be manually returned.
STOP_RECORDING - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording.NameEnum
 
stopActive(String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation stops the referenced conversation, if the conversation is still active.
stream() - Method in class com.sinch.sdk.core.models.pagination.ListResponse
Getting a stream across all items
StringUtil - Class in com.sinch.sdk.core.utils
Utility class for string
stringValue() - Method in class com.sinch.sdk.models.DualToneMultiFrequency
Get the DTMF value
stringValue() - Method in class com.sinch.sdk.models.E164PhoneNumber
Get current value as a String
SUCCEEDED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
SUCCEEDED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
SUCCEEDED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.StatusEnum
 
SUCCESS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
Transaction completed successfully.
SUCCESSFUL - Static variable in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
The verification was successful.
SUMMARY - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportType
A single delivery report callback will be sent.
SV - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Swedish
SvamlAction - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Base class related SVAML actions
SvamlActionConnectConference - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Connects an incoming call to a conference.
SvamlActionConnectConference.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionConnectConference.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionConnectMxp - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Determines how an application-to-application call is connected.
SvamlActionConnectMxp.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionConnectMxp.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionConnectPstn - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Determines how a PSTN call is connected.
SvamlActionConnectPstn.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionConnectPstn.IndicationsEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The locale's tone to play while ringing.
SvamlActionConnectPstn.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionConnectSip - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Determines how to route a call to a SIP server.
SvamlActionConnectSip.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionConnectSip.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionConnectSip.TransportEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
An optional parameter to specify the SIP transport protocol.
SvamlActionContinue - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Continues to set up a call.
SvamlActionContinue.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionContinue.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionHangup - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Hangs up a call.
SvamlActionHangup.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionHangup.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionPark - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Parks the call and places the caller on hold.
SvamlActionPark.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionPark.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlActionRunMenu - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Plays an interactive voice response (IVR) menu to the callee.
SvamlActionRunMenu.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.action
Dedicated Builder
SvamlActionRunMenu.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.action
The name property.
SvamlControl - Interface in com.sinch.sdk.domains.voice.models.v1.svaml
SVAML is a call control markup language.
SvamlControl.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml
Dedicated Builder
SvamlInstruction - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Base class related SVAML instructions
SvamlInstructionAnswer - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Forces the callee to answer the call.
SvamlInstructionAnswer.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionAnswer.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionPlayFiles - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Plays Interactive Voice Response (IVR) files for the supported locale or SSML commands at the Sinch backend.
SvamlInstructionPlayFiles.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionPlayFiles.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionSay - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Plays a synthesized text-to-speech message to the end user.
SvamlInstructionSay.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionSay.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionSendDtmf - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Plays DTMF tones in the call.
SvamlInstructionSendDtmf.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionSendDtmf.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionSetCookie - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Creates a cookie for the duration of the call.
SvamlInstructionSetCookie.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionSetCookie.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionStartRecording - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Starts a recording of the call.
SvamlInstructionStartRecording.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionStartRecording.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SvamlInstructionStopRecording - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Stops the recording of the call.
SvamlInstructionStopRecording.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
SvamlInstructionStopRecording.NameEnum - Class in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
The name property.
SW - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Swahili
SWITCHING_CHANNEL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
The Conversation API app is switch to a different channel to deliver the message.

T

TA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Tamil
TALL - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
The tallest card height.
TCP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
TE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Telugu
telegram(TelegramCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.TELEGRAM channel
TELEGRAM - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Telegram channel.
TELEGRAM - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
TelegramCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the Telegram Bot channel in the channel_identifier property, you must include this object.
TelegramCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
TEMPLATE_INSUFFICIENT_PARAMETERS - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Sufficient template parameters was not given.
TEMPLATE_NON_EXISTING_LANGUAGE_OR_VERSION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The selected language, or version, of the referenced template did not exist.
TEMPLATE_NOT_FOUND - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The referenced template was not found.
TemplateChannel - Class in com.sinch.sdk.domains.conversation.templates.models.v1
Gets or Sets typeChannel
TemplateMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.template
Template Message
TemplateMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.template
Dedicated Builder
TemplateReference - Interface in com.sinch.sdk.domains.conversation.models.v1
Template (Reference)
TemplateReference.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1
Dedicated Builder
templates() - Method in interface com.sinch.sdk.domains.conversation.ConversationService
Templates service
TemplatesService - Interface in com.sinch.sdk.domains.conversation.api.templates
Service for working with Conversation templates
TemplatesServiceV1 - Interface in com.sinch.sdk.domains.conversation.api.templates.v1
Templates V1
TemplatesServiceV2 - Interface in com.sinch.sdk.domains.conversation.api.templates.v2
Templates V2
TemplateTranslation - Interface in com.sinch.sdk.domains.conversation.templates.models.v1
TemplateTranslation
TemplateTranslation - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
Message to be injected
TemplateTranslation.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models.v1
Dedicated Builder
TemplateTranslation.Builder<B> - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
Dedicated Builder
TemplateTranslationBase - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
TemplateTranslationBase
TemplateTranslationBase.Builder<B> - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
Dedicated Builder
TemplateV1 - Interface in com.sinch.sdk.domains.conversation.templates.models.v1
TemplateV1
TemplateV1.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models.v1
Dedicated Builder
TemplateV2 - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
TemplateV2
TemplateV2.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models.v2
Dedicated Builder
TemplateVariable - Interface in com.sinch.sdk.domains.conversation.templates.models
TemplateVariable
TemplateVariable.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models
Dedicated Builder
TEMPORARY_DELIVERY_FAILURE - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
Message failed because of temporary delivery failure.
TEXT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.TypeEnum
 
TextMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.text
A message containing only text.
TextMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.text
Dedicated Builder
textToSpeech(CalloutRequestTTS) - Method in interface com.sinch.sdk.domains.voice.api.v1.CalloutsService
The text-to-speech callout calls a phone number and plays a synthesized text messages or pre-recorded sound files.
TFN_NOT_ALLOWED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The Toll-Free number is not allowed.
TFN_NOT_ALLOWED - Static variable in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
TH - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Thai
TH - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
TIMEOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
TIMEOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
TIMEOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
TLS - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
TO_APP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
Sent to the Conversation API app.
TO_APP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.DirectionEnum
 
TO_APP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.DirectionEnum
 
TO_CONTACT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
Sent to a recipient/contact from the Conversation API app.
toInstant(OffsetDateTime) - Static method in class com.sinch.sdk.core.utils.DateUtil
Convert an OffsetDateTime to Instant with null value protection
TokenPageNavigator - Class in com.sinch.sdk.core.models.pagination
Token Based Page Navigator
TokenPageNavigator(String) - Constructor for class com.sinch.sdk.core.models.pagination.TokenPageNavigator
Create new instance
TOLL_FREE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.NumberType
Number that are free of charge for the calling party but billed for all arriving calls.
toString() - Method in exception class com.sinch.sdk.core.exceptions.ApiException
 
toString() - Method in class com.sinch.sdk.core.models.OptionalValue
Returns a non-empty string representation of this OptionalValue suitable for debugging.
toString() - Method in class com.sinch.sdk.core.models.pagination.CursorPageNavigator
 
toString() - Method in class com.sinch.sdk.core.models.pagination.TokenPageNavigator
 
toString() - Method in class com.sinch.sdk.core.utils.EnumDynamic
 
toString() - Method in class com.sinch.sdk.core.utils.Pair
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByContactIdRequest
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.contact.response.ContactListResponse
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListRecentResponse
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.conversation.response.ConversationsListResponse
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.events.response.EventsListResponse
 
toString() - Method in class com.sinch.sdk.domains.conversation.models.v1.messages.response.MessagesListResponse
 
toString() - Method in class com.sinch.sdk.domains.numbers.models.v1.regions.available.response.AvailableRegionListResponse
 
toString() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.ActiveNumberListResponse
 
toString() - Method in class com.sinch.sdk.domains.numbers.models.v1.response.AvailableNumberListResponse
 
toString() - Method in class com.sinch.sdk.domains.sms.models.BaseBatch
 
toString() - Method in class com.sinch.sdk.domains.sms.models.BaseDeliveryReport
 
toString() - Method in class com.sinch.sdk.domains.sms.models.Batch
 
toString() - Method in class com.sinch.sdk.domains.sms.models.BatchBinary
 
toString() - Method in class com.sinch.sdk.domains.sms.models.BatchMedia
 
toString() - Method in class com.sinch.sdk.domains.sms.models.BatchText
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatch
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchMMS
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportBatchSMS
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipient
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientMMS
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientSMS
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatusDetails
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DryRun
 
toString() - Method in class com.sinch.sdk.domains.sms.models.DryRunPerRecipientDetails
 
toString() - Method in class com.sinch.sdk.domains.sms.models.Group
 
toString() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdate
 
toString() - Method in class com.sinch.sdk.domains.sms.models.GroupAutoUpdateKeyword
 
toString() - Method in class com.sinch.sdk.domains.sms.models.Inbound
 
toString() - Method in class com.sinch.sdk.domains.sms.models.InboundBinary
 
toString() - Method in class com.sinch.sdk.domains.sms.models.InboundText
 
toString() - Method in class com.sinch.sdk.domains.sms.models.MediaBody
 
toString() - Method in class com.sinch.sdk.domains.sms.models.Parameters.Entry
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateKeywordRequestParameters
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupAutoUpdateRequestParameters
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupCreateRequestParameters
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupReplaceRequestParameters
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.GroupUpdateRequestParameters
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchBinaryRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.SendSmsBatchTextRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateBaseBatchRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchBinaryRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest
 
toString() - Method in class com.sinch.sdk.domains.sms.models.responses.BatchesListResponse
 
toString() - Method in class com.sinch.sdk.domains.sms.models.responses.DeliveryReportsListResponse
 
toString() - Method in class com.sinch.sdk.domains.sms.models.responses.GroupsListResponse
 
toString() - Method in class com.sinch.sdk.domains.sms.models.responses.InboundsListResponse
 
toString() - Method in class com.sinch.sdk.domains.sms.models.SMSCursorPageNavigator
 
toString() - Method in class com.sinch.sdk.domains.verification.models.v1.Identity
 
toString() - Method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
 
toString() - Method in class com.sinch.sdk.domains.voice.models.v1.svaml.ControlUrl
 
toString() - Method in class com.sinch.sdk.models.Configuration
 
toString() - Method in class com.sinch.sdk.models.DualToneMultiFrequency
 
toString() - Method in class com.sinch.sdk.models.E164PhoneNumber
 
toString() - Method in class com.sinch.sdk.models.UnifiedCredentials
 
TR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Turkish
transcodeMessage(TranscodeMessageRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.TranscodingService
Transcodes the message from the Conversation API format to the channel-specific formats for the requested channels.
TranscodeMessageRequest - Interface in com.sinch.sdk.domains.conversation.models.v1.transcoding.request
TranscodeMessageRequest
TranscodeMessageRequest.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.transcoding.request
Dedicated Builder
TranscodeMessageResponse - Interface in com.sinch.sdk.domains.conversation.models.v1.transcoding.response
TranscodeMessageResponse
TranscodeMessageResponse.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.transcoding.response
Dedicated Builder
transcoding() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
Transcoding Service instance
TranscodingService - Interface in com.sinch.sdk.domains.conversation.api.v1
Service for working with transcoding
TranscriptionOptions - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
TranscriptionOptions
TranscriptionOptions.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.svaml.instruction
Dedicated Builder
TranslationListRequest - Interface in com.sinch.sdk.domains.conversation.templates.models.v2.request
Parameters request to list translation relate to a template
TranslationListRequest.Builder - Interface in com.sinch.sdk.domains.conversation.templates.models.v2.request
 
TTS_CALLOUT - Static variable in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.MethodEnum
 
TW - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 

U

UDP - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
UK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Ukrainian
UK - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
unassignNumber(UnAssignNumberRequest) - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Un-assign a number from an application.
UnAssignNumberRequest - Interface in com.sinch.sdk.domains.voice.models.v1.applications.request
UnAssignNumberRequest
UnAssignNumberRequest.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.request
Dedicated Builder
UNDEFINED_DIRECTION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
The direction is undefined.
UNICODE - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientEncoding
 
UnifiedCredentials - Class in com.sinch.sdk.models
Credentials related to unified Sinch authentication
UnifiedCredentials.Builder - Class in com.sinch.sdk.models
Dedicated Builder
UNKNOWN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
The status value was not set.
UNKNOWN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
The transaction status value was not set.
UNKNOWN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
Unrecognized type of action
UNKNOWN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
UNKNOWN is used if no other code can be used to describe the encountered error.
UNKNOWN - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
Message was delivered to the SMSC but no Delivery Receipt has been received or a Delivery Receipt that couldn't be interpreted was received.
UNKNOWN - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
UNKNOWN_AGENT_TYPE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.AgentType
The default AgentType.
UNKNOWN_APP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
The used App is missing.
UNMATCHED_DEFAULT_ORIGINATOR - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
No default originator exists/configured for this recipient when sending message without originator.
UNMATCHED_PARAMETER - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
One or more parameters in the message body has no mapping for this recipient.
UNMUTE - Static variable in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
UNPROVISIONED_REGION - Static variable in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
SMSC rejected the message.
UNREACT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
User removed previously placed emoji reaction
UNSAFE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.EvaluationEnum
 
UNSPECIFIED - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
UNSPECIFIED_HEIGHT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
The height of the card is unspecified.
UNSPECIFIED_SUB_CODE - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
UNSPECIFIED_SUB_CODE is used if no other sub code can be used to describe the encountered error.
UNSPECIFIED_TRIGGER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Using this value will cause errors.
UNSUPPORTED - Static variable in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Subscribe to callbacks that are not natively supported by the Conversation API.
UNSUPPORTED_OPERATION - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
Generic error for channel unsupported operations.
UnsupportedCallbackEvent - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Some of the callbacks received from the underlying channels might be specific to a single channel or may not have a proper mapping in Conversation API yet.
UnsupportedCallbackEvent.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Dedicated Builder
UnsupportedCallbackEventCallback - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
UnsupportedCallbackEventCallback
UnsupportedCallbackEventCallback.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Dedicated Builder
update(CallbackConfigurationUpdateRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.CallbackConfigurationService
Update callbacks configuration
update(String, MessagesService.MessageSource, MessageUpdateRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
Update a specific message by its ID.
update(String, AppUpdateRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.AppService
Update a Conversation application
update(String, Contact) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ContactService
Updates a contact as specified by the contact ID.
update(String, MessageUpdateRequest) - Method in interface com.sinch.sdk.domains.conversation.api.v1.MessagesService
update(String, MetadataUpdateStrategy, Conversation) - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationsService
This operation updates a conversation which can, for instance, be used to update the metadata associated with a conversation.
update(String, Webhook) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
Updates an existing webhook as specified by the webhook ID.
update(String, TemplateV1) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v1.TemplatesServiceV1
Updates a template
update(String, TemplateV2) - Method in interface com.sinch.sdk.domains.conversation.api.templates.v2.TemplatesServiceV2
Updates a template
update(String, ActiveNumberUpdateRequest) - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Update an active phone number
update(String, GroupUpdateRequestParameters) - Method in interface com.sinch.sdk.domains.sms.GroupsService
Update a group
update(String, UpdateBaseBatchRequest<?>) - Method in interface com.sinch.sdk.domains.sms.BatchesService
Update a Batch message.
update(String, SvamlControl) - Method in interface com.sinch.sdk.domains.voice.api.v1.CallsService
This method is used to manage ongoing, connected calls.
UpdateBaseBatchRequest<T> - Class in com.sinch.sdk.domains.sms.models.requests
Base class for Batch types
UpdateBaseBatchRequest.BatchBuilder<T> - Class in com.sinch.sdk.domains.sms.models.requests
 
updateCallbackUrls(String, Callbacks) - Method in interface com.sinch.sdk.domains.voice.api.v1.ApplicationsService
Update the configured callback URLs for the specified application.
UpdateNumbersRequest - Interface in com.sinch.sdk.domains.voice.models.v1.applications.request
UpdateNumbersRequest
UpdateNumbersRequest.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.applications.request
Dedicated Builder
UpdateSmsBatchBinaryRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
UpdateSmsBatchBinaryRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
UpdateSmsBatchMediaRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
UpdateSmsBatchMediaRequest(OptionalValue<Collection<String>>, OptionalValue<Collection<String>>, OptionalValue<String>, OptionalValue<MediaBody>, OptionalValue<DeliveryReportType>, OptionalValue<Instant>, OptionalValue<Instant>, OptionalValue<String>, OptionalValue<Parameters>, OptionalValue<Boolean>) - Constructor for class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchMediaRequest
 
UpdateSmsBatchMediaRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
UpdateSmsBatchTextRequest - Class in com.sinch.sdk.domains.sms.models.requests
 
UpdateSmsBatchTextRequest(OptionalValue<Collection<String>>, OptionalValue<Collection<String>>, OptionalValue<String>, OptionalValue<String>, OptionalValue<DeliveryReportType>, OptionalValue<Instant>, OptionalValue<Instant>, OptionalValue<String>, OptionalValue<Parameters>) - Constructor for class com.sinch.sdk.domains.sms.models.requests.UpdateSmsBatchTextRequest
 
UpdateSmsBatchTextRequest.Builder - Class in com.sinch.sdk.domains.sms.models.requests
 
UR - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Urdu
UrlInfo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
A URL/website
UrlInfo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.contactinfo
Dedicated Builder
UrlMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.url
A generic URL message.
UrlMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.url
Dedicated Builder
US - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
US - Static variable in class com.sinch.sdk.models.ConversationRegion
United States
US - Static variable in class com.sinch.sdk.models.SMSRegion
United States
USERNOTFOUND - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
UZ - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Uzbek

V

v1() - Method in interface com.sinch.sdk.domains.conversation.api.templates.TemplatesService
Service for working with templates V1
v1() - Method in interface com.sinch.sdk.domains.conversation.ConversationService
Conversation Service V1
v1() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Numbers Service V1
v1() - Method in interface com.sinch.sdk.domains.verification.VerificationService
Verifications Service V1
v1() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Voice Service V1
v2() - Method in interface com.sinch.sdk.domains.conversation.api.templates.TemplatesService
Service for working with templates V2
validate(String) - Static method in class com.sinch.sdk.models.DualToneMultiFrequency
Validate string against authorized values for DTMF value
validate(String) - Static method in class com.sinch.sdk.models.E164PhoneNumber
Validate value against E164 representation pattern,
validateAuthenticationHeader(String, String, Map<String, String>, String) - Method in interface com.sinch.sdk.domains.verification.api.v1.WebHooksService
The Sinch Platform can initiate callback requests to a URL you define (Callback URL) on request and result events.
validateAuthenticationHeader(String, String, Map<String, String>, String) - Method in interface com.sinch.sdk.domains.voice.api.v1.WebHooksService
The Sinch Platform can initiate callback requests to a URL you define (Callback URL) on request and result events.
validateAuthenticationHeader(String, Map<String, String>, String) - Method in interface com.sinch.sdk.domains.conversation.api.v1.WebHooksService
The Sinch Platform can initiate callback requests to a URL you define (Callback URL) on request and result events.
validateAuthenticationHeader(String, Map<String, String>, String) - Method in interface com.sinch.sdk.domains.numbers.api.v1.WebHooksService
The Sinch Platform can initiate callback requests to a URL you define (Callback URL) on request and result events.
value() - Method in class com.sinch.sdk.core.utils.EnumDynamic
Get enum value as String
valueOf(TokenPageNavigator) - Static method in class com.sinch.sdk.core.models.pagination.TokenPageNavigator
Check if token value is value and return same token is valid.
valueOf(AgentType) - Static method in class com.sinch.sdk.domains.conversation.models.v1.AgentType
 
valueOf(ConversationMetadataReportView) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.ConversationMetadataReportView
 
valueOf(DispatchRetentionPolicyType) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicyType
 
valueOf(RetentionPolicyType) - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
 
valueOf(ContactLanguage) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
 
valueOf(ConversationMergeStrategy) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ConversationMergeStrategy
 
valueOf(GetChannelProfileConversationChannel) - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
 
valueOf(ConversationsListRecentRequest.OrderEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.OrderEnum
 
valueOf(ConversationChannel) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
 
valueOf(ConversationDirection) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
 
valueOf(ChannelIntegrationStatus) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
 
valueOf(CommentEvent.CommentTypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.CommentTypeEnum
 
valueOf(PaymentStatus) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
 
valueOf(PaymentTransactionStatus) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
 
valueOf(ReactionAction) - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
 
valueOf(ConversationMessagesView) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ConversationMessagesView
 
valueOf(MessageQueue) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageQueue
 
valueOf(ProcessingStrategy) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
 
valueOf(CardHeight) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
 
valueOf(ChannelSpecificContactMessage.MessageTypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.MessageTypeEnum
 
valueOf(FlowChannelSpecificMessage.FlowActionEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowActionEnum
 
valueOf(FlowChannelSpecificMessage.FlowModeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowModeEnum
 
valueOf(WhatsAppInteractiveHeaderDocument.TypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.TypeEnum
 
valueOf(WhatsAppInteractiveHeaderImage.TypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.TypeEnum
 
valueOf(WhatsAppInteractiveHeaderText.TypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.TypeEnum
 
valueOf(WhatsAppInteractiveHeaderVideo.TypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.TypeEnum
 
valueOf(WhatsAppInteractiveNfmReply.NameEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.NameEnum
 
valueOf(WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum
 
valueOf(ProcessingMode) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
 
valueOf(ReasonCode) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
 
valueOf(ReasonSubCode) - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
 
valueOf(MetadataUpdateStrategy) - Static method in class com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
 
valueOf(CapabilityEventNotification.CapabilityStatusEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
valueOf(DeliveryStatus) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
 
valueOf(Event.DirectionEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.DirectionEnum
 
valueOf(MessageInboundEventMessage.DirectionEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.DirectionEnum
 
valueOf(OptInEventNotification.StatusEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
valueOf(OptOutEventNotification.StatusEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
valueOf(RecordNotificationEventNotification.RecordStatusEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.RecordStatusEnum
 
valueOf(OffensiveAnalysis.EvaluationEnum) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.EvaluationEnum
 
valueOf(Sentiment) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
 
valueOf(WebhookTargetType) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTargetType
 
valueOf(WebhookTrigger) - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
 
valueOf(TemplateChannel) - Static method in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
valueOf(Capability) - Static method in class com.sinch.sdk.domains.numbers.models.v1.Capability
 
valueOf(NumberType) - Static method in class com.sinch.sdk.domains.numbers.models.v1.NumberType
 
valueOf(ProvisioningStatus) - Static method in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
 
valueOf(OrderBy) - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.OrderBy
 
valueOf(SearchPosition) - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
 
valueOf(SmsErrorCode) - Static method in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
 
valueOf(NumberEvent.EventTypeEnum) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
valueOf(NumberEvent.FailureCodeEnum) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
valueOf(NumberEvent.StatusEnum) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.StatusEnum
 
valueOf(ResourceType) - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.ResourceType
 
valueOf(DeliveryReportErrorCode) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
 
valueOf(DeliveryReportRecipientEncoding) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientEncoding
 
valueOf(DeliveryReportStatus) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
 
valueOf(DeliveryReportType) - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportType
 
valueOf(VerificationReportRequestFlashCall.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.MethodEnum
 
valueOf(VerificationReportRequestPhoneCall.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.MethodEnum
 
valueOf(VerificationReportRequestSms.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.MethodEnum
 
valueOf(VerificationStartRequestSms.CodeTypeEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
valueOf(Link.RelEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.start.response.Link.RelEnum
 
valueOf(VerificationStatusResponseFlashCall.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.MethodEnum
 
valueOf(VerificationStatusResponsePhoneCall.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.MethodEnum
 
valueOf(VerificationStatusResponseSms.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.MethodEnum
 
valueOf(StatusCallResult) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
 
valueOf(StatusSource) - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusSource
 
valueOf(VerificationMethod) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
 
valueOf(VerificationStatus) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
 
valueOf(VerificationStatusReason) - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
 
valueOf(VerificationEventResponseAction) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
 
valueOf(VerificationRequestEvent.EventEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.EventEnum
 
valueOf(VerificationRequestEvent.MethodEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
valueOf(VerificationResultEvent.EventEnum) - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.EventEnum
 
valueOf(Capability) - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.Capability
 
valueOf(QueryNumberInformation.NumberTypeEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
valueOf(CalloutRequestConference.MethodEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.MethodEnum
 
valueOf(CalloutRequestCustom.MethodEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.MethodEnum
 
valueOf(CalloutRequestTTS.MethodEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.MethodEnum
 
valueOf(CallLeg) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
valueOf(CallInformation.DomainEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.DomainEnum
 
valueOf(CallInformation.ReasonEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
valueOf(CallInformation.StatusEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.StatusEnum
 
valueOf(CallResult) - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
 
valueOf(ConferenceDtmfOptions.ModeEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
valueOf(ManageConferenceParticipantRequest.CommandEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
valueOf(Domain) - Static method in class com.sinch.sdk.domains.voice.models.v1.Domain
 
valueOf(MusicOnHold) - Static method in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
 
valueOf(MenuOptionActionFactory.MenuOptionActionType) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory.MenuOptionActionType
 
valueOf(SvamlActionConnectConference.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.NameEnum
 
valueOf(SvamlActionConnectMxp.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.NameEnum
 
valueOf(SvamlActionConnectPstn.IndicationsEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
valueOf(SvamlActionConnectPstn.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.NameEnum
 
valueOf(SvamlActionConnectSip.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.NameEnum
 
valueOf(SvamlActionConnectSip.TransportEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
valueOf(SvamlActionContinue.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue.NameEnum
 
valueOf(SvamlActionHangup.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup.NameEnum
 
valueOf(SvamlActionPark.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.NameEnum
 
valueOf(SvamlActionRunMenu.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.NameEnum
 
valueOf(SvamlInstructionAnswer.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer.NameEnum
 
valueOf(SvamlInstructionPlayFiles.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.NameEnum
 
valueOf(SvamlInstructionSay.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.NameEnum
 
valueOf(SvamlInstructionSendDtmf.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.NameEnum
 
valueOf(SvamlInstructionSetCookie.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.NameEnum
 
valueOf(SvamlInstructionStartRecording.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.NameEnum
 
valueOf(SvamlInstructionStopRecording.NameEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording.NameEnum
 
valueOf(AnsweredCallEvent.WebhooksEventRequestType) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.WebhooksEventRequestType
 
valueOf(AnsweredCallEventAnsweringMachineDetection.ReasonEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.ReasonEnum
 
valueOf(AnsweredCallEventAnsweringMachineDetection.StatusEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
valueOf(DisconnectedCallEvent.ReasonEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
valueOf(DisconnectedCallEvent.WebhooksEventRequestType) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.WebhooksEventRequestType
 
valueOf(MenuResult.InputMethodEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.InputMethodEnum
 
valueOf(MenuResult.TypeEnum) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
valueOf(NotificationEvent.WebhooksEventRequestType) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.WebhooksEventRequestType
 
valueOf(PromptInputEvent.WebhooksEventRequestType) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.WebhooksEventRequestType
 
valueOf(WebhooksEventRequestType) - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
valueOf(ConversationRegion) - Static method in class com.sinch.sdk.models.ConversationRegion
Get region string identifier
valueOf(E164PhoneNumber) - Static method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
Create a NumberIdentity from a phone number as a E164PhoneNumber
valueOf(SMSRegion) - Static method in class com.sinch.sdk.models.SMSRegion
Get SMS region string identifier
valueOf(VoiceRegion) - Static method in class com.sinch.sdk.models.VoiceRegion
Value of the enum as String
valueOf(E) - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Returns the value used to create the enum
valueOf(String) - Static method in class com.sinch.sdk.core.models.pagination.TokenPageNavigator
Create a new instance from a token.
valueOf(String) - Static method in enum com.sinch.sdk.domains.conversation.api.v1.MessagesService.MessageSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.sinch.sdk.domains.verification.models.v1.NumberIdentity
Create a NumberIdentity from a phone number as a String
valueOf(String) - Static method in class com.sinch.sdk.models.DualToneMultiFrequency
Create an instance from String
valueOf(String) - Static method in class com.sinch.sdk.models.E164PhoneNumber
Create a new instance
values() - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Get known values
values() - Static method in enum com.sinch.sdk.domains.conversation.api.v1.MessagesService.MessageSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.AgentType
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.ConversationMetadataReportView
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.DispatchRetentionPolicyType
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.app.RetentionPolicyType
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.ConversationMergeStrategy
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.conversation.request.ConversationsListRecentRequest.OrderEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ConversationDirection
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ChannelIntegrationStatus
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.CommentEvent.CommentTypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentStatus
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.PaymentTransactionStatus
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.events.types.ReactionAction
 
values() - Static method in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ConversationMessagesView
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.MessageQueue
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ProcessingStrategy
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.card.CardHeight
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.ChannelSpecificContactMessage.MessageTypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowActionEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.FlowChannelSpecificMessage.FlowModeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderDocument.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderImage.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderText.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReply.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply.WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonCode
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.ReasonSubCode
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.request.MetadataUpdateStrategy
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability.CapabilityEventNotification.CapabilityStatusEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound.Event.DirectionEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message.MessageInboundEventMessage.DirectionEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptInEventNotification.StatusEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting.OptOutEventNotification.StatusEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record.RecordNotificationEventNotification.RecordStatusEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.OffensiveAnalysis.EvaluationEnum
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.Sentiment
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTargetType
 
values() - Static method in class com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
 
values() - Static method in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.Capability
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.NumberType
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.OrderBy
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.request.SearchPosition
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.EventTypeEnum
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.FailureCodeEnum
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.NumberEvent.StatusEnum
 
values() - Static method in class com.sinch.sdk.domains.numbers.models.v1.webhooks.ResourceType
 
values() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportErrorCode
 
values() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportRecipientEncoding
 
values() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportStatus
 
values() - Static method in class com.sinch.sdk.domains.sms.models.DeliveryReportType
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestFlashCall.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestPhoneCall.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.report.request.VerificationReportRequestSms.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.start.request.VerificationStartRequestSms.CodeTypeEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.start.response.Link.RelEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseFlashCall.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponsePhoneCall.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.status.response.VerificationStatusResponseSms.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusCallResult
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.status.StatusSource
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationMethod
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatus
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.VerificationStatusReason
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.EventEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.EventEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.Capability
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.applications.response.QueryNumberInformation.NumberTypeEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestConference.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestCustom.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.callouts.request.CalloutRequestTTS.MethodEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.DomainEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.StatusEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.ConferenceDtmfOptions.ModeEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.conferences.request.ManageConferenceParticipantRequest.CommandEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.Domain
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.MusicOnHold
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.MenuOptionActionFactory.MenuOptionActionType
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectConference.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectMxp.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectSip.TransportEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionContinue.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionHangup.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionPark.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionRunMenu.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionAnswer.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionPlayFiles.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSay.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSendDtmf.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionSetCookie.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStartRecording.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.svaml.instruction.SvamlInstructionStopRecording.NameEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEvent.WebhooksEventRequestType
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.ReasonEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.AnsweredCallEventAnsweringMachineDetection.StatusEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.ReasonEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.DisconnectedCallEvent.WebhooksEventRequestType
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.InputMethodEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.TypeEnum
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.NotificationEvent.WebhooksEventRequestType
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.PromptInputEvent.WebhooksEventRequestType
 
values() - Static method in class com.sinch.sdk.domains.voice.models.v1.webhooks.WebhooksEventRequestType
 
values() - Static method in class com.sinch.sdk.models.ConversationRegion
Get list of regions
values() - Static method in class com.sinch.sdk.models.SMSRegion
Get list of regions
values() - Static method in class com.sinch.sdk.models.VoiceRegion
Get declared values
valuesOf(Collection<E>) - Method in class com.sinch.sdk.core.utils.EnumSupportDynamic
Transform Collection to List
VE - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
verification() - Method in class com.sinch.sdk.SinchClient
Get verification domain service
VERIFICATION_REQUEST_EVENT - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationRequestEvent.EventEnum
 
VERIFICATION_RESULT_EVENT - Static variable in class com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationResultEvent.EventEnum
 
VerificationContext - Class in com.sinch.sdk.models
Execution context related to Verification domains
VerificationContext.Builder - Class in com.sinch.sdk.models
Dedicated Builder
VerificationEvent - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
VerificationEvent
VerificationEvent.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationEventResponseAction - Class in com.sinch.sdk.domains.verification.models.v1.webhooks
Determines whether the verification can be executed.
VerificationMethod - Class in com.sinch.sdk.domains.verification.models.v1
The type of the verification request.
verificationReport() - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationService
Verifications Report Service instance
VerificationReportRequest - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Base class to all Verification Report requests
VerificationReportRequestFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Flash Call Verification Report Request
VerificationReportRequestFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Dedicated Builder
VerificationReportRequestFlashCall.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.report.request
The type of verification.
VerificationReportRequestPhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Phone Call Verification Report Request
VerificationReportRequestPhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Dedicated Builder
VerificationReportRequestPhoneCall.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.report.request
The type of verification.
VerificationReportRequestSms - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
SMS Verification Report Request
VerificationReportRequestSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.request
Dedicated Builder
VerificationReportRequestSms.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.report.request
The type of verification.
VerificationReportResponse - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
VerificationReportResponse
VerificationReportResponse.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
Dedicated Builder
VerificationReportResponseFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
VerificationReportResponseFlashCall
VerificationReportResponseFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
Dedicated Builder
VerificationReportResponsePhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
VerificationReportResponsePhoneCall
VerificationReportResponsePhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
Dedicated Builder
VerificationReportResponseSms - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
VerificationReportResponseSms
VerificationReportResponseSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.report.response
Dedicated Builder
VerificationReportService - Interface in com.sinch.sdk.domains.verification.api.v1
Verification Report Service
VerificationRequestEvent - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
VerificationRequestEvent
VerificationRequestEvent.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationRequestEvent.EventEnum - Class in com.sinch.sdk.domains.verification.models.v1.webhooks
The type of the event.
VerificationRequestEvent.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.webhooks
The verification method.
VerificationRequestEventResponse - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
VerificationRequestEventResponse
VerificationRequestEventResponse.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationRequestEventResponseFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Flash Call Request Event Response
VerificationRequestEventResponseFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationRequestEventResponsePhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Phone Call Request Event Response
VerificationRequestEventResponsePhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationRequestEventResponseSms - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
SMS Request Event Response
VerificationRequestEventResponseSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationResultEvent - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
VerificationResultEvent
VerificationResultEvent.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.webhooks
Dedicated Builder
VerificationResultEvent.EventEnum - Class in com.sinch.sdk.domains.verification.models.v1.webhooks
The type of the event.
verifications() - Method in interface com.sinch.sdk.domains.verification.VerificationService
Non versioned Verifications Service instance
VerificationService - Interface in com.sinch.sdk.domains.verification.api.v1
Verification Domain Level Service
VerificationService - Interface in com.sinch.sdk.domains.verification
Verification Domain Level Service
verificationStart() - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationService
Verifications Start Service instance
VerificationStartRequest - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
VerificationStartRequest
VerificationStartRequest.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
VerificationStartRequestData - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
VerificationStartRequestData
VerificationStartRequestData.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
VerificationStartRequestFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
VerificationStartRequestFlashCall
VerificationStartRequestFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
VerificationStartRequestPhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
VerificationStartRequestPhoneCall
VerificationStartRequestPhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
VerificationStartRequestSms - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
VerificationStartRequestSms
VerificationStartRequestSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.request
Dedicated Builder
VerificationStartRequestSms.CodeTypeEnum - Class in com.sinch.sdk.domains.verification.models.v1.start.request
Accepted values for the type of code to be generated are Numeric, Alpha, and Alphanumeric.
VerificationStartResponse - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
VerificationStartResponse
VerificationStartResponse.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
VerificationStartResponseData - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Data Response
VerificationStartResponseData.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
VerificationStartResponseFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Flash Call Response
VerificationStartResponseFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
VerificationStartResponsePhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Phone Call Response
VerificationStartResponsePhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
VerificationStartResponseSms - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
SMS Response
VerificationStartResponseSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.start.response
Dedicated Builder
VerificationStartService - Interface in com.sinch.sdk.domains.verification.api.v1
Verification Start Service
verificationStatus() - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationService
Verifications Status Service instance
verificationStatus() - Method in interface com.sinch.sdk.domains.verification.VerificationService
Non versioned Status Service instance
VerificationStatus - Class in com.sinch.sdk.domains.verification.models.v1
The status of the verification
VerificationStatusReason - Class in com.sinch.sdk.domains.verification.models.v1
Displays the reason why a verification has FAILED, was DENIED, or was ABORTED.
VerificationStatusResponse - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Verification Status Response Common Fields
VerificationStatusResponse.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Dedicated Builder
VerificationStatusResponseFlashCall - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Flash Call Verification Status Response
VerificationStatusResponseFlashCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Dedicated Builder
VerificationStatusResponseFlashCall.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.status.response
The method of the verification request.
VerificationStatusResponsePhoneCall - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Phone Call Verification Status Response
VerificationStatusResponsePhoneCall.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Dedicated Builder
VerificationStatusResponsePhoneCall.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.status.response
The method of the verification request.
VerificationStatusResponseSms - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
SMS Verification Status Response
VerificationStatusResponseSms.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Dedicated Builder
VerificationStatusResponseSms.MethodEnum - Class in com.sinch.sdk.domains.verification.models.v1.status.response
The method of the verification request.
VerificationStatusResponseSmsPrice - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Prices associated with this verification
VerificationStatusResponseSmsPrice.Builder - Interface in com.sinch.sdk.domains.verification.models.v1.status.response
Dedicated Builder
VerificationStatusService - Interface in com.sinch.sdk.domains.verification.api.v1
Get the status of specific verification requests in the verification process.
VERSION - Static variable in class com.sinch.sdk.SDK
 
VI - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Vietnamese
viber(StaticTokenCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.VIBER channel
VIBER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileConversationChannel
The Viber Bot channel.
VIBER - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Viber Bot channel.
VIBER - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
viberBm(StaticBearerCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.VIBERBM channel
VIBERBM - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The Viber Business Messages channel.
VIBERBM - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
VIDEO - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows.WhatsAppInteractiveHeaderVideo.TypeEnum
 
voice() - Method in class com.sinch.sdk.SinchClient
Get voice domain service
VOICE - Static variable in class com.sinch.sdk.domains.numbers.models.v1.Capability
The Voice product can use the number
VOICE - Static variable in class com.sinch.sdk.domains.voice.models.v1.applications.Capability
Able to make Voice calls.
VOICE - Static variable in class com.sinch.sdk.domains.voice.models.v1.webhooks.MenuResult.InputMethodEnum
 
VoiceConfiguration - Interface in com.sinch.sdk.domains.numbers.models.v1
Common VoiceConfiguration fields
VoiceConfiguration.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
VoiceConfigurationEST - Interface in com.sinch.sdk.domains.numbers.models.v1
EST VoiceConfiguration
VoiceConfigurationEST.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
VoiceConfigurationFAX - Interface in com.sinch.sdk.domains.numbers.models.v1
FAX VoiceConfiguration
VoiceConfigurationFAX.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
VoiceConfigurationRTC - Interface in com.sinch.sdk.domains.numbers.models.v1
RTC VoiceConfiguration
VoiceConfigurationRTC.Builder - Interface in com.sinch.sdk.domains.numbers.models.v1
Dedicated Builder
VoiceContext - Class in com.sinch.sdk.models
Execution context related to Voice domains
VoiceContext(VoiceRegion, String, String) - Constructor for class com.sinch.sdk.models.VoiceContext
 
VoiceContext.Builder - Class in com.sinch.sdk.models
Dedicated Builder
VoiceRegion - Class in com.sinch.sdk.models
The Calling API uses a variety of endpoints depending on where in the world you are located.
VoiceService - Interface in com.sinch.sdk.domains.voice.api.v1
Voice service
VoiceService - Interface in com.sinch.sdk.domains.voice
Voice service
VoiceWebhookCallEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
VoiceWebhookCallEvent
VoiceWebhookCallEvent.Builder - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder
VoiceWebhookEvent - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
VoiceWebhookEvent
VoiceWebhookEvent.Builder<B> - Interface in com.sinch.sdk.domains.voice.models.v1.webhooks
Dedicated Builder

W

WAITING - Static variable in class com.sinch.sdk.domains.numbers.models.v1.ProvisioningStatus
Waiting to be provisioned.
Webhook - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks
Represents a destination for receiving callbacks from the Conversation API.
Webhook.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.webhooks
Dedicated Builder
webhooks() - Method in interface com.sinch.sdk.domains.conversation.api.v1.ConversationService
WebHooksService Service instance
webhooks() - Method in interface com.sinch.sdk.domains.numbers.api.v1.NumbersService
Webhooks helpers instance
webhooks() - Method in interface com.sinch.sdk.domains.numbers.NumbersService
Non versioned Webhooks helpers instance
webhooks() - Method in interface com.sinch.sdk.domains.verification.api.v1.VerificationService
Webhooks helpers instance
webhooks() - Method in interface com.sinch.sdk.domains.verification.VerificationService
Non versioned Webhooks helpers instance
webhooks() - Method in interface com.sinch.sdk.domains.voice.api.v1.VoiceService
Webhooks helpers instance
webhooks() - Method in interface com.sinch.sdk.domains.voice.VoiceService
Webhooks helpers instance
webHooks() - Method in interface com.sinch.sdk.domains.sms.SMSService
WebHooksService Service instance
WebhooksEvent - Interface in com.sinch.sdk.domains.sms.models.webhooks
Interface defining a WebHook event
WebhooksEventRequestType - Class in com.sinch.sdk.domains.voice.models.v1.webhooks
Gets or Sets webhooksEventRequestType
WebHooksService - Interface in com.sinch.sdk.domains.conversation.api.v1
Webhooks service
WebHooksService - Interface in com.sinch.sdk.domains.numbers.api.v1
Webhooks service
WebHooksService - Interface in com.sinch.sdk.domains.sms
WebHooks
WebHooksService - Interface in com.sinch.sdk.domains.verification.api.v1
Webhooks service
WebHooksService - Interface in com.sinch.sdk.domains.voice.api.v1
Webhooks service
WebhookTargetType - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks
Gets or Sets WebhookTargetType
WebhookTrigger - Class in com.sinch.sdk.domains.conversation.models.v1.webhooks
Each webhook can subscribe to one or more of the following triggers
weChat(WeChatCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.WECHAT channel
WECHAT - Enum constant in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
 
WECHAT - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The WeChat channel.
WeChatCredentials - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
If you are including the WeChat channel in the channel_identifier property, you must include this object.
WeChatCredentials.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.credentials
Dedicated Builder
whatsApp(StaticBearerCredentials) - Static method in class com.sinch.sdk.domains.conversation.models.v1.credentials.ConversationChannelCredentialsBuilderFactory
Create dedicated conversation credential builder forConversationChannel.WHATSAPP channel
WHATSAPP - Enum constant in enum com.sinch.sdk.domains.conversation.models.v1.messages.OmniMessageOverride.ChannelSpecificTemplate
 
WHATSAPP - Static variable in class com.sinch.sdk.domains.conversation.models.v1.ConversationChannel
The WhatsApp channel.
WHATSAPP - Static variable in class com.sinch.sdk.domains.conversation.templates.models.v1.TemplateChannel
 
WhatsAppInteractiveBody - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Body of the interactive message.
WhatsAppInteractiveBody.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveFooter - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Footer of the interactive message.
WhatsAppInteractiveFooter.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeader - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Base class for all classes supported by WhatsAppInteractiveHeader
WhatsAppInteractiveHeaderDocument - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Header of the interactive message with document.
WhatsAppInteractiveHeaderDocument.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeaderDocument.TypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Gets or Sets type
WhatsAppInteractiveHeaderImage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Header of the interactive message with image.
WhatsAppInteractiveHeaderImage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeaderImage.TypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Gets or Sets type
WhatsAppInteractiveHeaderMedia - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Media object for the header.
WhatsAppInteractiveHeaderMedia.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeaderText - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Header of the interactive message with text.
WhatsAppInteractiveHeaderText.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeaderText.TypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Gets or Sets type
WhatsAppInteractiveHeaderVideo - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Header of the interactive message with video.
WhatsAppInteractiveHeaderVideo.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Dedicated Builder
WhatsAppInteractiveHeaderVideo.TypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.flows
Gets or Sets type
WhatsAppInteractiveNfmReply - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
The interactive nfm reply message.
WhatsAppInteractiveNfmReply.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
Dedicated Builder
WhatsAppInteractiveNfmReply.NameEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
The nfm reply message type.
WhatsAppInteractiveNfmReplyChannelSpecificContactMessage - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
A WhatsApp interactive contact message containing the nfm_reply.
WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.Builder - Interface in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
Dedicated Builder
WhatsAppInteractiveNfmReplyChannelSpecificContactMessage.TypeEnum - Class in com.sinch.sdk.domains.conversation.models.v1.messages.types.channelspecific.whatsapp.nfmreply
The interactive message type.
WITH_METADATA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ConversationMessagesView
View the message with metadata.
WITHOUT_METADATA - Static variable in class com.sinch.sdk.domains.conversation.models.v1.messages.request.ConversationMessagesView
View the message without metadata.

Z

ZA - Static variable in class com.sinch.sdk.domains.voice.models.v1.svaml.action.SvamlActionConnectPstn.IndicationsEnum
 
ZH - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Chinese
ZH_CN - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Chinese (CHN)
ZH_HK - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Chinese (HKG)
ZH_TW - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Chinese (TAI)
ZU - Static variable in class com.sinch.sdk.domains.conversation.models.v1.contact.ContactLanguage
Zulu
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form