A B C D E F G H I J K L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSENT - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- AbstractAnswerServlet - Class in com.nexmo.client.voice.servlet
-
Useful abstract HttpServlet for implementing NCCO callbacks.
- AbstractAnswerServlet() - Constructor for class com.nexmo.client.voice.servlet.AbstractAnswerServlet
- AbstractAuthMethod - Class in com.nexmo.client.auth
- AbstractAuthMethod() - Constructor for class com.nexmo.client.auth.AbstractAuthMethod
- AbstractClient - Class in com.nexmo.client
-
Abstract class for different API clients.
- AbstractClient(HttpWrapper) - Constructor for class com.nexmo.client.AbstractClient
- AbstractMethod<RequestT,ResultT> - Class in com.nexmo.client
-
Abstract class to assist in implementing a call against a REST endpoint.
- AbstractMethod(HttpWrapper) - Constructor for class com.nexmo.client.AbstractMethod
- AbstractMOServlet - Class in com.nexmo.client.sms.callback
-
An abstract Servlet that receives and parses an incoming callback request for an MO message.
- AbstractMOServlet(boolean, String, boolean, String, String) - Constructor for class com.nexmo.client.sms.callback.AbstractMOServlet
- ACCOUNT_NOT_HTTP - com.nexmo.client.sms.MessageStatus
- AccountClient - Class in com.nexmo.client.account
-
A client for talking to the Nexmo Account API.
- AccountClient(HttpWrapper) - Constructor for class com.nexmo.client.account.AccountClient
-
Constructor.
- Action - Interface in com.nexmo.client.voice.ncco
-
An NCCO action.
- add(AuthMethod) - Method in class com.nexmo.client.auth.AuthCollection
-
Add a new
AuthMethodto the set managed by this AuthCollection - addCapability(Capability) - Method in class com.nexmo.client.application.Application.Builder
-
Add a capability for the application.
- addId(String) - Method in class com.nexmo.client.sms.SmsIdSearchRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.numbers.BuyNumberRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.numbers.CancelNumberRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.numbers.ListNumbersFilter
- addParams(RequestBuilder) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- addParams(RequestBuilder) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.messages.BinaryMessage
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.messages.Message
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.messages.TextMessage
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.messages.WapPushMessage
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.SearchRejectedMessagesRequest
- addParams(RequestBuilder) - Method in interface com.nexmo.client.sms.SearchSmsRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.SmsDateSearchRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.sms.SmsIdSearchRequest
- addParams(RequestBuilder) - Method in class com.nexmo.client.verify.ControlRequest
- addWebhook(Webhook.Type, Webhook) - Method in class com.nexmo.client.application.capabilities.Messages.Builder
-
Add a webhook for the Nexmo API to use.
- addWebhook(Webhook.Type, Webhook) - Method in class com.nexmo.client.application.capabilities.Rtc.Builder
-
Add a webhook for the Nexmo API to use.
- addWebhook(Webhook.Type, Webhook) - Method in class com.nexmo.client.application.capabilities.Voice.Builder
-
Add a webhook for the Nexmo API to use.
- advanced - Variable in class com.nexmo.client.insight.InsightClient
- AdvancedInsightRequest - Class in com.nexmo.client.insight
- AdvancedInsightRequest.Builder - Class in com.nexmo.client.insight
- AdvancedInsightResponse - Class in com.nexmo.client.insight
- AdvancedInsightResponse() - Constructor for class com.nexmo.client.insight.AdvancedInsightResponse
- AdvancedInsightResponse.PortedStatus - Enum in com.nexmo.client.insight
- AdvancedInsightResponse.Reachability - Enum in com.nexmo.client.insight
- AdvancedInsightResponse.Validity - Enum in com.nexmo.client.insight
- advanceVerification(String) - Method in class com.nexmo.client.verify.VerifyClient
-
Advance a current verification request to the next stage in the process.
- AGNIESZKA - com.nexmo.client.voice.VoiceName
- ALL - com.nexmo.client.verify.VerifyRequest.LineType
- ALREADY_REQUESTED - com.nexmo.client.verify.VerifyStatus
- ALVA - com.nexmo.client.voice.VoiceName
- AMY - com.nexmo.client.voice.VoiceName
- ANSWER - com.nexmo.client.common.Webhook.Type
- ANSWERED - com.nexmo.client.incoming.CallStatus
- ANSWERED - com.nexmo.client.voice.CallStatus
- ANYWHERE - com.nexmo.client.numbers.SearchPattern
- apiBaseUri(String) - Method in class com.nexmo.client.HttpConfig.Builder
- apiKey(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting an apiKey, it is also expected that
NexmoClient.Builder.apiSecret(String)and/orNexmoClient.Builder.signatureSecret(String)will also be set. - apiSecret(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting an apiSecret, it is also expected that
NexmoClient.Builder.apiKey(String)will also be set. - APP - com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
- appendNcco(Action) - Method in class com.nexmo.client.voice.servlet.NccoResponse
- appendNcco(Action) - Method in class com.nexmo.client.voice.servlet.NccoResponseBuilder
- Application - Class in com.nexmo.client.application
- Application.Builder - Class in com.nexmo.client.application
- Application.Capabilities - Class in com.nexmo.client.application
- Application.Keys - Class in com.nexmo.client.application
- ApplicationClient - Class in com.nexmo.client.application
-
A client for talking to the Nexmo Application API.
- ApplicationClient(HttpWrapper) - Constructor for class com.nexmo.client.application.ApplicationClient
- applicationId(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting an applicationId, it is also expected that the
NexmoClient.Builder.privateKeyContentswill also be set. - ApplicationList - Class in com.nexmo.client.application
- ApplicationList() - Constructor for class com.nexmo.client.application.ApplicationList
- apply(RequestBuilder) - Method in interface com.nexmo.client.auth.AuthMethod
- apply(RequestBuilder) - Method in class com.nexmo.client.auth.JWTAuthMethod
- apply(RequestBuilder) - Method in class com.nexmo.client.auth.SignatureAuthMethod
- apply(RequestBuilder) - Method in class com.nexmo.client.auth.TokenAuthMethod
- applyAsBasicAuth(RequestBuilder) - Method in class com.nexmo.client.auth.AbstractAuthMethod
- applyAsBasicAuth(RequestBuilder) - Method in interface com.nexmo.client.auth.AuthMethod
-
Apply the authentication to the header as basic authentication.
- applyAsBasicAuth(RequestBuilder) - Method in class com.nexmo.client.auth.TokenAuthMethod
- applyAsJsonProperties(RequestBuilder) - Method in class com.nexmo.client.auth.AbstractAuthMethod
- applyAsJsonProperties(RequestBuilder) - Method in interface com.nexmo.client.auth.AuthMethod
-
Apply the authentication by adding it to the entity payload.
- applyAsJsonProperties(RequestBuilder) - Method in class com.nexmo.client.auth.TokenAuthMethod
- applyAuth(RequestBuilder) - Method in class com.nexmo.client.AbstractMethod
-
Apply an appropriate authentication method (specified by
AbstractMethod.getAcceptableAuthMethods()to the providedRequestBuilder, and return the result. - ASCENDING - com.nexmo.client.voice.CallOrder
- ASSUMED_NOT_PORTED - com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- ASSUMED_PORTED - com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- ASTRID - com.nexmo.client.voice.VoiceName
- async - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- async(boolean) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- AuthCollection - Class in com.nexmo.client.auth
-
Internal class, managing a collection of
AuthMethods. - AuthCollection() - Constructor for class com.nexmo.client.auth.AuthCollection
-
Create a new AuthCollection with an empty set of AuthMethods.
- AuthCollection(AuthMethod...) - Constructor for class com.nexmo.client.auth.AuthCollection
- AuthCollection(SortedSet<AuthMethod>) - Constructor for class com.nexmo.client.auth.AuthCollection
- AuthMethod - Interface in com.nexmo.client.auth
- AvailableNumber - Class in com.nexmo.client.numbers
- AvailableNumber() - Constructor for class com.nexmo.client.numbers.AvailableNumber
B
- BAD_NUMBER - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- balance - Variable in class com.nexmo.client.account.AccountClient
- BalanceResponse - Class in com.nexmo.client.account
- BalanceResponse(double, boolean) - Constructor for class com.nexmo.client.account.BalanceResponse
- bargeIn(Boolean) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- bargeIn(Boolean) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- BaseInsightRequest - Class in com.nexmo.client.insight
- BaseInsightRequest() - Constructor for class com.nexmo.client.insight.BaseInsightRequest
- BaseResult - Class in com.nexmo.client.verify
-
An abstract base class for verification results.
- BaseResult(int, String, boolean) - Constructor for class com.nexmo.client.verify.BaseResult
- baseUri(String) - Method in class com.nexmo.client.HttpConfig.Builder
- basic - Variable in class com.nexmo.client.insight.InsightClient
- BasicInsightRequest - Class in com.nexmo.client.insight
- BasicInsightRequest.Builder - Class in com.nexmo.client.insight
- BasicInsightResponse - Class in com.nexmo.client.insight
- BasicInsightResponse() - Constructor for class com.nexmo.client.insight.BasicInsightResponse
- beepStart(Boolean) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- BINARY - com.nexmo.client.incoming.MessageType
- BINARY - com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
-
This is a raw binary message
- BINARY - com.nexmo.client.sms.messages.Message.MessageType
-
Message is a binary SMS message with a custom UDH and binary payload
- BinaryMessage - Class in com.nexmo.client.sms.messages
-
A binary message to be submitted via the Nexmo SMS API.
- BinaryMessage(String, String, byte[], byte[]) - Constructor for class com.nexmo.client.sms.messages.BinaryMessage
-
Instantiate a new binary sms message request.
- BLACKLISTED - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- BRIAN - com.nexmo.client.voice.VoiceName
- build() - Method in class com.nexmo.client.application.Application.Builder
- build() - Method in class com.nexmo.client.application.capabilities.Messages.Builder
- build() - Method in class com.nexmo.client.application.capabilities.Rtc.Builder
- build() - Method in class com.nexmo.client.application.capabilities.Vbc.Builder
- build() - Method in class com.nexmo.client.application.capabilities.Voice.Builder
- build() - Method in class com.nexmo.client.application.ListApplicationRequest.Builder
- build() - Method in class com.nexmo.client.HttpConfig.Builder
- build() - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- build() - Method in class com.nexmo.client.insight.BasicInsightRequest.Builder
- build() - Method in class com.nexmo.client.insight.StandardInsightRequest.Builder
- build() - Method in class com.nexmo.client.NexmoClient.Builder
- build() - Method in class com.nexmo.client.voice.CallsFilter.Builder
- build() - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- build() - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.SipEndpoint.Builder
- build() - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- build() - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
- builder() - Static method in class com.nexmo.client.application.Application
- builder() - Static method in class com.nexmo.client.application.capabilities.Messages
- builder() - Static method in class com.nexmo.client.application.capabilities.Rtc
- builder() - Static method in class com.nexmo.client.application.capabilities.Vbc
- builder() - Static method in class com.nexmo.client.application.capabilities.Voice
- builder() - Static method in class com.nexmo.client.application.ListApplicationRequest
- builder() - Static method in class com.nexmo.client.HttpConfig
- builder() - Static method in class com.nexmo.client.NexmoClient
- builder() - Static method in class com.nexmo.client.voice.CallsFilter
- builder() - Static method in class com.nexmo.client.voice.ncco.InputAction
- builder() - Static method in class com.nexmo.client.voice.ncco.RecordAction
- builder(Application) - Static method in class com.nexmo.client.application.Application
-
Copy an application to a new builder to modify into a new application object.
- builder(Endpoint...) - Static method in class com.nexmo.client.voice.ncco.ConnectAction
- builder(String) - Static method in class com.nexmo.client.insight.AdvancedInsightRequest
- builder(String) - Static method in class com.nexmo.client.insight.BasicInsightRequest
- builder(String) - Static method in class com.nexmo.client.insight.StandardInsightRequest
- builder(String) - Static method in class com.nexmo.client.voice.ncco.ConversationAction
- builder(String) - Static method in class com.nexmo.client.voice.ncco.PhoneEndpoint
- builder(String) - Static method in class com.nexmo.client.voice.ncco.SipEndpoint
- builder(String) - Static method in class com.nexmo.client.voice.ncco.TalkAction
- builder(String...) - Static method in class com.nexmo.client.voice.ncco.StreamAction
- builder(String, String) - Static method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
- builder(Collection<Endpoint>) - Static method in class com.nexmo.client.voice.ncco.ConnectAction
- builder(Collection<String>) - Static method in class com.nexmo.client.voice.ncco.StreamAction
- builder(Map<String, ?>, String...) - Static method in class com.nexmo.client.voice.ncco.NotifyAction
- builder(Map<String, ?>, Collection<String>) - Static method in class com.nexmo.client.voice.ncco.NotifyAction
- Builder() - Constructor for class com.nexmo.client.application.Application.Builder
- Builder() - Constructor for class com.nexmo.client.application.capabilities.Messages.Builder
- Builder() - Constructor for class com.nexmo.client.application.capabilities.Rtc.Builder
- Builder() - Constructor for class com.nexmo.client.application.capabilities.Vbc.Builder
- Builder() - Constructor for class com.nexmo.client.application.capabilities.Voice.Builder
- Builder() - Constructor for class com.nexmo.client.application.ListApplicationRequest.Builder
- Builder() - Constructor for class com.nexmo.client.HttpConfig.Builder
- Builder() - Constructor for class com.nexmo.client.NexmoClient.Builder
- Builder() - Constructor for class com.nexmo.client.voice.CallsFilter.Builder
- Builder() - Constructor for class com.nexmo.client.voice.ncco.InputAction.Builder
- Builder() - Constructor for class com.nexmo.client.voice.ncco.RecordAction.Builder
- Builder(Application) - Constructor for class com.nexmo.client.application.Application.Builder
- Builder(Endpoint...) - Constructor for class com.nexmo.client.voice.ncco.ConnectAction.Builder
- Builder(String) - Constructor for class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- Builder(String) - Constructor for class com.nexmo.client.insight.BasicInsightRequest.Builder
- Builder(String) - Constructor for class com.nexmo.client.insight.StandardInsightRequest.Builder
- Builder(String) - Constructor for class com.nexmo.client.voice.ncco.ConversationAction.Builder
- Builder(String) - Constructor for class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- Builder(String) - Constructor for class com.nexmo.client.voice.ncco.SipEndpoint.Builder
- Builder(String) - Constructor for class com.nexmo.client.voice.ncco.TalkAction.Builder
- Builder(String...) - Constructor for class com.nexmo.client.voice.ncco.StreamAction.Builder
- Builder(String, String) - Constructor for class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
- Builder(Collection<Endpoint>) - Constructor for class com.nexmo.client.voice.ncco.ConnectAction.Builder
- Builder(Collection<String>) - Constructor for class com.nexmo.client.voice.ncco.StreamAction.Builder
- Builder(Map<String, ?>, String...) - Constructor for class com.nexmo.client.voice.ncco.NotifyAction.Builder
- Builder(Map<String, ?>, Collection<String>) - Constructor for class com.nexmo.client.voice.ncco.NotifyAction.Builder
- BUSINESS - com.nexmo.client.insight.CallerType
- BUSY - com.nexmo.client.incoming.CallStatus
- BUSY - com.nexmo.client.voice.CallStatus
- buyNumber(String, String) - Method in class com.nexmo.client.numbers.NumbersClient
-
Start renting a Nexmo Virtual Number.
- BuyNumberRequest - Class in com.nexmo.client.numbers
- BuyNumberRequest(String, String) - Constructor for class com.nexmo.client.numbers.BuyNumberRequest
- bytesToHex(byte[]) - Static method in class com.nexmo.client.sms.HexUtil
-
translate a byte array of raw data into a String with a hex representation of that data
- bytesToHex(byte[], String) - Static method in class com.nexmo.client.sms.HexUtil
-
translate a byte array of raw data into a String with a hex representation of that data.
C
- calculateMd5(String) - Static method in class com.nexmo.client.auth.MD5Util
-
Calculates MD5 hash for string.
- calculateMd5(String, String) - Static method in class com.nexmo.client.auth.MD5Util
-
Calculates MD5 hash for string.
- Call - Class in com.nexmo.client.voice
-
Call encapsulates the information required to create a call using
VoiceClient.createCall(Call) - Call() - Constructor for class com.nexmo.client.voice.Call
- Call(Endpoint[], Endpoint, Ncco) - Constructor for class com.nexmo.client.voice.Call
- Call(Endpoint[], Endpoint, String) - Constructor for class com.nexmo.client.voice.Call
- Call(Endpoint, Endpoint, Ncco) - Constructor for class com.nexmo.client.voice.Call
- Call(Endpoint, Endpoint, String) - Constructor for class com.nexmo.client.voice.Call
- Call(String, String, Ncco) - Constructor for class com.nexmo.client.voice.Call
- Call(String, String, String) - Constructor for class com.nexmo.client.voice.Call
- callback - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- callback(String) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- CallDirection - Enum in com.nexmo.client.incoming
- CallDirection - Enum in com.nexmo.client.voice
- CallerIdentity - Class in com.nexmo.client.insight
- CallerIdentity() - Constructor for class com.nexmo.client.insight.CallerIdentity
- CallerType - Enum in com.nexmo.client.insight
- CallEvent - Class in com.nexmo.client.incoming
- CallEvent - Class in com.nexmo.client.voice
- CallEvent() - Constructor for class com.nexmo.client.incoming.CallEvent
- CallEvent() - Constructor for class com.nexmo.client.voice.CallEvent
- CallInfo - Class in com.nexmo.client.voice
-
CallInfo holds the information related to a call.
- CallInfo() - Constructor for class com.nexmo.client.voice.CallInfo
- CallInfo(Endpoint, Endpoint) - Constructor for class com.nexmo.client.voice.CallInfo
- CallInfo(String, String) - Constructor for class com.nexmo.client.voice.CallInfo
- CallInfoPage - Class in com.nexmo.client.voice
- CallInfoPage() - Constructor for class com.nexmo.client.voice.CallInfoPage
- CallModifier - Class in com.nexmo.client.voice
- CallModifier(String, ModifyCallAction) - Constructor for class com.nexmo.client.voice.CallModifier
- CallModifier(String, ModifyCallPayload) - Constructor for class com.nexmo.client.voice.CallModifier
- CallOrder - Enum in com.nexmo.client.voice
- calls - Variable in class com.nexmo.client.voice.VoiceClient
- CallsFilter - Class in com.nexmo.client.voice
- CallsFilter.Builder - Class in com.nexmo.client.voice
- CallStatus - Enum in com.nexmo.client.incoming
- CallStatus - Enum in com.nexmo.client.voice
- CANCEL - com.nexmo.client.verify.VerifyControlCommand
- CANCELLED - com.nexmo.client.incoming.CallStatus
- CANCELLED - com.nexmo.client.verify.VerifyDetails.Status
- CANCELLED - com.nexmo.client.voice.CallStatus
- cancelNumber(String, String) - Method in class com.nexmo.client.numbers.NumbersClient
-
Stop renting a Nexmo Virtual Number.
- CancelNumberRequest - Class in com.nexmo.client.numbers
- CancelNumberRequest(String, String) - Constructor for class com.nexmo.client.numbers.CancelNumberRequest
- cancelVerification(String) - Method in class com.nexmo.client.verify.VerifyClient
-
Cancel a current verification request.
- Capabilities() - Constructor for class com.nexmo.client.application.Application.Capabilities
- Capability - Class in com.nexmo.client.application.capabilities
-
Represents a capability of a Nexmo Application
- Capability() - Constructor for class com.nexmo.client.application.capabilities.Capability
- Capability.Type - Enum in com.nexmo.client.application.capabilities
- CARLA - com.nexmo.client.voice.VoiceName
- CARMEN - com.nexmo.client.voice.VoiceName
- CARMIT - com.nexmo.client.voice.VoiceName
- CarrierDetails - Class in com.nexmo.client.insight
- CarrierDetails() - Constructor for class com.nexmo.client.insight.CarrierDetails
- CarrierDetails.NetworkType - Enum in com.nexmo.client.insight
- CATARINA - com.nexmo.client.voice.VoiceName
- CELINE - com.nexmo.client.voice.VoiceName
- CEM - com.nexmo.client.voice.VoiceName
- channels(Integer) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- CHANTAL - com.nexmo.client.voice.VoiceName
- check(String, String) - Method in class com.nexmo.client.verify.VerifyClient
-
Validate a code provided by a user in response to a call from
VerifyClient.verify. - check(String, String, String) - Method in class com.nexmo.client.verify.VerifyClient
-
Validate a code provided by a user in response to a call from
VerifyClient.verify. - CheckRequest - Class in com.nexmo.client.verify
- CheckRequest(String, String) - Constructor for class com.nexmo.client.verify.CheckRequest
- CheckRequest(String, String, String) - Constructor for class com.nexmo.client.verify.CheckRequest
- CheckResponse - Class in com.nexmo.client.verify
- CheckResponse(VerifyStatus) - Constructor for class com.nexmo.client.verify.CheckResponse
- CHIPMUNK - com.nexmo.client.voice.VoiceName
- CLASS_0 - com.nexmo.client.sms.messages.Message.MessageClass
-
Message Class 0
- CLASS_1 - com.nexmo.client.sms.messages.Message.MessageClass
-
Message Class 1
- CLASS_2 - com.nexmo.client.sms.messages.Message.MessageClass
-
Message Class 2
- CLASS_3 - com.nexmo.client.sms.messages.Message.MessageClass
-
Message Class 3
- clean(String) - Static method in class com.nexmo.client.auth.RequestSigning
- cnam - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- cnam - Variable in class com.nexmo.client.insight.BaseInsightRequest
- cnam - Variable in class com.nexmo.client.insight.StandardInsightRequest.Builder
- cnam(Boolean) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- cnam(Boolean) - Method in class com.nexmo.client.insight.StandardInsightRequest.Builder
- com.nexmo.client - package com.nexmo.client
-
The root of the Nexmo client library, containing
NexmoClientclass, which is probably what you want. - com.nexmo.client.account - package com.nexmo.client.account
- com.nexmo.client.application - package com.nexmo.client.application
- com.nexmo.client.application.capabilities - package com.nexmo.client.application.capabilities
- com.nexmo.client.auth - package com.nexmo.client.auth
-
Provides support for the various authentication methods supported by different Nexmo APIs.
- com.nexmo.client.common - package com.nexmo.client.common
- com.nexmo.client.conversion - package com.nexmo.client.conversion
- com.nexmo.client.incoming - package com.nexmo.client.incoming
- com.nexmo.client.insight - package com.nexmo.client.insight
- com.nexmo.client.legacyutils - package com.nexmo.client.legacyutils
- com.nexmo.client.numbers - package com.nexmo.client.numbers
- com.nexmo.client.redact - package com.nexmo.client.redact
- com.nexmo.client.sms - package com.nexmo.client.sms
- com.nexmo.client.sms.callback - package com.nexmo.client.sms.callback
- com.nexmo.client.sms.callback.messages - package com.nexmo.client.sms.callback.messages
- com.nexmo.client.sms.messages - package com.nexmo.client.sms.messages
- com.nexmo.client.sns - package com.nexmo.client.sns
- com.nexmo.client.sns.request - package com.nexmo.client.sns.request
- com.nexmo.client.sns.response - package com.nexmo.client.sns.response
- com.nexmo.client.verify - package com.nexmo.client.verify
- com.nexmo.client.voice - package com.nexmo.client.voice
-
Provides access to the Nexmo Voice API.
- com.nexmo.client.voice.ncco - package com.nexmo.client.voice.ncco
-
Provides useful NCCO classes which can be serialized using Jackson when implementing webhooks to drive the Nexmo Voice API.
- com.nexmo.client.voice.servlet - package com.nexmo.client.voice.servlet
-
Provides an abstract Servlet for building NCCO webhooks for the Nexmo Voice API.
- COMMS_FAILURE - com.nexmo.client.sms.MessageStatus
- COMMS_FAILURE - com.nexmo.client.verify.VerifyStatus
- compareTo(AuthMethod) - Method in class com.nexmo.client.auth.AbstractAuthMethod
- COMPLETED - com.nexmo.client.incoming.CallStatus
- COMPLETED - com.nexmo.client.voice.CallStatus
- CONCHITA - com.nexmo.client.voice.VoiceName
- ConnectAction - Class in com.nexmo.client.voice.ncco
-
An NCCO connect action that allows for the establishment of a connection to various
Endpoint. - ConnectAction.Builder - Class in com.nexmo.client.voice.ncco
- constructSignatureForRequestParameters(List<NameValuePair>, String) - Static method in class com.nexmo.client.auth.RequestSigning
-
Signs a set of request parameters.
- constructSignatureForRequestParameters(List<NameValuePair>, String, long) - Static method in class com.nexmo.client.auth.RequestSigning
-
Signs a set of request parameters.
- consume(MO) - Method in class com.nexmo.client.sms.callback.AbstractMOServlet
-
This method is asynchronously passed a complete MO instance to be dealt with by your application logic
- consumer - Variable in class com.nexmo.client.sms.callback.AbstractMOServlet
- CONSUMER - com.nexmo.client.insight.CallerType
- contentType(String) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
- CONTINUE - com.nexmo.client.voice.MachineDetection
- ControlRequest - Class in com.nexmo.client.verify
- ControlRequest(String, VerifyControlCommand) - Constructor for class com.nexmo.client.verify.ControlRequest
- ControlResponse - Class in com.nexmo.client.verify
- ControlResponse(String, VerifyControlCommand) - Constructor for class com.nexmo.client.verify.ControlResponse
- CONVERSATION - com.nexmo.client.voice.ncco.SplitRecording
- ConversationAction - Class in com.nexmo.client.voice.ncco
-
An NCCO conversation action which enables the ability to host conference calls.
- ConversationAction.Builder - Class in com.nexmo.client.voice.ncco
- conversationUuid(String) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- ConversionClient - Class in com.nexmo.client.conversion
-
A client for talking to the Nexmo Conversion API.
- ConversionClient(HttpWrapper) - Constructor for class com.nexmo.client.conversion.ConversionClient
- ConversionRequest - Class in com.nexmo.client.conversion
- ConversionRequest(ConversionRequest.Type, String, boolean, Date) - Constructor for class com.nexmo.client.conversion.ConversionRequest
- ConversionRequest.Type - Enum in com.nexmo.client.conversion
- country - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- country - Variable in class com.nexmo.client.insight.BaseInsightRequest
- country - Variable in class com.nexmo.client.insight.BasicInsightRequest.Builder
- country - Variable in class com.nexmo.client.insight.StandardInsightRequest.Builder
- country(String) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- country(String) - Method in class com.nexmo.client.insight.BasicInsightRequest.Builder
- country(String) - Method in class com.nexmo.client.insight.StandardInsightRequest.Builder
- Country - Class in com.nexmo.client.account
- Country() - Constructor for class com.nexmo.client.account.Country
- createApplication(Application) - Method in class com.nexmo.client.application.ApplicationClient
-
Create a new application.
- createCall(Call) - Method in class com.nexmo.client.voice.VoiceClient
-
Begin a call to a phone number.
- createHttpClient() - Method in class com.nexmo.client.HttpWrapper
- createSecret(String, String) - Method in class com.nexmo.client.account.AccountClient
-
Create a secret to be used with a specific API key.
- CreateSecretRequest - Class in com.nexmo.client.account
- CreateSecretRequest(String, String) - Constructor for class com.nexmo.client.account.CreateSecretRequest
- CRISTIANO - com.nexmo.client.voice.VoiceName
D
- DAMAYANTI - com.nexmo.client.voice.VoiceName
- dateEnd(Date) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- dateStart(Date) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- defaultConfig() - Static method in class com.nexmo.client.HttpConfig
- delete(String) - Method in class com.nexmo.client.voice.TalkEndpoint
- DELETE - com.nexmo.client.common.HttpMethod
- deleteApplication(String) - Method in class com.nexmo.client.application.ApplicationClient
-
Delete an application.
- DESCENDING - com.nexmo.client.voice.CallOrder
- deserialize(JsonParser, DeserializationContext) - Method in class com.nexmo.client.verify.SearchVerifyResponseDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.nexmo.client.verify.VerifyStatusDeserializer
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.nexmo.client.sms.callback.AbstractMOServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.nexmo.client.voice.servlet.AbstractAnswerServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.nexmo.client.sms.callback.AbstractMOServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.nexmo.client.voice.servlet.AbstractAnswerServlet
- DORA - com.nexmo.client.voice.VoiceName
- downloadRecording - Variable in class com.nexmo.client.voice.VoiceClient
- downloadRecording(String) - Method in class com.nexmo.client.voice.VoiceClient
-
Download a recording, given the recordingUrl provided from the webhook callback.
- dtmf - Variable in class com.nexmo.client.voice.VoiceClient
- dtmfAnswer(String) - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- DtmfEndpoint - Class in com.nexmo.client.voice
- DtmfEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.DtmfEndpoint
- DtmfPayload - Class in com.nexmo.client.voice
-
The JSON payload that will be sent in a
DtmfRequest. - DtmfPayload(String) - Constructor for class com.nexmo.client.voice.DtmfPayload
- DtmfRequest - Class in com.nexmo.client.voice
-
The request object to send DTMF tones.
- DtmfRequest(String, String) - Constructor for class com.nexmo.client.voice.DtmfRequest
- DtmfResponse - Class in com.nexmo.client.voice
-
Response if DTMF tones were successfully sent to an active
Call. - DtmfResponse() - Constructor for class com.nexmo.client.voice.DtmfResponse
E
- EARMUFF - com.nexmo.client.voice.ModifyCallAction
- EmbeddedCalls - Class in com.nexmo.client.voice
- EmbeddedCalls() - Constructor for class com.nexmo.client.voice.EmbeddedCalls
- EMMA - com.nexmo.client.voice.VoiceName
- EMPAR - com.nexmo.client.voice.VoiceName
- endOnExit(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- endOnKey(Character) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- endOnSilence(Integer) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- endpoint(Endpoint...) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- endpoint(Collection<Endpoint>) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- Endpoint - Interface in com.nexmo.client.voice
- Endpoint - Interface in com.nexmo.client.voice.ncco
-
An endpoint for a
ConnectActionto connect to. - ENDS_WITH - com.nexmo.client.numbers.SearchPattern
- ENRIQUE - com.nexmo.client.voice.VoiceName
- equals(Object) - Method in class com.nexmo.client.voice.PhoneEndpoint
- ERIC - com.nexmo.client.voice.VoiceName
- EVENT - com.nexmo.client.common.Webhook.Type
- eventMethod(EventMethod) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- eventMethod(EventMethod) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- eventMethod(EventMethod) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- eventMethod(EventMethod) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
- eventMethod(EventMethod) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- EventMethod - Enum in com.nexmo.client.voice.ncco
-
The type of request to use when connecting to an event url.
- eventType(EventType) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- EventType - Enum in com.nexmo.client.voice.ncco
-
The type of event to use.
- eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
- eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
- eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- EWA - com.nexmo.client.voice.VoiceName
- execute(RequestT) - Method in class com.nexmo.client.AbstractMethod
-
Execute the REST call represented by this method object.
- execute(RequestT) - Method in interface com.nexmo.client.Method
- EXPIRED - com.nexmo.client.verify.VerifyDetails.Status
F
- FACILITY_NOT_ALLOWED - com.nexmo.client.sms.MessageStatus
- FAILED - com.nexmo.client.incoming.CallStatus
- FAILED - com.nexmo.client.verify.VerifyDetails.Status
- FAILED - com.nexmo.client.voice.CallStatus
- FELIPE - com.nexmo.client.voice.VoiceName
- FILIZ - com.nexmo.client.voice.VoiceName
- format(RecordingFormat) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- from(String) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- fromInt(int) - Static method in enum com.nexmo.client.insight.InsightStatus
-
Look up the
InsightStatusbased on the int value. - fromInt(int) - Static method in enum com.nexmo.client.sms.MessageStatus
-
Look up the
MessageStatusbased on the int value. - fromInt(int) - Static method in enum com.nexmo.client.verify.VerifyStatus
-
Look up the
VerifyStatusbased on the int value. - fromJson(String) - Static method in class com.nexmo.client.account.BalanceResponse
- fromJson(String) - Static method in class com.nexmo.client.account.ListSecretsResponse
- fromJson(String) - Static method in class com.nexmo.client.account.PrefixPricingResponse
- fromJson(String) - Static method in class com.nexmo.client.account.PricingResponse
- fromJson(String) - Static method in class com.nexmo.client.account.SecretResponse
- fromJson(String) - Static method in class com.nexmo.client.account.SettingsResponse
- fromJson(String) - Static method in class com.nexmo.client.application.Application
- fromJson(String) - Static method in class com.nexmo.client.application.ApplicationList
- fromJson(String) - Static method in class com.nexmo.client.incoming.CallEvent
- fromJson(String) - Static method in class com.nexmo.client.incoming.InputEvent
- fromJson(String) - Static method in class com.nexmo.client.incoming.MessageEvent
- fromJson(String) - Static method in class com.nexmo.client.incoming.RecordEvent
- fromJson(String) - Static method in class com.nexmo.client.insight.AdvancedInsightResponse
- fromJson(String) - Static method in class com.nexmo.client.insight.BasicInsightResponse
- fromJson(String) - Static method in class com.nexmo.client.insight.StandardInsightResponse
- fromJson(String) - Static method in class com.nexmo.client.numbers.ListNumbersResponse
- fromJson(String) - Static method in class com.nexmo.client.numbers.SearchNumbersResponse
- fromJson(String) - Static method in class com.nexmo.client.sms.SearchRejectedMessagesResponse
- fromJson(String) - Static method in class com.nexmo.client.sms.SearchSmsResponse
- fromJson(String) - Static method in class com.nexmo.client.sms.SmsSingleSearchResponse
- fromJson(String) - Static method in class com.nexmo.client.sms.SmsSubmissionResponse
- fromJson(String) - Static method in class com.nexmo.client.verify.CheckResponse
- fromJson(String) - Static method in class com.nexmo.client.verify.ControlResponse
- fromJson(String) - Static method in class com.nexmo.client.verify.SearchVerifyResponse
- fromJson(String) - Static method in class com.nexmo.client.verify.VerifyResponse
- fromJson(String) - Static method in class com.nexmo.client.voice.Call
- fromJson(String) - Static method in class com.nexmo.client.voice.CallEvent
- fromJson(String) - Static method in class com.nexmo.client.voice.CallInfo
- fromJson(String) - Static method in class com.nexmo.client.voice.CallInfoPage
- fromJson(String) - Static method in class com.nexmo.client.voice.DtmfResponse
- fromJson(String) - Static method in class com.nexmo.client.voice.ModifyCallResponse
- fromJson(String) - Static method in class com.nexmo.client.voice.StreamResponse
- fromJson(String) - Static method in class com.nexmo.client.voice.TalkResponse
- fromName(String) - Static method in enum com.nexmo.client.common.Webhook.Type
- fromString(String) - Static method in enum com.nexmo.client.common.HttpMethod
- fromString(String) - Static method in enum com.nexmo.client.incoming.CallDirection
- fromString(String) - Static method in enum com.nexmo.client.incoming.CallStatus
- fromString(String) - Static method in enum com.nexmo.client.incoming.MessageType
- fromString(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- fromString(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- fromString(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Validity
- fromString(String) - Static method in enum com.nexmo.client.insight.CallerType
- fromString(String) - Static method in enum com.nexmo.client.insight.CarrierDetails.NetworkType
- fromString(String) - Static method in enum com.nexmo.client.insight.RoamingDetails.RoamingStatus
- fromString(String) - Static method in enum com.nexmo.client.numbers.Type
- fromString(String) - Static method in enum com.nexmo.client.verify.VerifyControlCommand
- fromString(String) - Static method in enum com.nexmo.client.verify.VerifyDetails.Status
-
Look up the
VerifyDetails.Statusbased on the string value. - fromString(String) - Static method in enum com.nexmo.client.voice.CallDirection
- fromString(String) - Static method in enum com.nexmo.client.voice.CallStatus
- fromString(String) - Static method in enum com.nexmo.client.voice.MachineDetection
- fromString(String) - Static method in enum com.nexmo.client.voice.ModifyCallAction
- fromString(String) - Static method in enum com.nexmo.client.voice.ncco.RecordingFormat
- fromString(String) - Static method in enum com.nexmo.client.voice.VoiceName
G
- generateJwt() - Method in class com.nexmo.client.NexmoClient
-
Generate a JWT for the application the client has been configured with.
- generateToken() - Method in class com.nexmo.client.auth.JWTAuthMethod
- GERAINT - com.nexmo.client.voice.VoiceName
- GET - com.nexmo.client.common.HttpMethod
- GET - com.nexmo.client.voice.ncco.EventMethod
- getAcceptableAuthMethod(Set<Class>) - Method in class com.nexmo.client.auth.AuthCollection
-
Obtain an
AuthMethodinstance for a set of acceptable AuthMethod classes. - getAcceptableAuthMethods() - Method in class com.nexmo.client.AbstractMethod
- getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
- getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SmsSearchEndpoint
- getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SmsSingleSearchEndpoint
- getAccountClient() - Method in class com.nexmo.client.NexmoClient
- getAccountId() - Method in class com.nexmo.client.sms.RejectedMessage
- getAccountId() - Method in class com.nexmo.client.sms.SmsDetails
- getAccountId() - Method in class com.nexmo.client.verify.VerifyDetails
- getAction() - Method in class com.nexmo.client.voice.CallModifier
- getAction() - Method in class com.nexmo.client.voice.ModifyCallPayload
- getAction() - Method in interface com.nexmo.client.voice.ncco.Action
- getAction() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getAction() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getAction() - Method in class com.nexmo.client.voice.ncco.InputAction
- getAction() - Method in class com.nexmo.client.voice.ncco.NotifyAction
- getAction() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getAction() - Method in class com.nexmo.client.voice.ncco.StreamAction
- getAction() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getActions() - Method in class com.nexmo.client.voice.ncco.Ncco
- getAddress() - Method in class com.nexmo.client.common.Webhook
- getAdvancedNumberInsight(AdvancedInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
-
Perform an Advanced Insight Request with a
AdvancedInsightRequest. - getAdvancedNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform an Advanced Insight Request with a number.
- getAdvancedNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform an Advanced Insight Request with a number and country.
- getAdvancedNumberInsight(String, String, String) - Method in class com.nexmo.client.insight.InsightClient
-
Deprecated.
- getAdvancedNumberInsight(String, String, String, boolean) - Method in class com.nexmo.client.insight.InsightClient
-
Deprecated.
- getAnswerMethod() - Method in class com.nexmo.client.voice.Call
- getAnswerUrl() - Method in class com.nexmo.client.voice.Call
- getApiBaseUri() - Method in class com.nexmo.client.HttpConfig
- getApiKey() - Method in class com.nexmo.client.account.CreateSecretRequest
- getApiKey() - Method in class com.nexmo.client.account.SecretRequest
- getApplication(String) - Method in class com.nexmo.client.application.ApplicationClient
-
Retrieve an application.
- getApplicationClient() - Method in class com.nexmo.client.NexmoClient
- getApplications() - Method in class com.nexmo.client.application.ApplicationList
- getAuth(Class<T>) - Method in class com.nexmo.client.auth.AuthCollection
-
Obtain an AuthMethod of type T, if one is contained in this collection.
- getAuthCollection() - Method in class com.nexmo.client.HttpWrapper
- getAuthMethod(Class[]) - Method in class com.nexmo.client.AbstractMethod
-
Utility method for obtaining an appropriate
AuthMethodfor this call. - getBalance() - Method in class com.nexmo.client.account.AccountClient
- getBargeIn() - Method in class com.nexmo.client.voice.ncco.StreamAction
- getBargeIn() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getBasicNumberInsight(BasicInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Basic Insight Request with a
BasicInsightRequest. - getBasicNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Basic Insight Request with a number.
- getBasicNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Basic Insight Request with a number and country.
- getBeepStart() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getBinaryMessageBody() - Method in class com.nexmo.client.sms.callback.messages.MO
- getBody() - Method in class com.nexmo.client.sms.SmsDetails
- getBrand() - Method in class com.nexmo.client.verify.VerifyRequest
- getCallback() - Method in class com.nexmo.client.insight.AdvancedInsightRequest
- getCallbackUrl() - Method in class com.nexmo.client.sms.messages.Message
- getCallDetails(String) - Method in class com.nexmo.client.voice.VoiceClient
-
Look up the status of a single call initiated by
VoiceClient.createCall(Call). - getCallerIdentity() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getCallerName() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getCallerType() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getCallInfos() - Method in class com.nexmo.client.voice.EmbeddedCalls
- getCallOrder() - Method in enum com.nexmo.client.voice.CallOrder
- getCapabilities() - Method in class com.nexmo.client.application.Application
- getChannels() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getChecks() - Method in class com.nexmo.client.verify.VerifyDetails
- getClientRef() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getClientReference() - Method in class com.nexmo.client.sms.messages.Message
- getCnam() - Method in class com.nexmo.client.insight.AdvancedInsightRequest
- getCnam() - Method in class com.nexmo.client.insight.StandardInsightRequest
- getCode() - Method in class com.nexmo.client.account.Country
- getCode() - Method in class com.nexmo.client.account.Network
- getCode() - Method in class com.nexmo.client.verify.CheckRequest
- getCode() - Method in class com.nexmo.client.verify.VerifyCheck
- getCommand() - Method in class com.nexmo.client.sns.request.SnsRequest
- getCommand() - Method in class com.nexmo.client.sns.response.SnsResponse
- getCommand() - Method in class com.nexmo.client.verify.ControlRequest
- getCommand() - Method in class com.nexmo.client.verify.ControlResponse
- getConcat() - Method in class com.nexmo.client.incoming.MessageEvent
- getConcatPart() - Method in class com.nexmo.client.incoming.MessageEvent
- getConcatPartNumber() - Method in class com.nexmo.client.sms.callback.messages.MO
- getConcatRef() - Method in class com.nexmo.client.incoming.MessageEvent
- getConcatReferenceNumber() - Method in class com.nexmo.client.sms.callback.messages.MO
- getConcatTotal() - Method in class com.nexmo.client.incoming.MessageEvent
- getConcatTotalParts() - Method in class com.nexmo.client.sms.callback.messages.MO
- getContent() - Method in class com.nexmo.client.voice.Recording
- getContentType() - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
- getContentType() - Method in class com.nexmo.client.voice.WebSocketEndpoint
- getConversationUuid() - Method in class com.nexmo.client.incoming.CallEvent
- getConversationUuid() - Method in class com.nexmo.client.incoming.InputEvent
- getConversationUuid() - Method in class com.nexmo.client.incoming.RecordEvent
- getConversationUuid() - Method in class com.nexmo.client.voice.CallEvent
- getConversationUuid() - Method in class com.nexmo.client.voice.CallInfo
- getConversationUuid() - Method in class com.nexmo.client.voice.CallsFilter
- getConversionClient() - Method in class com.nexmo.client.NexmoClient
- getCost() - Method in class com.nexmo.client.numbers.AvailableNumber
- getCount() - Method in class com.nexmo.client.account.PrefixPricingResponse
- getCount() - Method in class com.nexmo.client.numbers.ListNumbersResponse
- getCount() - Method in class com.nexmo.client.numbers.SearchNumbersResponse
-
Get the number of responses returned by the Nexmo API.
- getCount() - Method in class com.nexmo.client.sms.SearchRejectedMessagesResponse
- getCount() - Method in class com.nexmo.client.sms.SearchSmsResponse
- getCount() - Method in class com.nexmo.client.voice.CallInfoPage
- getCountries() - Method in class com.nexmo.client.account.PrefixPricingResponse
- getCountry() - Method in class com.nexmo.client.account.PricingResponse
- getCountry() - Method in class com.nexmo.client.insight.BaseInsightRequest
- getCountry() - Method in class com.nexmo.client.insight.CarrierDetails
- getCountry() - Method in class com.nexmo.client.numbers.AvailableNumber
- getCountry() - Method in class com.nexmo.client.numbers.BuyNumberRequest
- getCountry() - Method in class com.nexmo.client.numbers.CancelNumberRequest
- getCountry() - Method in class com.nexmo.client.numbers.OwnedNumber
- getCountry() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getCountry() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getCountry() - Method in class com.nexmo.client.verify.VerifyRequest
-
The country for the destination phone number.
- getCountryCode() - Method in class com.nexmo.client.account.PricingRequest
- getCountryCode() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getCountryCodeIso3() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getCountryName() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getCountryPrefix() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getCreated() - Method in class com.nexmo.client.account.SecretResponse
- getCurrency() - Method in class com.nexmo.client.account.Network
- getCurrency() - Method in class com.nexmo.client.account.PricingResponse
- getCurrency() - Method in class com.nexmo.client.verify.CheckResponse
- getCurrency() - Method in class com.nexmo.client.verify.VerifyDetails
- getCurrentCarrier() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getData() - Method in class com.nexmo.client.incoming.MessageEvent
- getDate() - Method in class com.nexmo.client.verify.VerifyCheck
- getDateClosed() - Method in class com.nexmo.client.sms.SmsDetails
- getDateEnd() - Method in class com.nexmo.client.voice.CallsFilter
- getDateFinalized() - Method in class com.nexmo.client.verify.VerifyDetails
- getDateReceived() - Method in class com.nexmo.client.sms.RejectedMessage
- getDateReceived() - Method in class com.nexmo.client.sms.SmsDetails
- getDateStart() - Method in class com.nexmo.client.voice.CallsFilter
- getDateSubmitted() - Method in class com.nexmo.client.verify.VerifyDetails
- getDefaultPrice() - Method in class com.nexmo.client.account.PricingResponse
- getDeliveryReceiptUrl() - Method in class com.nexmo.client.account.SettingsRequest
- getDeliveryReceiptUrl() - Method in class com.nexmo.client.account.SettingsResponse
- getDestination() - Method in class com.nexmo.client.sms.callback.messages.MO
- getDestination() - Method in class com.nexmo.client.voice.TransferCallPayload
- getDialingPrefix() - Method in class com.nexmo.client.account.PricingResponse
- getDigits() - Method in class com.nexmo.client.voice.DtmfPayload
- getDigits() - Method in class com.nexmo.client.voice.DtmfRequest
- getDirection() - Method in class com.nexmo.client.incoming.CallEvent
- getDirection() - Method in class com.nexmo.client.voice.CallEvent
- getDirection() - Method in class com.nexmo.client.voice.CallInfo
- getDisplayName() - Method in class com.nexmo.client.account.Country
- getDisplayName() - Method in enum com.nexmo.client.voice.VoiceName
- getDtmf() - Method in class com.nexmo.client.incoming.InputEvent
- getDtmfAnswer() - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint
- getDtmfAnswer() - Method in class com.nexmo.client.voice.PhoneEndpoint
- getDuration() - Method in class com.nexmo.client.voice.CallInfo
- getEmbedded() - Method in class com.nexmo.client.voice.CallInfoPage
- getEndOnExit() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getEndOnKey() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getEndOnSilence() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getEndpoint() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getEndTime() - Method in class com.nexmo.client.incoming.RecordEvent
- getEndTime() - Method in class com.nexmo.client.voice.CallInfo
- getErrorCode() - Method in class com.nexmo.client.sms.RejectedMessage
- getErrorCodeLabel() - Method in class com.nexmo.client.sms.RejectedMessage
- getErrorText() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getErrorText() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getErrorText() - Method in class com.nexmo.client.verify.BaseResult
- getErrorText() - Method in class com.nexmo.client.verify.CheckResponse
- getErrorText() - Method in class com.nexmo.client.verify.ControlResponse
- getErrorText() - Method in class com.nexmo.client.verify.SearchVerifyResponse
- getErrorText() - Method in exception com.nexmo.client.verify.VerifyException
- getErrorText() - Method in class com.nexmo.client.verify.VerifyResponse
- getEventId() - Method in class com.nexmo.client.verify.CheckResponse
- getEventMethod() - Method in class com.nexmo.client.voice.Call
- getEventMethod() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getEventMethod() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getEventMethod() - Method in class com.nexmo.client.voice.ncco.InputAction
- getEventMethod() - Method in class com.nexmo.client.voice.ncco.NotifyAction
- getEventMethod() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getEventType() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getEventUrl() - Method in class com.nexmo.client.voice.Call
- getEventUrl() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getEventUrl() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getEventUrl() - Method in class com.nexmo.client.voice.ncco.InputAction
- getEventUrl() - Method in class com.nexmo.client.voice.ncco.NotifyAction
- getEventUrl() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getFeatures() - Method in class com.nexmo.client.numbers.AvailableNumber
- getFeatures() - Method in class com.nexmo.client.numbers.OwnedNumber
- getFeatures() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getFinalStatus() - Method in class com.nexmo.client.sms.SmsDetails
- getFirst() - Method in class com.nexmo.client.voice.PageLinks
- getFirstEventDate() - Method in class com.nexmo.client.verify.VerifyDetails
- getFirstName() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getFirstName() - Method in class com.nexmo.client.insight.CallerIdentity
- getFormat() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getFrom() - Method in class com.nexmo.client.incoming.CallEvent
- getFrom() - Method in class com.nexmo.client.sms.messages.Message
- getFrom() - Method in class com.nexmo.client.sms.RejectedMessage
- getFrom() - Method in class com.nexmo.client.sms.SmsDetails
- getFrom() - Method in class com.nexmo.client.verify.VerifyRequest
- getFrom() - Method in class com.nexmo.client.voice.Call
- getFrom() - Method in class com.nexmo.client.voice.CallInfo
- getFrom() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getHeaders() - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
- getHeaders() - Method in class com.nexmo.client.voice.WebSocketEndpoint
- getHref() - Method in class com.nexmo.client.voice.PageLink
- getHttpClient() - Method in class com.nexmo.client.HttpWrapper
- getHttpConfig() - Method in class com.nexmo.client.HttpWrapper
- getId() - Method in class com.nexmo.client.account.SecretResponse
- getId() - Method in class com.nexmo.client.application.Application
- getId() - Method in class com.nexmo.client.redact.RedactRequest
- getId() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getIncomingSmsUrl() - Method in class com.nexmo.client.account.SettingsRequest
- getIncomingSmsUrl() - Method in class com.nexmo.client.account.SettingsResponse
- getIndex() - Method in class com.nexmo.client.numbers.ListNumbersFilter
- getIndex() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getInsightClient() - Method in class com.nexmo.client.NexmoClient
- getInsightStatus() - Method in enum com.nexmo.client.insight.InsightStatus
- getInternationalFormatNumber() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getIpAddress() - Method in class com.nexmo.client.insight.AdvancedInsightRequest
- getIpAddress() - Method in class com.nexmo.client.verify.CheckRequest
- getIpAddress() - Method in class com.nexmo.client.verify.VerifyCheck
- getItems() - Method in class com.nexmo.client.sms.SearchRejectedMessagesResponse
- getItems() - Method in class com.nexmo.client.sms.SearchSmsResponse
- getKeys() - Method in class com.nexmo.client.application.Application
- getKeyword() - Method in class com.nexmo.client.incoming.MessageEvent
- getKeyword() - Method in class com.nexmo.client.sms.callback.messages.MO
- getLast() - Method in class com.nexmo.client.voice.PageLinks
- getLastEventDate() - Method in class com.nexmo.client.verify.VerifyDetails
- getLastName() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getLastName() - Method in class com.nexmo.client.insight.CallerIdentity
- getLatency() - Method in class com.nexmo.client.sms.SmsDetails
- getLength() - Method in class com.nexmo.client.verify.VerifyRequest
- getLengthTimer() - Method in class com.nexmo.client.voice.Call
- getLevel() - Method in class com.nexmo.client.voice.ncco.StreamAction
- getLevel() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getLimit() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getLinks() - Method in class com.nexmo.client.voice.CallInfoPage
- getLocale() - Method in class com.nexmo.client.verify.VerifyRequest
- getLookupOutcome() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getLookupOutcomeMessage() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getLoop() - Method in class com.nexmo.client.voice.ncco.StreamAction
- getLoop() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getLoop() - Method in class com.nexmo.client.voice.StreamPayload
- getLoop() - Method in class com.nexmo.client.voice.TalkPayload
- getMachineDetection() - Method in class com.nexmo.client.voice.Call
- getMachineDetection() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getMaxApiCallsPerSecond() - Method in class com.nexmo.client.account.SettingsResponse
- getMaxDigits() - Method in class com.nexmo.client.voice.ncco.InputAction
- getMaxInboundMessagesPerSecond() - Method in class com.nexmo.client.account.SettingsResponse
- getMaxOutboundMessagesPerSecond() - Method in class com.nexmo.client.account.SettingsResponse
- getMcc() - Method in class com.nexmo.client.account.Network
- getMessage() - Method in exception com.nexmo.client.auth.NexmoUnacceptableAuthException
- getMessage() - Method in class com.nexmo.client.voice.DtmfResponse
- getMessage() - Method in class com.nexmo.client.voice.ModifyCallResponse
- getMessage() - Method in class com.nexmo.client.voice.StreamResponse
- getMessage() - Method in class com.nexmo.client.voice.TalkResponse
- getMessageBody() - Method in class com.nexmo.client.sms.callback.messages.MO
- getMessageBody() - Method in class com.nexmo.client.sms.messages.BinaryMessage
- getMessageBody() - Method in class com.nexmo.client.sms.messages.TextMessage
- getMessageClass() - Method in class com.nexmo.client.sms.messages.Message
- getMessageClass() - Method in enum com.nexmo.client.sms.messages.Message.MessageClass
- getMessageCount() - Method in class com.nexmo.client.sms.SmsSubmissionResponse
- getMessageId() - Method in class com.nexmo.client.conversion.ConversionRequest
- getMessageId() - Method in class com.nexmo.client.incoming.MessageEvent
- getMessageId() - Method in class com.nexmo.client.sms.callback.messages.MO
- getMessageId() - Method in class com.nexmo.client.sms.SmsDetails
- getMessagePrice() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getMessages() - Method in class com.nexmo.client.application.Application.Capabilities
- getMessages() - Method in class com.nexmo.client.sms.SmsSubmissionResponse
- getMessagesCallbackValue() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getMessageStatus() - Method in enum com.nexmo.client.sms.MessageStatus
- getMessageTimestamp() - Method in class com.nexmo.client.incoming.MessageEvent
- getMessageType() - Method in class com.nexmo.client.sms.callback.messages.MO
- getMethod() - Method in class com.nexmo.client.common.Webhook
- getMnc() - Method in class com.nexmo.client.account.Network
- getMoHttpUrl() - Method in class com.nexmo.client.numbers.OwnedNumber
- getMoHttpUrl() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getMoSmppSysType() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getMsisdn() - Method in class com.nexmo.client.incoming.MessageEvent
- getMsisdn() - Method in class com.nexmo.client.numbers.AvailableNumber
- getMsisdn() - Method in class com.nexmo.client.numbers.BuyNumberRequest
- getMsisdn() - Method in class com.nexmo.client.numbers.CancelNumberRequest
- getMsisdn() - Method in class com.nexmo.client.numbers.OwnedNumber
- getMsisdn() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getMusicOnHoldUrl() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getName() - Method in class com.nexmo.client.account.Country
- getName() - Method in class com.nexmo.client.account.Network
- getName() - Method in class com.nexmo.client.application.Application
- getName() - Method in enum com.nexmo.client.common.Webhook.Type
- getName() - Method in class com.nexmo.client.insight.CallerIdentity
- getName() - Method in class com.nexmo.client.insight.CarrierDetails
- getName() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getNationalFormatNumber() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getNcco() - Method in class com.nexmo.client.voice.Call
- getNetwork() - Method in class com.nexmo.client.sms.SmsDetails
- getNetwork() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getNetwork() - Method in class com.nexmo.client.voice.CallInfo
- getNetworkCode() - Method in class com.nexmo.client.insight.CarrierDetails
- getNetworkCode() - Method in class com.nexmo.client.sms.callback.messages.MO
- getNetworks() - Method in class com.nexmo.client.account.PricingResponse
- getNetworkType() - Method in class com.nexmo.client.insight.CarrierDetails
- getNext() - Method in class com.nexmo.client.voice.PageLinks
- getNextEventWait() - Method in class com.nexmo.client.verify.VerifyRequest
-
Get the wait time between attempts to deliver the PIN.
- getNonce() - Method in class com.nexmo.client.incoming.MessageEvent
- getNumber() - Method in class com.nexmo.client.insight.BaseInsightRequest
- getNumber() - Method in class com.nexmo.client.verify.VerifyDetails
- getNumber() - Method in class com.nexmo.client.verify.VerifyRequest
- getNumber() - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint
- getNumber() - Method in class com.nexmo.client.voice.PhoneEndpoint
- getNumbers() - Method in class com.nexmo.client.numbers.ListNumbersResponse
- getNumbers() - Method in class com.nexmo.client.numbers.SearchNumbersResponse
-
Obtain an array of matching numbers than are available to buy.
- getNumbersClient() - Method in class com.nexmo.client.NexmoClient
- getOnAnswer() - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint
- getOrder() - Method in class com.nexmo.client.voice.CallsFilter
- getOriginalCarrier() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getPage() - Method in class com.nexmo.client.application.ListApplicationRequest
- getPage() - Method in class com.nexmo.client.common.PageList
- getPageSize() - Method in class com.nexmo.client.application.ListApplicationRequest
- getPageSize() - Method in class com.nexmo.client.common.PageList
- getPageSize() - Method in class com.nexmo.client.voice.CallInfoPage
- getPageSize() - Method in class com.nexmo.client.voice.CallsFilter
- getPattern() - Method in class com.nexmo.client.numbers.ListNumbersFilter
- getPattern() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getPayload() - Method in class com.nexmo.client.voice.ncco.NotifyAction
- getPinExpiry() - Method in class com.nexmo.client.verify.VerifyRequest
-
Get the PIN validity time from generation, in seconds, or null if this has not been set.
- getPorted() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getPrefix() - Method in class com.nexmo.client.account.PrefixPricingRequest
- getPrefixPrice(ServiceType, String) - Method in class com.nexmo.client.account.AccountClient
-
Retrieve the pricing for a specified prefix.
- getPrev() - Method in class com.nexmo.client.voice.PageLinks
- getPrice() - Method in class com.nexmo.client.account.Network
- getPrice() - Method in class com.nexmo.client.sms.callback.messages.MO
- getPrice() - Method in class com.nexmo.client.sms.SmsDetails
- getPrice() - Method in class com.nexmo.client.verify.CheckResponse
- getPrice() - Method in class com.nexmo.client.verify.VerifyDetails
- getPrice() - Method in class com.nexmo.client.voice.CallInfo
- getPrivateKey() - Method in class com.nexmo.client.application.Application.Keys
- getProduct() - Method in class com.nexmo.client.redact.RedactRequest
- getProtocolId() - Method in class com.nexmo.client.sms.messages.BinaryMessage
- getPublicKey() - Method in class com.nexmo.client.application.Application.Keys
- getQueryParameters() - Method in class com.nexmo.client.sns.request.SnsPublishRequest
- getQueryParameters() - Method in class com.nexmo.client.sns.request.SnsRequest
- getRate() - Method in class com.nexmo.client.voice.CallInfo
- getReachability() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getRecord() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getRecordIndex() - Method in class com.nexmo.client.voice.CallInfoPage
- getRecordIndex() - Method in class com.nexmo.client.voice.CallsFilter
- getRedactClient() - Method in class com.nexmo.client.NexmoClient
- getRefundPrice() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getRemainingBalance() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getRemainingBalance() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getRequestId() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getRequestId() - Method in class com.nexmo.client.verify.CheckRequest
- getRequestId() - Method in class com.nexmo.client.verify.CheckResponse
- getRequestId() - Method in class com.nexmo.client.verify.ControlRequest
- getRequestId() - Method in class com.nexmo.client.verify.VerifyDetails
- getRequestId() - Method in class com.nexmo.client.verify.VerifyResponse
- getRequestIds() - Method in class com.nexmo.client.verify.SearchRequest
- getRequestPrice() - Method in class com.nexmo.client.insight.StandardInsightResponse
- getRestBaseUri() - Method in class com.nexmo.client.HttpConfig
- getResultCode() - Method in class com.nexmo.client.sns.response.SnsResponse
- getResultMessage() - Method in class com.nexmo.client.sns.response.SnsResponse
- getRingingTimer() - Method in class com.nexmo.client.voice.Call
- getRoaming() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getRoamingCountryCode() - Method in class com.nexmo.client.insight.RoamingDetails
- getRoamingNetworkCode() - Method in class com.nexmo.client.insight.RoamingDetails
- getRoamingNetworkName() - Method in class com.nexmo.client.insight.RoamingDetails
- getRtc() - Method in class com.nexmo.client.application.Application.Capabilities
- getSearchPattern() - Method in class com.nexmo.client.numbers.ListNumbersFilter
- getSearchPattern() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getSecret() - Method in class com.nexmo.client.account.CreateSecretRequest
- getSecret(String, String) - Method in class com.nexmo.client.account.AccountClient
-
Get information for a specific secret id associated to a given API key.
- getSecretId() - Method in class com.nexmo.client.account.SecretRequest
- getSecrets() - Method in class com.nexmo.client.account.ListSecretsResponse
- getSelf() - Method in class com.nexmo.client.account.ListSecretsResponse
- getSelf() - Method in class com.nexmo.client.account.SecretResponse
- getSelf() - Method in class com.nexmo.client.voice.PageLinks
- getSender() - Method in class com.nexmo.client.sms.callback.messages.MO
- getSenderId() - Method in class com.nexmo.client.verify.VerifyDetails
- getServiceType() - Method in class com.nexmo.client.account.PrefixPricingRequest
- getSessionId() - Method in class com.nexmo.client.sms.callback.messages.MO
- getSize() - Method in class com.nexmo.client.incoming.RecordEvent
- getSize() - Method in class com.nexmo.client.numbers.ListNumbersFilter
- getSize() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getSms(String) - Method in class com.nexmo.client.sms.SmsClient
-
Search for a single SMS by id.
- getSmsClient() - Method in class com.nexmo.client.NexmoClient
- getSmsPrice(String) - Method in class com.nexmo.client.account.AccountClient
-
Retrieve the SMS pricing for a specified country.
- getSnsBaseUri() - Method in class com.nexmo.client.HttpConfig
- getSnsClient() - Method in class com.nexmo.client.NexmoClient
- getSortKey() - Method in class com.nexmo.client.auth.AbstractAuthMethod
- getSortKey() - Method in interface com.nexmo.client.auth.AuthMethod
- getSortKey() - Method in class com.nexmo.client.auth.JWTAuthMethod
- getSortKey() - Method in class com.nexmo.client.auth.SignatureAuthMethod
- getSortKey() - Method in class com.nexmo.client.auth.TokenAuthMethod
- getSplit() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getStandardNumberInsight(StandardInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Standard Insight Request with a
StandardInsightRequest. - getStandardNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Standard Insight Request with a number.
- getStandardNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
-
Perform a Standard Insight Request with a number and country.
- getStandardNumberInsight(String, String, boolean) - Method in class com.nexmo.client.insight.InsightClient
-
Deprecated.
- getStartOnEnter() - Method in class com.nexmo.client.voice.ncco.ConversationAction
- getStartTime() - Method in class com.nexmo.client.incoming.RecordEvent
- getStartTime() - Method in class com.nexmo.client.voice.CallInfo
- getStatus() - Method in class com.nexmo.client.incoming.CallEvent
- getStatus() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getStatus() - Method in class com.nexmo.client.insight.RoamingDetails
- getStatus() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getStatus() - Method in class com.nexmo.client.verify.BaseResult
- getStatus() - Method in class com.nexmo.client.verify.CheckResponse
- getStatus() - Method in class com.nexmo.client.verify.ControlResponse
- getStatus() - Method in class com.nexmo.client.verify.SearchVerifyResponse
- getStatus() - Method in class com.nexmo.client.verify.VerifyCheck
- getStatus() - Method in class com.nexmo.client.verify.VerifyDetails
- getStatus() - Method in enum com.nexmo.client.verify.VerifyDetails.Status
- getStatus() - Method in exception com.nexmo.client.verify.VerifyException
- getStatus() - Method in class com.nexmo.client.verify.VerifyResponse
- getStatus() - Method in class com.nexmo.client.voice.CallEvent
- getStatus() - Method in class com.nexmo.client.voice.CallInfo
- getStatus() - Method in class com.nexmo.client.voice.CallsFilter
- getStatusMessage() - Method in class com.nexmo.client.insight.BasicInsightResponse
- getStatusReportRequired() - Method in class com.nexmo.client.sms.messages.Message
-
Get the value of the 'status-report-req' parameter.
- getStreamUrl() - Method in class com.nexmo.client.voice.ncco.StreamAction
- getStreamUrl() - Method in class com.nexmo.client.voice.StreamPayload
- getSubmitOnHash() - Method in class com.nexmo.client.voice.ncco.InputAction
- getSubscriberArn() - Method in class com.nexmo.client.sns.response.SnsSubscribeResponse
- getText() - Method in class com.nexmo.client.incoming.MessageEvent
- getText() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getText() - Method in class com.nexmo.client.voice.TalkPayload
- getTimeOut() - Method in class com.nexmo.client.voice.ncco.ConnectAction
- getTimeOut() - Method in class com.nexmo.client.voice.ncco.InputAction
- getTimeOut() - Method in class com.nexmo.client.voice.ncco.RecordAction
- getTimestamp() - Method in class com.nexmo.client.conversion.ConversionRequest
- getTimestamp() - Method in class com.nexmo.client.incoming.CallEvent
- getTimestamp() - Method in class com.nexmo.client.incoming.InputEvent
- getTimestamp() - Method in class com.nexmo.client.incoming.MessageEvent
- getTimestamp() - Method in class com.nexmo.client.incoming.RecordEvent
- getTimeStamp() - Method in class com.nexmo.client.sms.callback.messages.MO
- getTimeToLive() - Method in class com.nexmo.client.sms.messages.Message
- getTitle() - Method in class com.nexmo.client.sms.messages.WapPushMessage
- getTo() - Method in class com.nexmo.client.incoming.CallEvent
- getTo() - Method in class com.nexmo.client.incoming.MessageEvent
- getTo() - Method in class com.nexmo.client.sms.messages.Message
- getTo() - Method in class com.nexmo.client.sms.RejectedMessage
- getTo() - Method in class com.nexmo.client.sms.SmsDetails
- getTo() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- getTo() - Method in class com.nexmo.client.voice.Call
- getTo() - Method in class com.nexmo.client.voice.CallInfo
- getTotalItems() - Method in class com.nexmo.client.common.PageList
- getTotalPages() - Method in class com.nexmo.client.common.PageList
- getTransactionId() - Method in class com.nexmo.client.sns.response.SnsPublishResponse
- getTrx() - Method in class com.nexmo.client.account.TopUpRequest
- getType() - Method in class com.nexmo.client.account.Network
- getType() - Method in class com.nexmo.client.application.capabilities.Capability
- getType() - Method in class com.nexmo.client.application.capabilities.Messages
- getType() - Method in class com.nexmo.client.application.capabilities.Rtc
- getType() - Method in class com.nexmo.client.application.capabilities.Vbc
- getType() - Method in class com.nexmo.client.application.capabilities.Voice
- getType() - Method in class com.nexmo.client.conversion.ConversionRequest
- getType() - Method in class com.nexmo.client.incoming.MessageEvent
- getType() - Method in class com.nexmo.client.insight.CallerIdentity
- getType() - Method in class com.nexmo.client.numbers.AvailableNumber
- getType() - Method in class com.nexmo.client.numbers.OwnedNumber
- getType() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- getType() - Method in enum com.nexmo.client.numbers.Type
- getType() - Method in class com.nexmo.client.redact.RedactRequest
- getType() - Method in enum com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
- getType() - Method in class com.nexmo.client.sms.messages.Message
- getType() - Method in class com.nexmo.client.sms.messages.TextMessage
- getType() - Method in class com.nexmo.client.sms.SmsDetails
- getType() - Method in class com.nexmo.client.verify.VerifyRequest
- getType() - Method in interface com.nexmo.client.voice.Endpoint
- getType() - Method in interface com.nexmo.client.voice.ncco.Endpoint
- getType() - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint
- getType() - Method in class com.nexmo.client.voice.ncco.SipEndpoint
- getType() - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
- getType() - Method in class com.nexmo.client.voice.PhoneEndpoint
- getType() - Method in class com.nexmo.client.voice.SipEndpoint
- getType() - Method in class com.nexmo.client.voice.TransferDestination
- getType() - Method in class com.nexmo.client.voice.WebSocketEndpoint
- getUdh() - Method in class com.nexmo.client.incoming.MessageEvent
- getUdh() - Method in class com.nexmo.client.sms.messages.BinaryMessage
- getUri() - Method in class com.nexmo.client.voice.ncco.SipEndpoint
- getUri() - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
- getUri() - Method in class com.nexmo.client.voice.SipEndpoint
- getUri() - Method in class com.nexmo.client.voice.WebSocketEndpoint
- getUrl() - Method in class com.nexmo.client.incoming.RecordEvent
- getUrl() - Method in class com.nexmo.client.sms.messages.WapPushMessage
- getUrls() - Method in class com.nexmo.client.voice.TransferDestination
- getUserDataHeader() - Method in class com.nexmo.client.sms.callback.messages.MO
- getUuid() - Method in class com.nexmo.client.incoming.CallEvent
- getUuid() - Method in class com.nexmo.client.incoming.InputEvent
- getUuid() - Method in class com.nexmo.client.incoming.RecordEvent
- getUuid() - Method in class com.nexmo.client.voice.CallEvent
- getUuid() - Method in class com.nexmo.client.voice.CallInfo
- getUuid() - Method in class com.nexmo.client.voice.CallModifier
- getUuid() - Method in class com.nexmo.client.voice.DtmfRequest
- getUuid() - Method in class com.nexmo.client.voice.DtmfResponse
- getUuid() - Method in class com.nexmo.client.voice.StreamRequest
- getUuid() - Method in class com.nexmo.client.voice.StreamResponse
- getUuid() - Method in class com.nexmo.client.voice.TalkRequest
- getUuid() - Method in class com.nexmo.client.voice.TalkResponse
- getValidity() - Method in class com.nexmo.client.sms.messages.WapPushMessage
- getValidNumber() - Method in class com.nexmo.client.insight.AdvancedInsightResponse
- getValue() - Method in class com.nexmo.client.account.BalanceResponse
- getValue() - Method in enum com.nexmo.client.numbers.SearchPattern
- getValue() - Method in enum com.nexmo.client.redact.RedactRequest.Product
- getValue() - Method in enum com.nexmo.client.redact.RedactRequest.Type
- getValue() - Method in class com.nexmo.client.voice.servlet.NccoResponseBuilder
- getVbc() - Method in class com.nexmo.client.application.Application.Capabilities
- getVerificationRequests() - Method in class com.nexmo.client.verify.SearchVerifyResponse
- getVerifyClient() - Method in class com.nexmo.client.NexmoClient
- getVerifyStatus() - Method in enum com.nexmo.client.verify.VerifyStatus
- getVersionedApiBaseUri(String) - Method in class com.nexmo.client.HttpConfig
- getVersionedRestBaseUri(String) - Method in class com.nexmo.client.HttpConfig
- getVersionedSnsBaseUri(String) - Method in class com.nexmo.client.HttpConfig
- getVoice() - Method in class com.nexmo.client.application.Application.Capabilities
- getVoiceCallbackType() - Method in class com.nexmo.client.numbers.OwnedNumber
- getVoiceCallbackType() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getVoiceCallbackValue() - Method in class com.nexmo.client.numbers.OwnedNumber
- getVoiceCallbackValue() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getVoiceClient() - Method in class com.nexmo.client.NexmoClient
- getVoiceName() - Method in class com.nexmo.client.voice.ncco.TalkAction
- getVoiceName() - Method in class com.nexmo.client.voice.TalkPayload
- getVoicePrice(String) - Method in class com.nexmo.client.account.AccountClient
-
Retrieve the voice pricing for a specified country.
- getVoiceStatusCallback() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- getWebhooks() - Method in class com.nexmo.client.application.capabilities.Capability
- GIORGIO - com.nexmo.client.voice.VoiceName
- GWYNETH - com.nexmo.client.voice.VoiceName
H
- handleRequest(HttpServletRequest) - Method in class com.nexmo.client.voice.servlet.AbstractAnswerServlet
-
Handle a request for NCCO instructions from the Nexmo Voice API.
- HANGUP - com.nexmo.client.voice.MachineDetection
- HANGUP - com.nexmo.client.voice.ModifyCallAction
- HANS - com.nexmo.client.voice.VoiceName
- hashCode() - Method in class com.nexmo.client.voice.PhoneEndpoint
- headers(String...) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
- headers(Map<String, String>) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
- HENRIK - com.nexmo.client.voice.VoiceName
- hexToBytes(String) - Static method in class com.nexmo.client.sms.HexUtil
-
Converts a Hex encoded String into a byte vector.
- HexUtil - Class in com.nexmo.client.sms
-
Static helper methods for working with hex values.
- httpClient(HttpClient) - Method in class com.nexmo.client.NexmoClient.Builder
- httpConfig(HttpConfig) - Method in class com.nexmo.client.NexmoClient.Builder
- HttpConfig - Class in com.nexmo.client
- HttpConfig.Builder - Class in com.nexmo.client
- HttpMethod - Enum in com.nexmo.client.common
-
Enumeration representing various HTTP Methods
- httpWrapper - Variable in class com.nexmo.client.AbstractClient
- httpWrapper - Variable in class com.nexmo.client.AbstractMethod
- HttpWrapper - Class in com.nexmo.client
-
Internal class that holds available authentication methods and a shared HttpClient.
- HttpWrapper(AuthCollection) - Constructor for class com.nexmo.client.HttpWrapper
- HttpWrapper(AuthMethod...) - Constructor for class com.nexmo.client.HttpWrapper
- HttpWrapper(HttpConfig, AuthCollection) - Constructor for class com.nexmo.client.HttpWrapper
- HttpWrapper(HttpConfig, AuthMethod...) - Constructor for class com.nexmo.client.HttpWrapper
- HUMAN - com.nexmo.client.incoming.CallStatus
I
- IN_PROGRESS - com.nexmo.client.verify.VerifyDetails.Status
- INBOUND - com.nexmo.client.common.Webhook.Type
- INBOUND - com.nexmo.client.incoming.CallDirection
- INBOUND - com.nexmo.client.redact.RedactRequest.Type
- INBOUND - com.nexmo.client.voice.CallDirection
- INES - com.nexmo.client.voice.VoiceName
- INPUT - com.nexmo.client.incoming.CallStatus
- InputAction - Class in com.nexmo.client.voice.ncco
-
An NCCO input action which allows for the collection of digits from a person.
- InputAction(InputAction.Builder) - Constructor for class com.nexmo.client.voice.ncco.InputAction
-
Deprecated.
- InputAction.Builder - Class in com.nexmo.client.voice.ncco
- InputEvent - Class in com.nexmo.client.incoming
- InputEvent() - Constructor for class com.nexmo.client.incoming.InputEvent
- InsightClient - Class in com.nexmo.client.insight
-
A client for talking to the Nexmo Number Insight API.
- InsightClient(HttpWrapper) - Constructor for class com.nexmo.client.insight.InsightClient
-
Constructor.
- InsightStatus - Enum in com.nexmo.client.insight
- INTERNAL_ERROR - com.nexmo.client.insight.InsightStatus
- INTERNAL_ERROR - com.nexmo.client.sms.MessageStatus
- INTERNAL_ERROR - com.nexmo.client.verify.VerifyStatus
- intValue(Node) - Static method in class com.nexmo.client.legacyutils.XmlUtil
- INVALID - com.nexmo.client.verify.VerifyCheck.Status
- INVALID - com.nexmo.client.verify.VerifyDetails.Status
- INVALID_CODE - com.nexmo.client.verify.VerifyStatus
- INVALID_CREDENTIALS - com.nexmo.client.insight.InsightStatus
- INVALID_CREDENTIALS - com.nexmo.client.sms.MessageStatus
- INVALID_CREDENTIALS - com.nexmo.client.verify.VerifyStatus
- INVALID_FROM_ADDRESS - com.nexmo.client.sms.MessageStatus
- INVALID_MESSAGE - com.nexmo.client.sms.MessageStatus
- INVALID_MESSAGE_CLASS - com.nexmo.client.sms.MessageStatus
- INVALID_PARAMS - com.nexmo.client.insight.InsightStatus
- INVALID_PARAMS - com.nexmo.client.sms.MessageStatus
- INVALID_PARAMS - com.nexmo.client.verify.VerifyStatus
- INVALID_REQUEST - com.nexmo.client.verify.VerifyStatus
- INVALID_SIGNATURE - com.nexmo.client.sms.MessageStatus
- INVALID_TTL - com.nexmo.client.sms.MessageStatus
- IOANA - com.nexmo.client.voice.VoiceName
- ipAddress - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- ipAddress - Variable in class com.nexmo.client.insight.BaseInsightRequest
- ipAddress(String) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- isAsync() - Method in class com.nexmo.client.insight.AdvancedInsightRequest
- isAutoReload() - Method in class com.nexmo.client.account.BalanceResponse
- isConcat() - Method in class com.nexmo.client.sms.callback.messages.MO
- isDefaultApiBaseUri() - Method in class com.nexmo.client.HttpConfig
- isDefaultRestBaseUri() - Method in class com.nexmo.client.HttpConfig
- isDefaultSnsBaseUri() - Method in class com.nexmo.client.HttpConfig
- isDelivered() - Method in class com.nexmo.client.conversion.ConversionRequest
- isTemporaryError() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- isTemporaryError() - Method in class com.nexmo.client.verify.BaseResult
- isTemporaryError() - Method in enum com.nexmo.client.verify.VerifyStatus
- isTimedOut() - Method in class com.nexmo.client.incoming.InputEvent
- isUnicode() - Method in class com.nexmo.client.sms.messages.TextMessage
- iterator() - Method in class com.nexmo.client.voice.CallInfoPage
- IVETA - com.nexmo.client.voice.VoiceName
- IVY - com.nexmo.client.voice.VoiceName
J
- JACEK - com.nexmo.client.voice.VoiceName
- JAN - com.nexmo.client.voice.VoiceName
- JENNIFER - com.nexmo.client.voice.VoiceName
- JOANA - com.nexmo.client.voice.VoiceName
- JOEY - com.nexmo.client.voice.VoiceName
- JORDI - com.nexmo.client.voice.VoiceName
- JUSTIN - com.nexmo.client.voice.VoiceName
- JWTAuthMethod - Class in com.nexmo.client.auth
- JWTAuthMethod(String, byte[]) - Constructor for class com.nexmo.client.auth.JWTAuthMethod
- JWTAuthMethod(String, Path) - Constructor for class com.nexmo.client.auth.JWTAuthMethod
K
- KANYA - com.nexmo.client.voice.VoiceName
- KARL - com.nexmo.client.voice.VoiceName
- KENDRA - com.nexmo.client.voice.VoiceName
- Keys() - Constructor for class com.nexmo.client.application.Application.Keys
- KIMBERLY - com.nexmo.client.voice.VoiceName
L
- LAILA - com.nexmo.client.voice.VoiceName
- LANDLINE - com.nexmo.client.insight.CarrierDetails.NetworkType
- LANDLINE - com.nexmo.client.numbers.Type
- LANDLINE - com.nexmo.client.verify.VerifyRequest.LineType
- LANDLINE_PREMIUM - com.nexmo.client.insight.CarrierDetails.NetworkType
- LANDLINE_TOLL_FREE - com.nexmo.client.numbers.Type
- LANDLINE_TOLLFREE - com.nexmo.client.insight.CarrierDetails.NetworkType
- LAURA - com.nexmo.client.voice.VoiceName
- LEKHA - com.nexmo.client.voice.VoiceName
- level(Float) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- level(Float) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- limit(Integer) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- linkNumber(String, String, String) - Method in class com.nexmo.client.numbers.NumbersClient
-
Link a given Nexmo Virtual Number to a Nexmo Application with the given ID.
- ListApplicationRequest - Class in com.nexmo.client.application
- ListApplicationRequest.Builder - Class in com.nexmo.client.application
- listApplications() - Method in class com.nexmo.client.application.ApplicationClient
-
List the first page of available applications.
- listApplications(ListApplicationRequest) - Method in class com.nexmo.client.application.ApplicationClient
-
List the available applications.
- listCalls() - Method in class com.nexmo.client.voice.VoiceClient
-
Obtain the first page of CallInfo objects, representing the most recent calls initiated by
VoiceClient.createCall(Call). - listCalls(CallsFilter) - Method in class com.nexmo.client.voice.VoiceClient
-
Obtain the first page of CallInfo objects matching the query described by
filter, representing the most recent calls initiated byVoiceClient.createCall(Call). - listNumbers() - Method in class com.nexmo.client.numbers.NumbersClient
-
Get the first page of phone numbers assigned to the authenticated account.
- listNumbers(ListNumbersFilter) - Method in class com.nexmo.client.numbers.NumbersClient
-
Get a filtered set of numbers assigned to the authenticated account.
- ListNumbersFilter - Class in com.nexmo.client.numbers
- ListNumbersFilter() - Constructor for class com.nexmo.client.numbers.ListNumbersFilter
- ListNumbersFilter(Integer, Integer, String, SearchPattern) - Constructor for class com.nexmo.client.numbers.ListNumbersFilter
- ListNumbersResponse - Class in com.nexmo.client.numbers
-
Response from a request to list the numbers currently being rented buy an account.
- ListNumbersResponse() - Constructor for class com.nexmo.client.numbers.ListNumbersResponse
- listSecrets(String) - Method in class com.nexmo.client.account.AccountClient
-
List the ID of each secret associated to the given API key.
- ListSecretsResponse - Class in com.nexmo.client.account
- ListSecretsResponse() - Constructor for class com.nexmo.client.account.ListSecretsResponse
- LIV - com.nexmo.client.voice.VoiceName
- loop(Integer) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- loop(Integer) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- LOTTE - com.nexmo.client.voice.VoiceName
- LUCIANA - com.nexmo.client.voice.VoiceName
M
- MACHINE - com.nexmo.client.incoming.CallStatus
- MACHINE - com.nexmo.client.voice.CallStatus
- machineDetection(MachineDetection) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- MachineDetection - Enum in com.nexmo.client.voice
- MADS - com.nexmo.client.voice.VoiceName
- MAGED - com.nexmo.client.voice.VoiceName
- MAJA - com.nexmo.client.voice.VoiceName
- makeRequest(SearchRejectedMessagesRequest) - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
- makeRequest(SearchSmsRequest) - Method in class com.nexmo.client.sms.SmsSearchEndpoint
- makeRequest(String) - Method in class com.nexmo.client.sms.SmsSingleSearchEndpoint
- makeRequest(RequestT) - Method in class com.nexmo.client.AbstractMethod
-
Construct and return a RequestBuilder instance from the provided request.
- MARISKA - com.nexmo.client.voice.VoiceName
- MARLENE - com.nexmo.client.voice.VoiceName
- MATHIEU - com.nexmo.client.voice.VoiceName
- MATTHEW - com.nexmo.client.voice.VoiceName
- MAX_ALLOWABLE_TIME_DELTA - Static variable in class com.nexmo.client.auth.RequestSigning
- maxDigits(Integer) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- MAXIM - com.nexmo.client.voice.VoiceName
- MD5Util - Class in com.nexmo.client.auth
-
Contains utility methods that use MD5 hashing.
- MD5Util() - Constructor for class com.nexmo.client.auth.MD5Util
- MEI_JIA - com.nexmo.client.voice.VoiceName
- MELINA - com.nexmo.client.voice.VoiceName
- Message - Class in com.nexmo.client.sms.messages
-
Represents the details common to any message that is to be submitted to the Nexmo SMS API.
- Message(Message.MessageType, String, String) - Constructor for class com.nexmo.client.sms.messages.Message
- Message(Message.MessageType, String, String, boolean) - Constructor for class com.nexmo.client.sms.messages.Message
-
Abstract type for more specific SMS message types.
This constructor exposes the full range of possible parameters and is not for general use Instead, it is accessed via super() in the constructors of various sub-classes that expose a relevant sub-set of the available parameters - MESSAGE - com.nexmo.client.redact.RedactRequest.Product
-
Deprecated.
- MESSAGE_TOO_LONG - com.nexmo.client.sms.MessageStatus
- Message.MessageClass - Enum in com.nexmo.client.sms.messages
-
An enum of the valid values that may be supplied to as the message-class parameter of a rest submission.
- Message.MessageType - Enum in com.nexmo.client.sms.messages
- MessageEvent - Class in com.nexmo.client.incoming
- MessageEvent() - Constructor for class com.nexmo.client.incoming.MessageEvent
- Messages - Class in com.nexmo.client.application.capabilities
- MESSAGES - com.nexmo.client.application.capabilities.Capability.Type
- MESSAGES - com.nexmo.client.redact.RedactRequest.Product
- Messages.Builder - Class in com.nexmo.client.application.capabilities
- MessageStatus - Enum in com.nexmo.client.sms
- MessageType - Enum in com.nexmo.client.incoming
- Method<RequestT,ResultT> - Interface in com.nexmo.client
- MIGUEL - com.nexmo.client.voice.VoiceName
- MIREN - com.nexmo.client.voice.VoiceName
- MISSING_PARAMS - com.nexmo.client.sms.MessageStatus
- MISSING_PARAMS - com.nexmo.client.verify.VerifyStatus
- MIZUKI - com.nexmo.client.voice.VoiceName
- MO - Class in com.nexmo.client.sms.callback.messages
-
This represents an incoming MO callback request
- MO(String, MO.MESSAGE_TYPE, String, String, BigDecimal, Date) - Constructor for class com.nexmo.client.sms.callback.messages.MO
- MO.MESSAGE_TYPE - Enum in com.nexmo.client.sms.callback.messages
-
Describes the type of payload this message carries
- MOBILE - com.nexmo.client.insight.CarrierDetails.NetworkType
- MOBILE - com.nexmo.client.verify.VerifyRequest.LineType
- MOBILE_LVN - com.nexmo.client.numbers.Type
- modifyCall(CallModifier) - Method in class com.nexmo.client.voice.VoiceClient
-
Modify an ongoing call using a CallModifier object.
- modifyCall(String, ModifyCallAction) - Method in class com.nexmo.client.voice.VoiceClient
-
Modify an ongoing call.
- ModifyCallAction - Enum in com.nexmo.client.voice
- ModifyCallPayload - Class in com.nexmo.client.voice
- ModifyCallPayload(ModifyCallAction) - Constructor for class com.nexmo.client.voice.ModifyCallPayload
- ModifyCallResponse - Class in com.nexmo.client.voice
-
Response if a
Callwas successfully modified. - ModifyCallResponse() - Constructor for class com.nexmo.client.voice.ModifyCallResponse
- MONTSERRAT - com.nexmo.client.voice.VoiceName
- MP3 - com.nexmo.client.voice.ncco.RecordingFormat
- musicOnHoldUrl(String...) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- musicOnHoldUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- MUTE - com.nexmo.client.voice.ModifyCallAction
N
- NAJA - com.nexmo.client.voice.VoiceName
- name(String) - Method in class com.nexmo.client.application.Application.Builder
- name(String) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- Ncco - Class in com.nexmo.client.voice.ncco
-
Nexmo Call Control Object for controlling the flow of a Voice API call.
- Ncco() - Constructor for class com.nexmo.client.voice.ncco.Ncco
- Ncco(ObjectWriter) - Constructor for class com.nexmo.client.voice.ncco.Ncco
- Ncco(ObjectWriter, Action...) - Constructor for class com.nexmo.client.voice.ncco.Ncco
- Ncco(ObjectWriter, Collection<Action>) - Constructor for class com.nexmo.client.voice.ncco.Ncco
- Ncco(Action...) - Constructor for class com.nexmo.client.voice.ncco.Ncco
- Ncco(Collection<Action>) - Constructor for class com.nexmo.client.voice.ncco.Ncco
- NccoResponse - Class in com.nexmo.client.voice.servlet
-
Encapsulates a set of NCCO objects for driving the Nexmo Voice API.
- NccoResponse() - Constructor for class com.nexmo.client.voice.servlet.NccoResponse
- NccoResponseBuilder - Class in com.nexmo.client.voice.servlet
-
Provides a fluent interface for constructing instances of
NccoResponse. - NccoResponseBuilder() - Constructor for class com.nexmo.client.voice.servlet.NccoResponseBuilder
- Network - Class in com.nexmo.client.account
- Network() - Constructor for class com.nexmo.client.account.Network
- NexmoAuthException - Exception in com.nexmo.client.auth
- NexmoAuthException() - Constructor for exception com.nexmo.client.auth.NexmoAuthException
- NexmoAuthException(String) - Constructor for exception com.nexmo.client.auth.NexmoAuthException
- NexmoAuthException(String, Throwable) - Constructor for exception com.nexmo.client.auth.NexmoAuthException
- NexmoAuthException(Throwable) - Constructor for exception com.nexmo.client.auth.NexmoAuthException
- NexmoBadRequestException - Exception in com.nexmo.client
- NexmoBadRequestException() - Constructor for exception com.nexmo.client.NexmoBadRequestException
- NexmoBadRequestException(String) - Constructor for exception com.nexmo.client.NexmoBadRequestException
- NexmoBadRequestException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoBadRequestException
- NexmoBadRequestException(Throwable) - Constructor for exception com.nexmo.client.NexmoBadRequestException
- NexmoCallbackRequestValidationException - Exception in com.nexmo.client.sms.callback
- NexmoCallbackRequestValidationException() - Constructor for exception com.nexmo.client.sms.callback.NexmoCallbackRequestValidationException
- NexmoCallbackRequestValidationException(String) - Constructor for exception com.nexmo.client.sms.callback.NexmoCallbackRequestValidationException
- NexmoCallbackRequestValidationException(String, Throwable) - Constructor for exception com.nexmo.client.sms.callback.NexmoCallbackRequestValidationException
- NexmoCallbackRequestValidationException(Throwable) - Constructor for exception com.nexmo.client.sms.callback.NexmoCallbackRequestValidationException
- NexmoClient - Class in com.nexmo.client
-
Top-level Nexmo API client object.
- NexmoClient.Builder - Class in com.nexmo.client
- NexmoClientCreationException - Exception in com.nexmo.client
-
Indicates that there was a failure during NexmoClient creation.
- NexmoClientCreationException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoClientCreationException
- NexmoClientException - Exception in com.nexmo.client
- NexmoClientException() - Constructor for exception com.nexmo.client.NexmoClientException
- NexmoClientException(String) - Constructor for exception com.nexmo.client.NexmoClientException
- NexmoClientException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoClientException
- NexmoClientException(Throwable) - Constructor for exception com.nexmo.client.NexmoClientException
- NexmoMethodFailedException - Exception in com.nexmo.client
- NexmoMethodFailedException() - Constructor for exception com.nexmo.client.NexmoMethodFailedException
- NexmoMethodFailedException(String) - Constructor for exception com.nexmo.client.NexmoMethodFailedException
- NexmoMethodFailedException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoMethodFailedException
- NexmoMethodFailedException(Throwable) - Constructor for exception com.nexmo.client.NexmoMethodFailedException
- NexmoResponseParseException - Exception in com.nexmo.client
-
An exception that indicates the contents of an HttpResponse could not be parsed.
- NexmoResponseParseException(String) - Constructor for exception com.nexmo.client.NexmoResponseParseException
- NexmoResponseParseException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoResponseParseException
- NexmoUnableToReadPrivateKeyException - Exception in com.nexmo.client
- NexmoUnableToReadPrivateKeyException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoUnableToReadPrivateKeyException
- NexmoUnacceptableAuthException - Exception in com.nexmo.client.auth
- NexmoUnacceptableAuthException(Collection<AuthMethod>, Collection<Class>) - Constructor for exception com.nexmo.client.auth.NexmoUnacceptableAuthException
- NexmoUnexpectedException - Exception in com.nexmo.client
-
NexmoUnexpectedException indicates an exception that should not happen in an ideal world.
- NexmoUnexpectedException() - Constructor for exception com.nexmo.client.NexmoUnexpectedException
- NexmoUnexpectedException(String) - Constructor for exception com.nexmo.client.NexmoUnexpectedException
- NexmoUnexpectedException(String, Throwable) - Constructor for exception com.nexmo.client.NexmoUnexpectedException
- NexmoUnexpectedException(Throwable) - Constructor for exception com.nexmo.client.NexmoUnexpectedException
- NICOLE - com.nexmo.client.voice.VoiceName
- NIKOS - com.nexmo.client.voice.VoiceName
- NO_RESPONSE - com.nexmo.client.verify.VerifyStatus
- NORA - com.nexmo.client.voice.VoiceName
- NOT_PORTED - com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- NOT_ROAMING - com.nexmo.client.insight.RoamingDetails.RoamingStatus
- NOT_VALID - com.nexmo.client.insight.AdvancedInsightResponse.Validity
- NotifyAction - Class in com.nexmo.client.voice.ncco
-
An NCCO notify action which allows for custom events to be sent to a configured webhook.
- NotifyAction.Builder - Class in com.nexmo.client.voice.ncco
- number - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- number - Variable in class com.nexmo.client.insight.BaseInsightRequest
- number - Variable in class com.nexmo.client.insight.BasicInsightRequest.Builder
- number - Variable in class com.nexmo.client.insight.StandardInsightRequest.Builder
- number(String) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
- number(String) - Method in class com.nexmo.client.insight.BasicInsightRequest.Builder
- number(String) - Method in class com.nexmo.client.insight.StandardInsightRequest.Builder
- number(String) - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- NUMBER_BARRED - com.nexmo.client.sms.MessageStatus
- NUMBER_BARRED - com.nexmo.client.verify.VerifyStatus
- NUMBER_INSIGHTS - com.nexmo.client.redact.RedactRequest.Product
- NUMBER_UNREACHABLE - com.nexmo.client.sms.MessageStatus
- NumbersClient - Class in com.nexmo.client.numbers
-
A client for accessing the Nexmo API calls that manage phone numbers.
- NumbersClient(HttpWrapper) - Constructor for class com.nexmo.client.numbers.NumbersClient
O
- OGG - com.nexmo.client.voice.ncco.RecordingFormat
- OK - com.nexmo.client.sms.MessageStatus
- OK - com.nexmo.client.verify.VerifyStatus
- onAnswer(String) - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- onAnswer(String, String) - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
- order(CallOrder) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- OSKAR - com.nexmo.client.voice.VoiceName
- OUTBOUND - com.nexmo.client.incoming.CallDirection
- OUTBOUND - com.nexmo.client.redact.RedactRequest.Type
- OUTBOUND - com.nexmo.client.voice.CallDirection
- OwnedNumber - Class in com.nexmo.client.numbers
- OwnedNumber() - Constructor for class com.nexmo.client.numbers.OwnedNumber
P
- page(long) - Method in class com.nexmo.client.application.ListApplicationRequest.Builder
- PageLink - Class in com.nexmo.client.voice
- PageLink() - Constructor for class com.nexmo.client.voice.PageLink
- PageLinks - Class in com.nexmo.client.voice
- PageLinks() - Constructor for class com.nexmo.client.voice.PageLinks
- PageList - Class in com.nexmo.client.common
- PageList() - Constructor for class com.nexmo.client.common.PageList
- PAGER - com.nexmo.client.insight.CarrierDetails.NetworkType
- pageSize(long) - Method in class com.nexmo.client.application.ListApplicationRequest.Builder
- pageSize(Integer) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- PARAM_SIGNATURE - Static variable in class com.nexmo.client.auth.RequestSigning
- PARAM_TIMESTAMP - Static variable in class com.nexmo.client.auth.RequestSigning
- paramValue() - Method in enum com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
- parseResponse(HttpResponse) - Method in class com.nexmo.client.AbstractMethod
-
Construct a ResultT representing the contents of the HTTP response returned from the Nexmo Voice API.
- parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
- parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SmsSearchEndpoint
- parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SmsSingleSearchEndpoint
- parseXml(String) - Method in class com.nexmo.client.legacyutils.XmlParser
-
Parse a provided XML String and return the generated DOM Document.
- parseXmlString(DocumentBuilder, String) - Static method in class com.nexmo.client.legacyutils.XmlUtil
- PARTNER_ACCOUNT_BARRED - com.nexmo.client.sms.MessageStatus
- PARTNER_ACCOUNT_BARRED - com.nexmo.client.verify.VerifyStatus
- PARTNER_QUOTA_EXCEEDED - com.nexmo.client.insight.InsightStatus
- PARTNER_QUOTA_EXCEEDED - com.nexmo.client.sms.MessageStatus
- PARTNER_QUOTA_EXCEEDED - com.nexmo.client.verify.VerifyStatus
- PATCH - com.nexmo.client.common.HttpMethod
- payload(Map<String, ?>) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
- PENELOPE - com.nexmo.client.voice.VoiceName
- PhoneEndpoint - Class in com.nexmo.client.voice.ncco
-
Represents a phone endpoint used in a
ConnectAction - PhoneEndpoint - Class in com.nexmo.client.voice
- PhoneEndpoint() - Constructor for class com.nexmo.client.voice.PhoneEndpoint
- PhoneEndpoint(String) - Constructor for class com.nexmo.client.voice.PhoneEndpoint
- PhoneEndpoint(String, String) - Constructor for class com.nexmo.client.voice.PhoneEndpoint
- PhoneEndpoint.Builder - Class in com.nexmo.client.voice.ncco
- PORTED - com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- POST - com.nexmo.client.common.HttpMethod
- POST - com.nexmo.client.voice.ncco.EventMethod
- prefixPricing - Variable in class com.nexmo.client.account.AccountClient
- PrefixPricingRequest - Class in com.nexmo.client.account
- PrefixPricingRequest(ServiceType, String) - Constructor for class com.nexmo.client.account.PrefixPricingRequest
- PrefixPricingResponse - Class in com.nexmo.client.account
- PrefixPricingResponse() - Constructor for class com.nexmo.client.account.PrefixPricingResponse
- pricing - Variable in class com.nexmo.client.account.AccountClient
- PricingRequest - Class in com.nexmo.client.account
- PricingRequest(String) - Constructor for class com.nexmo.client.account.PricingRequest
- PricingResponse - Class in com.nexmo.client.account
- PricingResponse() - Constructor for class com.nexmo.client.account.PricingResponse
- privateKeyContents(byte[]) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting the contents of your private key, it is also expected that
NexmoClient.Builder.applicationId(String)will also be set. - privateKeyContents(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting the contents of your private key, it is also expected that
NexmoClient.Builder.applicationId(String)will also be set. - privateKeyPath(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting the path of your private key, it is also expected that
NexmoClient.Builder.applicationId(String)will also be set. - privateKeyPath(Path) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting the path of your private key, it is also expected that
NexmoClient.Builder.applicationId(String)will also be set. - publicKey(String) - Method in class com.nexmo.client.application.Application.Builder
- publish(SnsPublishRequest) - Method in class com.nexmo.client.sns.SnsClient
- put(TalkRequest) - Method in class com.nexmo.client.voice.TalkEndpoint
- put(String, String) - Method in class com.nexmo.client.voice.DtmfEndpoint
- PUT - com.nexmo.client.common.HttpMethod
R
- RAVEENA - com.nexmo.client.voice.VoiceName
- REACHABLE - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- record(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- RecordAction - Class in com.nexmo.client.voice.ncco
-
An NCCO record action which allows for the call to be recorded.
- RecordAction(RecordAction.Builder) - Constructor for class com.nexmo.client.voice.ncco.RecordAction
-
Deprecated.
- RecordAction.Builder - Class in com.nexmo.client.voice.ncco
- RecordEvent - Class in com.nexmo.client.incoming
- RecordEvent() - Constructor for class com.nexmo.client.incoming.RecordEvent
- recordIndex(Integer) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- Recording - Class in com.nexmo.client.voice
- Recording(HttpResponse) - Constructor for class com.nexmo.client.voice.Recording
- RECORDING - com.nexmo.client.incoming.CallStatus
- RecordingFormat - Enum in com.nexmo.client.voice.ncco
- RedactClient - Class in com.nexmo.client.redact
-
A client for talking to the Nexmo Redact API.
- RedactClient(HttpWrapper) - Constructor for class com.nexmo.client.redact.RedactClient
- RedactRequest - Class in com.nexmo.client.redact
-
Represents a request to the Redact API.
- RedactRequest(String, RedactRequest.Product) - Constructor for class com.nexmo.client.redact.RedactRequest
-
Construct a RedactRequest object with all required fields.
- RedactRequest.Product - Enum in com.nexmo.client.redact
- RedactRequest.Type - Enum in com.nexmo.client.redact
- RedactResponse - Class in com.nexmo.client.redact
- RedactResponse() - Constructor for class com.nexmo.client.redact.RedactResponse
- redactTransaction(RedactRequest) - Method in class com.nexmo.client.redact.RedactClient
-
Submit a request to the Redact API to redact a transaction.
- redactTransaction(String, RedactRequest.Product) - Method in class com.nexmo.client.redact.RedactClient
-
Submit a request to the Redact API to redact a transaction.
- redactTransaction(String, RedactRequest.Product, RedactRequest.Type) - Method in class com.nexmo.client.redact.RedactClient
-
Submit a request to the Redact API to redact a transaction.
- REJECTED - com.nexmo.client.incoming.CallStatus
- REJECTED - com.nexmo.client.voice.CallStatus
- RejectedMessage - Class in com.nexmo.client.sms
- RejectedMessage() - Constructor for class com.nexmo.client.sms.RejectedMessage
- removeCapability(Capability.Type) - Method in class com.nexmo.client.application.Application.Builder
-
Remove a capability from the application.
- removeWebhook(Webhook.Type) - Method in class com.nexmo.client.application.capabilities.Messages.Builder
-
Remove a webhook.
- removeWebhook(Webhook.Type) - Method in class com.nexmo.client.application.capabilities.Rtc.Builder
-
Remove a webhook.
- removeWebhook(Webhook.Type) - Method in class com.nexmo.client.application.capabilities.Voice.Builder
-
Remove a webhook.
- RequestSigning - Class in com.nexmo.client.auth
-
A helper class for generating or verifying MD5 signatures when signing REST requests for submission to Nexmo.
- RequestSigning() - Constructor for class com.nexmo.client.auth.RequestSigning
- restBaseUri(String) - Method in class com.nexmo.client.HttpConfig.Builder
- revokeSecret(String, String) - Method in class com.nexmo.client.account.AccountClient
-
Revoke a secret associated with a specific API key.
- RICARDO - com.nexmo.client.voice.VoiceName
- RINGING - com.nexmo.client.incoming.CallStatus
- RINGING - com.nexmo.client.voice.CallStatus
- ROAMING - com.nexmo.client.insight.RoamingDetails.RoamingStatus
- RoamingDetails - Class in com.nexmo.client.insight
- RoamingDetails() - Constructor for class com.nexmo.client.insight.RoamingDetails
- RoamingDetails.RoamingStatus - Enum in com.nexmo.client.insight
- Rtc - Class in com.nexmo.client.application.capabilities
- RTC - com.nexmo.client.application.capabilities.Capability.Type
- Rtc.Builder - Class in com.nexmo.client.application.capabilities
- RUBEN - com.nexmo.client.voice.VoiceName
- RUSSELL - com.nexmo.client.voice.VoiceName
S
- SALLI - com.nexmo.client.voice.VoiceName
- SATU - com.nexmo.client.voice.VoiceName
- save(String) - Method in class com.nexmo.client.voice.Recording
- save(Path) - Method in class com.nexmo.client.voice.Recording
- search(String) - Method in class com.nexmo.client.verify.VerifyClient
-
Search for a previous verification request.
- search(String...) - Method in class com.nexmo.client.verify.VerifyClient
-
Search for a previous verification request.
- searchMessages(SearchSmsRequest) - Method in class com.nexmo.client.sms.SmsClient
-
Search for completed SMS transactions.
- searchMessages(String, String...) - Method in class com.nexmo.client.sms.SmsClient
-
Search for completed SMS transactions by ID
- searchMessages(Date, String) - Method in class com.nexmo.client.sms.SmsClient
-
Search for completed SMS transactions by date and recipient MSISDN.
- searchNumbers(SearchNumbersFilter) - Method in class com.nexmo.client.numbers.NumbersClient
-
Search for available Nexmo Virtual Numbers.
- searchNumbers(String) - Method in class com.nexmo.client.numbers.NumbersClient
-
Search for available Nexmo Virtual Numbers.
- SearchNumbersFilter - Class in com.nexmo.client.numbers
-
This class encapsulates a request to search for available Nexmo Virtual Numbers.
- SearchNumbersFilter(String) - Constructor for class com.nexmo.client.numbers.SearchNumbersFilter
-
Construct a request with the only required parameter, the country code.
- SearchNumbersResponse - Class in com.nexmo.client.numbers
-
Represents the response to a "searchNumbers" request from the Nexmo API.
- SearchNumbersResponse() - Constructor for class com.nexmo.client.numbers.SearchNumbersResponse
- SearchPattern - Enum in com.nexmo.client.numbers
-
Provided to calls that match substrings, to indicate which part of the string should be considered a match.
- searchRejectedMessages(SearchRejectedMessagesRequest) - Method in class com.nexmo.client.sms.SmsClient
-
Search for rejected SMS transactions using a
SearchRejectedMessagesRequest. - searchRejectedMessages(Date, String) - Method in class com.nexmo.client.sms.SmsClient
-
Search for rejected SMS transactions by date and recipient MSISDN.
- SearchRejectedMessagesEndpoint - Class in com.nexmo.client.sms
- SearchRejectedMessagesEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
- SearchRejectedMessagesRequest - Class in com.nexmo.client.sms
- SearchRejectedMessagesRequest(Date, String) - Constructor for class com.nexmo.client.sms.SearchRejectedMessagesRequest
- SearchRejectedMessagesResponse - Class in com.nexmo.client.sms
- SearchRejectedMessagesResponse() - Constructor for class com.nexmo.client.sms.SearchRejectedMessagesResponse
- SearchRequest - Class in com.nexmo.client.verify
- SearchRequest(String...) - Constructor for class com.nexmo.client.verify.SearchRequest
- SearchSmsRequest - Interface in com.nexmo.client.sms
- SearchSmsResponse - Class in com.nexmo.client.sms
- SearchSmsResponse() - Constructor for class com.nexmo.client.sms.SearchSmsResponse
- SearchVerifyResponse - Class in com.nexmo.client.verify
- SearchVerifyResponseDeserializer - Class in com.nexmo.client.verify
- SearchVerifyResponseDeserializer() - Constructor for class com.nexmo.client.verify.SearchVerifyResponseDeserializer
- secret - Variable in class com.nexmo.client.account.AccountClient
- SecretRequest - Class in com.nexmo.client.account
- SecretRequest(String, String) - Constructor for class com.nexmo.client.account.SecretRequest
- SecretResponse - Class in com.nexmo.client.account
- SecretResponse() - Constructor for class com.nexmo.client.account.SecretResponse
- sendDtmf(String, String) - Method in class com.nexmo.client.voice.VoiceClient
-
Send DTMF codes to an ongoing call.
- SEOYEON - com.nexmo.client.voice.VoiceName
- ServiceType - Enum in com.nexmo.client.account
- setAction(ModifyCallAction) - Method in class com.nexmo.client.voice.ModifyCallPayload
- setAnswerMethod(String) - Method in class com.nexmo.client.voice.Call
- setAnswerUrl(String) - Method in class com.nexmo.client.voice.Call
- setAuthCollection(AuthCollection) - Method in class com.nexmo.client.HttpWrapper
- setBinaryData(byte[], byte[]) - Method in class com.nexmo.client.sms.callback.messages.MO
- setCallbackUrl(String) - Method in class com.nexmo.client.sms.messages.Message
- setClientReference(String) - Method in class com.nexmo.client.sms.messages.Message
- setConcatenationData(String, int, int) - Method in class com.nexmo.client.sms.callback.messages.MO
- setContentType(String) - Method in class com.nexmo.client.voice.WebSocketEndpoint
- setConversationUuid(String) - Method in class com.nexmo.client.voice.CallEvent
- setConversationUuid(String) - Method in class com.nexmo.client.voice.CallInfo
- setCost(String) - Method in class com.nexmo.client.numbers.AvailableNumber
- setCountry(String) - Method in class com.nexmo.client.numbers.AvailableNumber
- setCountry(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setCountry(String) - Method in class com.nexmo.client.verify.VerifyRequest
-
The country for the destination phone number.
- setDigits(String) - Method in class com.nexmo.client.voice.DtmfPayload
- setDigits(String) - Method in class com.nexmo.client.voice.DtmfRequest
- setDirection(CallDirection) - Method in class com.nexmo.client.voice.CallEvent
- setDirection(CallDirection) - Method in class com.nexmo.client.voice.CallInfo
- setDtmfAnswer(String) - Method in class com.nexmo.client.voice.PhoneEndpoint
- setDuration(Integer) - Method in class com.nexmo.client.voice.CallInfo
- setEndTime(Date) - Method in class com.nexmo.client.voice.CallInfo
- setEventMethod(String) - Method in class com.nexmo.client.voice.Call
- setEventUrl(String) - Method in class com.nexmo.client.voice.Call
- setFeatures(String[]) - Method in class com.nexmo.client.numbers.AvailableNumber
- setFeatures(String[]) - Method in class com.nexmo.client.numbers.OwnedNumber
- setFeatures(String[]) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- setFrom(Endpoint) - Method in class com.nexmo.client.voice.Call
- setFrom(Endpoint) - Method in class com.nexmo.client.voice.CallInfo
- setFrom(String) - Method in class com.nexmo.client.verify.VerifyRequest
- setHeaders(List<NameValuePair>) - Method in class com.nexmo.client.voice.WebSocketEndpoint
- setHttpClient(HttpClient) - Method in class com.nexmo.client.AbstractMethod
- setHttpClient(HttpClient) - Method in class com.nexmo.client.HttpWrapper
- setId(String) - Method in class com.nexmo.client.redact.RedactRequest
- setIndex(Integer) - Method in class com.nexmo.client.numbers.ListNumbersFilter
- setIndex(Integer) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- setLength(int) - Method in class com.nexmo.client.verify.VerifyRequest
- setLengthTimer(Integer) - Method in class com.nexmo.client.voice.Call
- setLocale(Locale) - Method in class com.nexmo.client.verify.VerifyRequest
- setMachineDetection(MachineDetection) - Method in class com.nexmo.client.voice.Call
- setMessageClass(Message.MessageClass) - Method in class com.nexmo.client.sms.messages.Message
- setMessagesCallbackValue(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- setMoHttpUrl(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setMoHttpUrl(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- setMoSmppSysType(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- setMsisdn(String) - Method in class com.nexmo.client.numbers.AvailableNumber
- setMsisdn(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setNetwork(String) - Method in class com.nexmo.client.voice.CallInfo
- setNetworkCode(String) - Method in class com.nexmo.client.sms.callback.messages.MO
- setNextEventWait(Integer) - Method in class com.nexmo.client.verify.VerifyRequest
-
Set the wait time between attempts to deliver the PIN.
- setNumber(String) - Method in class com.nexmo.client.voice.PhoneEndpoint
- setPattern(String) - Method in class com.nexmo.client.numbers.ListNumbersFilter
- setPattern(String) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- setPinExpiry(Integer) - Method in class com.nexmo.client.verify.VerifyRequest
-
Set the PIN validity time from generation, in seconds.
- setPrice(String) - Method in class com.nexmo.client.voice.CallInfo
- setProduct(RedactRequest.Product) - Method in class com.nexmo.client.redact.RedactRequest
- setProtocolId(int) - Method in class com.nexmo.client.sms.messages.BinaryMessage
- setRate(String) - Method in class com.nexmo.client.voice.CallInfo
- setRingingTimer(Integer) - Method in class com.nexmo.client.voice.Call
- setSearchPattern(SearchPattern) - Method in class com.nexmo.client.numbers.ListNumbersFilter
- setSearchPattern(SearchPattern) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- setSessionId(String) - Method in class com.nexmo.client.sms.callback.messages.MO
- setSize(Integer) - Method in class com.nexmo.client.numbers.ListNumbersFilter
- setSize(Integer) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
-
Set the maximum number of matching results to be returned.
- setStartTime(Date) - Method in class com.nexmo.client.voice.CallInfo
- setStatus(CallStatus) - Method in class com.nexmo.client.voice.CallEvent
- setStatus(CallStatus) - Method in class com.nexmo.client.voice.CallInfo
- setStatusReportRequired(boolean) - Method in class com.nexmo.client.sms.messages.Message
-
Set the value of the 'status-report-req' parameter.
- setTextData(String, String) - Method in class com.nexmo.client.sms.callback.messages.MO
- setTimeToLive(Long) - Method in class com.nexmo.client.sms.messages.Message
- settings - Variable in class com.nexmo.client.account.AccountClient
- SettingsRequest - Class in com.nexmo.client.account
- SettingsRequest(String, String) - Constructor for class com.nexmo.client.account.SettingsRequest
- SettingsResponse - Class in com.nexmo.client.account
- SettingsResponse() - Constructor for class com.nexmo.client.account.SettingsResponse
- setTo(Endpoint) - Method in class com.nexmo.client.voice.CallInfo
- setTo(Endpoint[]) - Method in class com.nexmo.client.voice.Call
- setType(Type) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
- setType(RedactRequest.Type) - Method in class com.nexmo.client.redact.RedactRequest
- setType(VerifyRequest.LineType) - Method in class com.nexmo.client.verify.VerifyRequest
- setType(String) - Method in class com.nexmo.client.numbers.AvailableNumber
- setType(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setUri(String) - Method in class com.nexmo.client.voice.SipEndpoint
- setUri(String) - Method in class com.nexmo.client.voice.WebSocketEndpoint
- setUuid(String) - Method in class com.nexmo.client.voice.CallEvent
- setUuid(String) - Method in class com.nexmo.client.voice.CallInfo
- setUuid(String) - Method in class com.nexmo.client.voice.DtmfRequest
- setUuid(String) - Method in class com.nexmo.client.voice.StreamRequest
- setUuid(String) - Method in class com.nexmo.client.voice.TalkRequest
- setValidity(Integer) - Method in class com.nexmo.client.sms.messages.WapPushMessage
- setVoiceCallbackType(UpdateNumberRequest.CallbackType) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- setVoiceCallbackType(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setVoiceCallbackValue(String) - Method in class com.nexmo.client.numbers.OwnedNumber
- setVoiceCallbackValue(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- setVoiceStatusCallback(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
- SignatureAuthMethod - Class in com.nexmo.client.auth
- SignatureAuthMethod(String, String) - Constructor for class com.nexmo.client.auth.SignatureAuthMethod
- signatureSecret(String) - Method in class com.nexmo.client.NexmoClient.Builder
-
When setting a signatureSecret, it is also expected that
NexmoClient.Builder.apiKey(String)will also be set. - SIN_JI - com.nexmo.client.voice.VoiceName
- SIP - com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
- SipEndpoint - Class in com.nexmo.client.voice.ncco
-
Represents a SIP endpoint used in a
ConnectAction - SipEndpoint - Class in com.nexmo.client.voice
- SipEndpoint(String) - Constructor for class com.nexmo.client.voice.SipEndpoint
- SipEndpoint.Builder - Class in com.nexmo.client.voice.ncco
- SMS - com.nexmo.client.account.ServiceType
- SMS - com.nexmo.client.conversion.ConversionRequest.Type
- SMS - com.nexmo.client.redact.RedactRequest.Product
- SmsClient - Class in com.nexmo.client.sms
-
A client for talking to the Nexmo Voice API.
- SmsClient(HttpWrapper) - Constructor for class com.nexmo.client.sms.SmsClient
-
Create a new SmsClient.
- SmsDateSearchRequest - Class in com.nexmo.client.sms
- SmsDateSearchRequest(Date, String) - Constructor for class com.nexmo.client.sms.SmsDateSearchRequest
- SmsDetails - Class in com.nexmo.client.sms
- SmsDetails() - Constructor for class com.nexmo.client.sms.SmsDetails
- SmsIdSearchRequest - Class in com.nexmo.client.sms
- SmsIdSearchRequest(String) - Constructor for class com.nexmo.client.sms.SmsIdSearchRequest
- SmsIdSearchRequest(List<String>) - Constructor for class com.nexmo.client.sms.SmsIdSearchRequest
- SmsSearchEndpoint - Class in com.nexmo.client.sms
- SmsSearchEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.sms.SmsSearchEndpoint
- SmsSingleSearchEndpoint - Class in com.nexmo.client.sms
- SmsSingleSearchEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.sms.SmsSingleSearchEndpoint
- SmsSingleSearchResponse - Class in com.nexmo.client.sms
- SmsSingleSearchResponse() - Constructor for class com.nexmo.client.sms.SmsSingleSearchResponse
- SmsSubmissionResponse - Class in com.nexmo.client.sms
- SmsSubmissionResponse() - Constructor for class com.nexmo.client.sms.SmsSubmissionResponse
- SmsSubmissionResponseMessage - Class in com.nexmo.client.sms
- SmsSubmissionResponseMessage() - Constructor for class com.nexmo.client.sms.SmsSubmissionResponseMessage
- snsBaseUri(String) - Method in class com.nexmo.client.HttpConfig.Builder
- SnsClient - Class in com.nexmo.client.sns
-
A client for talking to the Nexmo Voice API.
- SnsClient(HttpWrapper) - Constructor for class com.nexmo.client.sns.SnsClient
-
Constructor.
- SnsPublishRequest - Class in com.nexmo.client.sns.request
- SnsPublishRequest(String, String, String, String) - Constructor for class com.nexmo.client.sns.request.SnsPublishRequest
- SnsPublishResponse - Class in com.nexmo.client.sns.response
- SnsPublishResponse(int, String, String) - Constructor for class com.nexmo.client.sns.response.SnsPublishResponse
- SnsRequest - Class in com.nexmo.client.sns.request
- SnsRequest(String, String, String) - Constructor for class com.nexmo.client.sns.request.SnsRequest
- SnsResponse - Class in com.nexmo.client.sns.response
- SnsResponse(String, int, String) - Constructor for class com.nexmo.client.sns.response.SnsResponse
- SnsSubscribeRequest - Class in com.nexmo.client.sns.request
- SnsSubscribeRequest(String, String) - Constructor for class com.nexmo.client.sns.request.SnsSubscribeRequest
- SnsSubscribeResponse - Class in com.nexmo.client.sns.response
-
Represents the result of a publish service request to the Nexmo SNS Service.
- SnsSubscribeResponse(int, String, String) - Constructor for class com.nexmo.client.sns.response.SnsSubscribeResponse
- SORA - com.nexmo.client.voice.VoiceName
- SORT_KEY - Variable in class com.nexmo.client.auth.SignatureAuthMethod
- split(SplitRecording) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- SplitRecording - Enum in com.nexmo.client.voice.ncco
- standard - Variable in class com.nexmo.client.insight.InsightClient
- StandardInsightRequest - Class in com.nexmo.client.insight
- StandardInsightRequest.Builder - Class in com.nexmo.client.insight
- StandardInsightResponse - Class in com.nexmo.client.insight
- StandardInsightResponse() - Constructor for class com.nexmo.client.insight.StandardInsightResponse
- STARTED - com.nexmo.client.incoming.CallStatus
- STARTED - com.nexmo.client.voice.CallStatus
- startOnEnter(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
- STARTS_WITH - com.nexmo.client.numbers.SearchPattern
- startStream(String, String) - Method in class com.nexmo.client.voice.VoiceClient
-
Stream audio to an ongoing call.
- startStream(String, String, int) - Method in class com.nexmo.client.voice.VoiceClient
-
Stream audio to an ongoing call.
- startTalk(String, String) - Method in class com.nexmo.client.voice.VoiceClient
-
Send a synthesized speech message to an ongoing call.
- startTalk(String, String, int) - Method in class com.nexmo.client.voice.VoiceClient
-
Send a synthesized speech message to an ongoing call.
- startTalk(String, String, VoiceName) - Method in class com.nexmo.client.voice.VoiceClient
-
Send a synthesized speech message to an ongoing call.
- startTalk(String, String, VoiceName, int) - Method in class com.nexmo.client.voice.VoiceClient
-
Send a synthesized speech message to an ongoing call.
- status(CallStatus) - Method in class com.nexmo.client.voice.CallsFilter.Builder
- STATUS - com.nexmo.client.common.Webhook.Type
- STATUS_ALREADY_REQUESTED - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected because another verification to the same number was already requested.
- STATUS_BAD_COMMAND - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_COMMS_FAILURE - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_COMMS_FAILURE - Static variable in class com.nexmo.client.verify.BaseResult
-
A network error occurred
- STATUS_INTERNAL_ERROR - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_INTERNAL_ERROR - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected due to a failure within the Nexmo systems.
Verify can be re-submitted after a short delay - STATUS_INVALID_ACCOUNT - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_INVALID_CODE - Static variable in class com.nexmo.client.verify.BaseResult
-
The code inserted does not match the expected value
- STATUS_INVALID_CREDENTIALS - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected due to receiving invalid account api key and/or secret
- STATUS_INVALID_OR_MISSING_FROM - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_INVALID_OR_MISSING_MSG - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_INVALID_OR_MISSING_MSISDN - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_INVALID_PARAMS - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected due to an illegal value in one or more elements of the submission request
- STATUS_INVALID_REQUEST - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected because the Nexmo service was unable to handle this request.
- STATUS_MISSING_PARAMS - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected due to incomplete data in the submission request
- STATUS_MISSING_TOPIC - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_NO_RESPONSE - Static variable in class com.nexmo.client.verify.BaseResult
-
There are no matching verification requests
- STATUS_NUMBER_BARRED - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected because the phone number you tried to submit to has been blacklisted.
- STATUS_OK - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_OK - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was successfully submitted to the Nexmo service
- STATUS_PARTNER_ACCOUNT_BARRED - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected because your account has been barred, or has not yet been activated
- STATUS_PARTNER_QUOTA_EXCEEDED - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected because your pre-paid balance does not contain enough credit to handle this request.
Please top up your balance before re-submitting this request or subsequent requests. - STATUS_THROTTLED - Static variable in class com.nexmo.client.verify.BaseResult
-
Verify was rejected due to exceeding the maximum throughput allowed for this account.
Verify can be re-requested after a short delay - STATUS_TOO_MANY_DESTINATIONS - Static variable in class com.nexmo.client.verify.BaseResult
-
There are more than the maximum allowed number of destinations in this request
- STATUS_TOPIC_NOT_FOUND - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_TOPIC_PERMISSION_FAILURE - Static variable in class com.nexmo.client.sns.response.SnsResponse
- STATUS_UNSUPPORTED_NETWORK - Static variable in class com.nexmo.client.verify.BaseResult
-
The destination number is not in a supported network
- STATUS_WRONG_CODE_THROTTLED - Static variable in class com.nexmo.client.verify.BaseResult
-
A wrong code was provided too many times
- stopStream(String) - Method in class com.nexmo.client.voice.VoiceClient
-
Stop the audio being streamed into a call.
- stopTalk(String) - Method in class com.nexmo.client.voice.VoiceClient
-
Stop the message being spoken into a call.
- StreamAction - Class in com.nexmo.client.voice.ncco
-
An NCCO stream action which allows for media to be streamed to a call.
- StreamAction.Builder - Class in com.nexmo.client.voice.ncco
- StreamPayload - Class in com.nexmo.client.voice
-
The JSON payload that will be sent in a
StreamRequest. - StreamPayload(String, int) - Constructor for class com.nexmo.client.voice.StreamPayload
- StreamRequest - Class in com.nexmo.client.voice
-
The request object to stream an audio file.
- StreamRequest(String, String, int) - Constructor for class com.nexmo.client.voice.StreamRequest
- StreamResponse - Class in com.nexmo.client.voice
-
Response from successfully streaming an audio file or stopping a stream to an active
Call. - StreamResponse() - Constructor for class com.nexmo.client.voice.StreamResponse
- streams - Variable in class com.nexmo.client.voice.VoiceClient
- streamUrl(String...) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- streamUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
- stringValue(Node) - Static method in class com.nexmo.client.legacyutils.XmlUtil
- submitConversion(ConversionRequest.Type, String, boolean, Date) - Method in class com.nexmo.client.conversion.ConversionClient
-
Submit a request to the Conversion API indicating whether or not a message was delivered.
- submitMessage(Message) - Method in class com.nexmo.client.sms.SmsClient
-
Send an SMS message.
- submitOnHash(Boolean) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- subscribe(SnsSubscribeRequest) - Method in class com.nexmo.client.sns.SnsClient
- SUCCESS - com.nexmo.client.insight.InsightStatus
- SUCCESS - com.nexmo.client.verify.VerifyDetails.Status
- SYNCHRONOUS - com.nexmo.client.voice.ncco.EventType
T
- talk - Variable in class com.nexmo.client.voice.VoiceClient
- TalkAction - Class in com.nexmo.client.voice.ncco
-
An NCCO talk action which allows for synthesized speach to be sent to a call.
- TalkAction.Builder - Class in com.nexmo.client.voice.ncco
- TalkEndpoint - Class in com.nexmo.client.voice
- TalkEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.TalkEndpoint
- TalkPayload - Class in com.nexmo.client.voice
-
The JSON payload that will be sent in a
TalkRequest. - TalkPayload(String, VoiceName, int) - Constructor for class com.nexmo.client.voice.TalkPayload
- TalkRequest - Class in com.nexmo.client.voice
-
The request object to send synthesized audio.
- TalkRequest(String, String) - Constructor for class com.nexmo.client.voice.TalkRequest
- TalkRequest(String, String, int) - Constructor for class com.nexmo.client.voice.TalkRequest
- TalkRequest(String, String, VoiceName) - Constructor for class com.nexmo.client.voice.TalkRequest
- TalkRequest(String, String, VoiceName, int) - Constructor for class com.nexmo.client.voice.TalkRequest
- TalkResponse - Class in com.nexmo.client.voice
-
Response from successfully sending a synthesized speech message or stopping a message to an active
Call. - TalkResponse() - Constructor for class com.nexmo.client.voice.TalkResponse
- TARIK - com.nexmo.client.voice.VoiceName
- TATYANA - com.nexmo.client.voice.VoiceName
- TEL - com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
- TESSA - com.nexmo.client.voice.VoiceName
- text(String) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- TEXT - com.nexmo.client.incoming.MessageType
- TEXT - com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
-
This is a plain text (8 bit alphabet) message
- TEXT - com.nexmo.client.sms.messages.Message.MessageType
-
Message is a regular TEXT SMS message
- TextMessage - Class in com.nexmo.client.sms.messages
-
Represents the details of a plain-text message that is to be submitted via the Nexmo REST api.
- TextMessage(String, String, String) - Constructor for class com.nexmo.client.sms.messages.TextMessage
-
Instantiate a new text-message request.
This message will be submitted as a regular 8 bit text message - TextMessage(String, String, String, boolean) - Constructor for class com.nexmo.client.sms.messages.TextMessage
-
Instantiate a new text-message request.
This message will be submitted as a regular 8 bit text message - THROTTLED - com.nexmo.client.insight.InsightStatus
- THROTTLED - com.nexmo.client.sms.MessageStatus
- THROTTLED - com.nexmo.client.verify.VerifyStatus
- TIAN_TIAN - com.nexmo.client.voice.VoiceName
- timeOut(Integer) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
- timeOut(Integer) - Method in class com.nexmo.client.voice.ncco.InputAction.Builder
- timeOut(Integer) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
- TIMEOUT - com.nexmo.client.incoming.CallStatus
- TIMEOUT - com.nexmo.client.voice.CallStatus
- toJson() - Method in class com.nexmo.client.account.CreateSecretRequest
- toJson() - Method in class com.nexmo.client.application.Application
- toJson() - Method in class com.nexmo.client.redact.RedactRequest
- toJson() - Method in class com.nexmo.client.voice.Call
- toJson() - Method in class com.nexmo.client.voice.CallModifier
- toJson() - Method in class com.nexmo.client.voice.DtmfRequest
- toJson() - Method in class com.nexmo.client.voice.ncco.Ncco
- toJson() - Method in class com.nexmo.client.voice.servlet.NccoResponse
- toJson() - Method in class com.nexmo.client.voice.StreamPayload
- toJson() - Method in class com.nexmo.client.voice.StreamRequest
- toJson() - Method in class com.nexmo.client.voice.TalkPayload
- toJson() - Method in class com.nexmo.client.voice.TalkRequest
- TokenAuthMethod - Class in com.nexmo.client.auth
- TokenAuthMethod(String, String) - Constructor for class com.nexmo.client.auth.TokenAuthMethod
- toLog() - Method in interface com.nexmo.client.voice.Endpoint
- toLog() - Method in class com.nexmo.client.voice.PhoneEndpoint
- toLog() - Method in class com.nexmo.client.voice.SipEndpoint
- toLog() - Method in class com.nexmo.client.voice.WebSocketEndpoint
- TOO_MANY_BINDS - com.nexmo.client.sms.MessageStatus
- TOO_MANY_DESTINATIONS - com.nexmo.client.sms.MessageStatus
- TOO_MANY_DESTINATIONS - com.nexmo.client.verify.VerifyStatus
- topUp - Variable in class com.nexmo.client.account.AccountClient
- topUp(String) - Method in class com.nexmo.client.account.AccountClient
-
Top-up your account when you have enabled auto-reload in the dashboard.
- TopUpRequest - Class in com.nexmo.client.account
- TopUpRequest(String) - Constructor for class com.nexmo.client.account.TopUpRequest
- toString() - Method in enum com.nexmo.client.sms.messages.Message.MessageType
- toString() - Method in class com.nexmo.client.sms.SmsSubmissionResponseMessage
- toString() - Method in enum com.nexmo.client.verify.VerifyControlCommand
- toString() - Method in enum com.nexmo.client.voice.CallDirection
- toString() - Method in class com.nexmo.client.voice.CallInfo
- toString() - Method in enum com.nexmo.client.voice.CallStatus
- toString() - Method in enum com.nexmo.client.voice.MachineDetection
- toString() - Method in enum com.nexmo.client.voice.ModifyCallAction
- toString() - Method in enum com.nexmo.client.voice.ncco.EventType
- toString() - Method in enum com.nexmo.client.voice.ncco.RecordingFormat
- toString() - Method in enum com.nexmo.client.voice.ncco.SplitRecording
- toString() - Method in enum com.nexmo.client.voice.VoiceName
- TRANSFER - com.nexmo.client.voice.ModifyCallAction
- transferCall(String, String) - Static method in class com.nexmo.client.voice.CallModifier
- transferCall(String, String) - Method in class com.nexmo.client.voice.VoiceClient
-
Transfer a call to a different NCCO endpoint.
- TransferCallPayload - Class in com.nexmo.client.voice
-
Extension of ModifyCallPayload which adds an NCCO destination to the serialized form.
- TransferCallPayload(String) - Constructor for class com.nexmo.client.voice.TransferCallPayload
- TransferDestination - Class in com.nexmo.client.voice
- TransferDestination(TransferDestination.Type, String) - Constructor for class com.nexmo.client.voice.TransferDestination
- TRIGGER_NEXT_EVENT - com.nexmo.client.verify.VerifyControlCommand
- Type - Enum in com.nexmo.client.numbers
-
Enumeration representing the type of number.
U
- UNANSWERED - com.nexmo.client.incoming.CallStatus
- UNDELIVERABLE - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- UNEARMUFF - com.nexmo.client.voice.ModifyCallAction
- UNICODE - com.nexmo.client.incoming.MessageType
- UNICODE - com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
-
This is a unicode message
- UNICODE - com.nexmo.client.sms.messages.Message.MessageType
-
Message is a unicode message, for sending messages in non-latin script to a supported handset
- UNKNOWN - com.nexmo.client.common.HttpMethod
- UNKNOWN - com.nexmo.client.common.Webhook.Type
- UNKNOWN - com.nexmo.client.incoming.CallDirection
- UNKNOWN - com.nexmo.client.incoming.CallStatus
- UNKNOWN - com.nexmo.client.incoming.MessageType
- UNKNOWN - com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
- UNKNOWN - com.nexmo.client.insight.AdvancedInsightResponse.Reachability
- UNKNOWN - com.nexmo.client.insight.AdvancedInsightResponse.Validity
- UNKNOWN - com.nexmo.client.insight.CallerType
- UNKNOWN - com.nexmo.client.insight.CarrierDetails.NetworkType
- UNKNOWN - com.nexmo.client.insight.InsightStatus
- UNKNOWN - com.nexmo.client.insight.RoamingDetails.RoamingStatus
- UNKNOWN - com.nexmo.client.numbers.Type
- UNKNOWN - com.nexmo.client.sms.MessageStatus
- UNKNOWN - com.nexmo.client.verify.VerifyStatus
- UNKNOWN - com.nexmo.client.voice.CallDirection
- UNKNOWN - com.nexmo.client.voice.CallStatus
- UNKNOWN - com.nexmo.client.voice.MachineDetection
- UNKNOWN - com.nexmo.client.voice.ModifyCallAction
- UNKNOWN - com.nexmo.client.voice.ncco.RecordingFormat
- UNKNOWN - com.nexmo.client.voice.VoiceName
- UNMUTE - com.nexmo.client.voice.ModifyCallAction
- UNSUPPORTED_NETWORK - com.nexmo.client.verify.VerifyStatus
- updateApplication(Application) - Method in class com.nexmo.client.application.ApplicationClient
-
Update an existing application.
- updateDeliveryReceiptUrl(String) - Method in class com.nexmo.client.account.AccountClient
- updateNumber(UpdateNumberRequest) - Method in class com.nexmo.client.numbers.NumbersClient
-
Update the callbacks and/or application associations for a given Nexmo Virtual Number.
- UpdateNumberRequest - Class in com.nexmo.client.numbers
- UpdateNumberRequest(String, String) - Constructor for class com.nexmo.client.numbers.UpdateNumberRequest
- UpdateNumberRequest.CallbackType - Enum in com.nexmo.client.numbers
- updateSettings(SettingsRequest) - Method in class com.nexmo.client.account.AccountClient
- updateSmsIncomingUrl(String) - Method in class com.nexmo.client.account.AccountClient
- uri(String) - Method in class com.nexmo.client.voice.ncco.SipEndpoint.Builder
- uri(String) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
V
- VALID - com.nexmo.client.insight.AdvancedInsightResponse.Validity
- VALID - com.nexmo.client.verify.VerifyCheck.Status
- valueOf(String) - Static method in enum com.nexmo.client.account.ServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.application.capabilities.Capability.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.common.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.common.Webhook.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.conversion.ConversionRequest.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.incoming.CallDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.incoming.CallStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.incoming.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Reachability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Validity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.CallerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.CarrierDetails.NetworkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.InsightStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.insight.RoamingDetails.RoamingStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.numbers.SearchPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.numbers.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.redact.RedactRequest.Product
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.redact.RedactRequest.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.sms.messages.Message.MessageClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.sms.messages.Message.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.sms.MessageStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.verify.VerifyCheck.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.verify.VerifyControlCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.verify.VerifyDetails.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.verify.VerifyRequest.LineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.verify.VerifyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.CallDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.CallOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.CallStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.MachineDetection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.ModifyCallAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.ncco.EventMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.ncco.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.ncco.RecordingFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.ncco.SplitRecording
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.voice.VoiceName
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.nexmo.client.account.ServiceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.application.capabilities.Capability.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.common.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.common.Webhook.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.conversion.ConversionRequest.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.incoming.CallDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.incoming.CallStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.incoming.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.PortedStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Reachability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.AdvancedInsightResponse.Validity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.CallerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.CarrierDetails.NetworkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.InsightStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.insight.RoamingDetails.RoamingStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.numbers.SearchPattern
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.numbers.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.redact.RedactRequest.Product
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.redact.RedactRequest.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.sms.callback.messages.MO.MESSAGE_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.sms.messages.Message.MessageClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.sms.messages.Message.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.sms.MessageStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.verify.VerifyCheck.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.verify.VerifyControlCommand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.verify.VerifyDetails.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.verify.VerifyRequest.LineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.verify.VerifyStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.CallDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.CallOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.CallStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.MachineDetection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.ModifyCallAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.ncco.EventMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.ncco.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.ncco.RecordingFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.ncco.SplitRecording
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.nexmo.client.voice.VoiceName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vbc - Class in com.nexmo.client.application.capabilities
- VBC - com.nexmo.client.application.capabilities.Capability.Type
- Vbc.Builder - Class in com.nexmo.client.application.capabilities
- verify(VerifyRequest) - Method in class com.nexmo.client.verify.VerifyClient
-
Send a verification request to a phone number.
- verify(String, String) - Method in class com.nexmo.client.verify.VerifyClient
-
Send a verification request to a phone number.
- verify(String, String, String) - Method in class com.nexmo.client.verify.VerifyClient
-
Send a verification request to a phone number.
- verify(String, String, String, int, Locale) - Method in class com.nexmo.client.verify.VerifyClient
-
Send a verification request to a phone number.
- verify(String, String, String, int, Locale, VerifyRequest.LineType) - Method in class com.nexmo.client.verify.VerifyClient
-
Send a verification request to a phone number.
- VERIFY - com.nexmo.client.redact.RedactRequest.Product
- VERIFY_SDK - com.nexmo.client.redact.RedactRequest.Product
- VerifyCheck - Class in com.nexmo.client.verify
- VerifyCheck(Date, String, VerifyCheck.Status, String) - Constructor for class com.nexmo.client.verify.VerifyCheck
- VerifyCheck.Status - Enum in com.nexmo.client.verify
- VerifyClient - Class in com.nexmo.client.verify
-
A client for talking to the Nexmo Verify API.
- VerifyClient(HttpWrapper) - Constructor for class com.nexmo.client.verify.VerifyClient
-
Constructor.
- VerifyControlCommand - Enum in com.nexmo.client.verify
- VerifyDetails - Class in com.nexmo.client.verify
- VerifyDetails() - Constructor for class com.nexmo.client.verify.VerifyDetails
- VerifyDetails.Status - Enum in com.nexmo.client.verify
- VerifyException - Exception in com.nexmo.client.verify
- VerifyException(String, String) - Constructor for exception com.nexmo.client.verify.VerifyException
- VerifyRequest - Class in com.nexmo.client.verify
-
Describes a Verify request when passed to
VerifyEndpoint)}. - VerifyRequest(String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest
-
Constructor.
- VerifyRequest(String, String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest
-
Constructor.
- VerifyRequest(String, String, String, int, Locale) - Constructor for class com.nexmo.client.verify.VerifyRequest
-
Constructor.
- VerifyRequest(String, String, String, int, Locale, VerifyRequest.LineType) - Constructor for class com.nexmo.client.verify.VerifyRequest
-
Constructor.
- VerifyRequest.LineType - Enum in com.nexmo.client.verify
-
Types of phone line to be specified for
VerifyRequest.type. - verifyRequestSignature(HttpServletRequest, String) - Static method in class com.nexmo.client.auth.RequestSigning
-
Verifies the signature in an HttpServletRequest.
- verifyRequestSignature(HttpServletRequest, String, long) - Static method in class com.nexmo.client.auth.RequestSigning
-
Verifies the signature in an HttpServletRequest.
- VerifyResponse - Class in com.nexmo.client.verify
- VerifyResponse(VerifyStatus) - Constructor for class com.nexmo.client.verify.VerifyResponse
- VerifyStatus - Enum in com.nexmo.client.verify
- VerifyStatusDeserializer - Class in com.nexmo.client.verify
- VerifyStatusDeserializer() - Constructor for class com.nexmo.client.verify.VerifyStatusDeserializer
- VIRTUAL - com.nexmo.client.insight.CarrierDetails.NetworkType
- VITORIA - com.nexmo.client.voice.VoiceName
- Voice - Class in com.nexmo.client.application.capabilities
- VOICE - com.nexmo.client.account.ServiceType
- VOICE - com.nexmo.client.application.capabilities.Capability.Type
- VOICE - com.nexmo.client.conversion.ConversionRequest.Type
- VOICE - com.nexmo.client.redact.RedactRequest.Product
- Voice.Builder - Class in com.nexmo.client.application.capabilities
- VoiceClient - Class in com.nexmo.client.voice
-
A client for talking to the Nexmo Voice API.
- VoiceClient(HttpWrapper) - Constructor for class com.nexmo.client.voice.VoiceClient
-
Constructor.
- voiceName(VoiceName) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
- VoiceName - Enum in com.nexmo.client.voice
-
Voice used to deliver text to a
Callin aTalkRequest. - VXML - com.nexmo.client.numbers.UpdateNumberRequest.CallbackType
W
- WAPPUSH - com.nexmo.client.sms.messages.Message.MessageType
-
Message is a wap-push message to send a browsable / downloadable url to the handset
- WapPushMessage - Class in com.nexmo.client.sms.messages
-
Represents the details of a wap-push message that is to be submitted via the Nexmo REST api.
- WapPushMessage(String, String, String, String) - Constructor for class com.nexmo.client.sms.messages.WapPushMessage
-
Instantiate a new wap-push message request, to submit a browsable / downloadable URL to the handset
- WAV - com.nexmo.client.voice.ncco.RecordingFormat
- Webhook - Class in com.nexmo.client.common
- Webhook(String, HttpMethod) - Constructor for class com.nexmo.client.common.Webhook
- Webhook.Type - Enum in com.nexmo.client.common
- webhooks - Variable in class com.nexmo.client.application.capabilities.Capability
- WebSocketEndpoint - Class in com.nexmo.client.voice.ncco
-
Represents a web socket endpoint used in a
ConnectAction - WebSocketEndpoint - Class in com.nexmo.client.voice
- WebSocketEndpoint(String, String, List<NameValuePair>) - Constructor for class com.nexmo.client.voice.WebSocketEndpoint
- WebSocketEndpoint.Builder - Class in com.nexmo.client.voice.ncco
- withDeliveryReceiptUrl(String) - Static method in class com.nexmo.client.account.SettingsRequest
- withIncomingSmsUrl(String) - Static method in class com.nexmo.client.account.SettingsRequest
- withNumber(String) - Static method in class com.nexmo.client.insight.AdvancedInsightRequest
-
Construct a AdvancedInsightRequest with a number.
- withNumber(String) - Static method in class com.nexmo.client.insight.BasicInsightRequest
-
Construct a BasicInsightRequest with a number.
- withNumber(String) - Static method in class com.nexmo.client.insight.StandardInsightRequest
-
Construct a StandardInsightRequest with a number.
- withNumberAndCountry(String, String) - Static method in class com.nexmo.client.insight.AdvancedInsightRequest
-
Construct a AdvancedInsightRequest with a number and country.
- withNumberAndCountry(String, String) - Static method in class com.nexmo.client.insight.BasicInsightRequest
-
Construct a BasicInsightRequest with a number and country.
- withNumberAndCountry(String, String) - Static method in class com.nexmo.client.insight.StandardInsightRequest
-
Construct a StandardInsightRequest with a number and country.
- WORKFLOW - com.nexmo.client.redact.RedactRequest.Product
- WRONG_CODE_THROTTLED - com.nexmo.client.verify.VerifyStatus
X
- XmlParser - Class in com.nexmo.client.legacyutils
- XmlParser() - Constructor for class com.nexmo.client.legacyutils.XmlParser
- XmlUtil - Class in com.nexmo.client.legacyutils
- XmlUtil() - Constructor for class com.nexmo.client.legacyutils.XmlUtil
Y
Z
A B C D E F G H I J K L M N O P R S T U V W X Y ZAll Classes All Packages