Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

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
 
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 AuthMethod to 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.
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/or NexmoClient.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.
appendNcco(Action) - Method in class com.nexmo.client.voice.servlet.NccoResponse
 
appendNcco(Action) - Method in class com.nexmo.client.voice.servlet.NccoResponseBuilder
 
AppEndpoint - Class in com.nexmo.client.voice.ncco
Represents an app endpoint used in a ConnectAction
AppEndpoint.Builder - Class in com.nexmo.client.voice.ncco
 
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.privateKeyContents will 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 provided RequestBuilder, and return the result.
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

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
 
BaseRequest - Class in com.nexmo.client.verify
Base request class for VerifyRequest and Psd2Request
BaseRequest(String, Integer, Locale) - Constructor for class com.nexmo.client.verify.BaseRequest
 
BaseRequest(String, Integer, Locale, String, Integer, Integer) - Constructor for class com.nexmo.client.verify.BaseRequest
 
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
 
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.
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.verify.Psd2Request.Builder
 
build() - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
build() - Method in class com.nexmo.client.voice.CallsFilter.Builder
 
build() - Method in class com.nexmo.client.voice.ncco.AppEndpoint.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(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() - Constructor for class com.nexmo.client.application.Application.Builder
 
Builder(Application) - Constructor for class com.nexmo.client.application.Application.Builder
 
builder() - Static method in class com.nexmo.client.application.capabilities.Messages
 
Builder() - Constructor for class com.nexmo.client.application.capabilities.Messages.Builder
 
builder() - Static method in class com.nexmo.client.application.capabilities.Rtc
 
Builder() - Constructor for class com.nexmo.client.application.capabilities.Rtc.Builder
 
builder() - Static method in class com.nexmo.client.application.capabilities.Vbc
 
Builder() - Constructor for class com.nexmo.client.application.capabilities.Vbc.Builder
 
builder() - Static method in class com.nexmo.client.application.capabilities.Voice
 
Builder() - Constructor for class com.nexmo.client.application.capabilities.Voice.Builder
 
builder() - Static method in class com.nexmo.client.application.ListApplicationRequest
 
Builder() - Constructor for class com.nexmo.client.application.ListApplicationRequest.Builder
 
builder() - Static method in class com.nexmo.client.HttpConfig
 
Builder() - Constructor for class com.nexmo.client.HttpConfig.Builder
 
builder(String) - Static method in class com.nexmo.client.insight.AdvancedInsightRequest
 
Builder(String) - Constructor for class com.nexmo.client.insight.AdvancedInsightRequest.Builder
 
builder(String) - Static method in class com.nexmo.client.insight.BasicInsightRequest
 
Builder(String) - Constructor for class com.nexmo.client.insight.BasicInsightRequest.Builder
 
builder(String) - Static method in class com.nexmo.client.insight.StandardInsightRequest
 
Builder(String) - Constructor for class com.nexmo.client.insight.StandardInsightRequest.Builder
 
builder() - Static method in class com.nexmo.client.NexmoClient
 
Builder() - Constructor for class com.nexmo.client.NexmoClient.Builder
 
builder(String, Double, String) - Static method in class com.nexmo.client.verify.Psd2Request
 
Builder(String, Double, String) - Constructor for class com.nexmo.client.verify.Psd2Request.Builder
 
builder(String, String) - Static method in class com.nexmo.client.verify.VerifyRequest
 
Builder(String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest.Builder
 
builder() - Static method in class com.nexmo.client.voice.CallsFilter
 
Builder() - Constructor for class com.nexmo.client.voice.CallsFilter.Builder
 
builder(String) - Static method in class com.nexmo.client.voice.ncco.AppEndpoint
 
Builder(String) - Constructor for class com.nexmo.client.voice.ncco.AppEndpoint.Builder
 
builder(Collection<Endpoint>) - Static method in class com.nexmo.client.voice.ncco.ConnectAction
 
builder(Endpoint...) - Static method in class com.nexmo.client.voice.ncco.ConnectAction
 
Builder(Collection<Endpoint>) - Constructor for class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
Builder(Endpoint...) - Constructor for class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
builder(String) - Static method in class com.nexmo.client.voice.ncco.ConversationAction
 
Builder(String) - Constructor for class com.nexmo.client.voice.ncco.ConversationAction.Builder
 
builder() - Static method in class com.nexmo.client.voice.ncco.InputAction
 
Builder() - Constructor for class com.nexmo.client.voice.ncco.InputAction.Builder
 
builder(Map<String, ?>, Collection<String>) - Static method in class com.nexmo.client.voice.ncco.NotifyAction
 
builder(Map<String, ?>, String...) - Static method in class com.nexmo.client.voice.ncco.NotifyAction
 
Builder(Map<String, ?>, Collection<String>) - Constructor for class com.nexmo.client.voice.ncco.NotifyAction.Builder
 
Builder(Map<String, ?>, String...) - Constructor for class com.nexmo.client.voice.ncco.NotifyAction.Builder
 
builder(String) - Static method in class com.nexmo.client.voice.ncco.PhoneEndpoint
 
Builder(String) - Constructor for class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
 
builder() - Static method in class com.nexmo.client.voice.ncco.RecordAction
 
Builder() - Constructor for class com.nexmo.client.voice.ncco.RecordAction.Builder
 
builder(String) - Static method in class com.nexmo.client.voice.ncco.SipEndpoint
 
Builder(String) - Constructor for class com.nexmo.client.voice.ncco.SipEndpoint.Builder
 
builder(Collection<String>) - Static method in class com.nexmo.client.voice.ncco.StreamAction
 
builder(String...) - Static method in class com.nexmo.client.voice.ncco.StreamAction
 
Builder(Collection<String>) - Constructor for class com.nexmo.client.voice.ncco.StreamAction.Builder
 
Builder(String...) - Constructor for class com.nexmo.client.voice.ncco.StreamAction.Builder
 
builder(String) - Static method in class com.nexmo.client.voice.ncco.TalkAction
 
Builder(String) - Constructor for class com.nexmo.client.voice.ncco.TalkAction.Builder
 
builder(String, String) - Static method in class com.nexmo.client.voice.ncco.WebSocketEndpoint
 
Builder(String, String) - Constructor for class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
 
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(String, String, String) - Constructor for class com.nexmo.client.voice.Call
 
Call(Endpoint, Endpoint, String) - 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(Endpoint, Endpoint, Ncco) - Constructor for class com.nexmo.client.voice.Call
 
Call(Endpoint[], Endpoint, Ncco) - 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() - Constructor for class com.nexmo.client.incoming.CallEvent
 
CallEvent - Class in com.nexmo.client.voice
 
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(String, String) - Constructor for class com.nexmo.client.voice.CallInfo
 
CallInfo(Endpoint, Endpoint) - 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, ModifyCallPayload) - Constructor for class com.nexmo.client.voice.CallModifier
 
CallModifier(String, ModifyCallAction) - 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
 
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
 
CarrierDetails - Class in com.nexmo.client.insight
 
CarrierDetails() - Constructor for class com.nexmo.client.insight.CarrierDetails
 
CarrierDetails.NetworkType - Enum in com.nexmo.client.insight
 
channels(Integer) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
 
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
 
clean(String) - Static method in class com.nexmo.client.auth.RequestSigning
 
cnam - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
 
cnam(Boolean) - Method 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.StandardInsightRequest.Builder
 
com.nexmo.client - package com.nexmo.client
The root of the Nexmo client library, containing NexmoClient class, 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.logging - package com.nexmo.client.logging
 
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.
compareTo(AuthMethod) - Method in class com.nexmo.client.auth.AbstractAuthMethod
 
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
 
contentType(String) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
 
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
 
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 - Class in com.nexmo.client.account
 
Country() - Constructor for class com.nexmo.client.account.Country
 
country - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
 
country(String) - Method 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(String) - Method 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.StandardInsightRequest.Builder
 
country(String) - Method in class com.nexmo.client.verify.Psd2Request.Builder
The country for the destination phone number.
country(String) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
The country for the destination phone number.
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
 

D

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
 
deleteApplication(String) - Method in class com.nexmo.client.application.ApplicationClient
Delete an application.
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
 
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

EmbeddedCalls - Class in com.nexmo.client.voice
 
EmbeddedCalls() - Constructor for class com.nexmo.client.voice.EmbeddedCalls
 
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 - Interface in com.nexmo.client.voice
 
endpoint(Collection<Endpoint>) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
endpoint(Endpoint...) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
Endpoint - Interface in com.nexmo.client.voice.ncco
An endpoint for a ConnectAction to connect to.
equals(Object) - Method in class com.nexmo.client.voice.PhoneEndpoint
 
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 - Enum in com.nexmo.client.voice.ncco
The type of request to use when connecting to an event url.
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
 
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(Collection<String>) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
eventUrl(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(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(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(String...) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
 
eventUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
 
eventUrl(String...) - Method in class com.nexmo.client.voice.ncco.RecordAction.Builder
 
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
 

F

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 InsightStatus based on the int value.
fromInt(int) - Static method in enum com.nexmo.client.sms.MessageStatus
Look up the MessageStatus based on the int value.
fromInt(int) - Static method in enum com.nexmo.client.verify.VerifyStatus
Look up the VerifyStatus based 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.Status based 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
 
getAcceptableAuthMethod(Set<Class>) - Method in class com.nexmo.client.auth.AuthCollection
Obtain an AuthMethod instance 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
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.verify.Psd2Method
 
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(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
getAdvancedNumberInsight(String, String, String, boolean) - Method in class com.nexmo.client.insight.InsightClient
getAdvancedNumberInsight(AdvancedInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
Perform an Advanced Insight Request with a AdvancedInsightRequest.
getAmount() - Method in class com.nexmo.client.verify.Psd2Request
 
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 AuthMethod for 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(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.
getBasicNumberInsight(BasicInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
Perform a Basic Insight Request with a BasicInsightRequest.
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.BaseRequest
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
 
getDashedLocale() - Method in class com.nexmo.client.verify.BaseRequest
 
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
 
getId() - Method in enum com.nexmo.client.verify.Psd2Request.Workflow
 
getId() - Method in enum com.nexmo.client.verify.VerifyRequest.Workflow
 
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.BaseRequest
 
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.BaseRequest
 
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
 
getNcco() - Method in class com.nexmo.client.voice.TransferDestination
 
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.BaseRequest
 
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.BaseRequest
 
getNumber() - Method in class com.nexmo.client.verify.VerifyDetails
 
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
 
getPayee() - Method in class com.nexmo.client.verify.Psd2Request
 
getPayload() - Method in class com.nexmo.client.voice.ncco.NotifyAction
 
getPinExpiry() - Method in class com.nexmo.client.verify.BaseRequest
 
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(String, String) - Method in class com.nexmo.client.account.AccountClient
Get information for a specific secret id associated to a given API key.
getSecret() - Method in class com.nexmo.client.account.CreateSecretRequest
 
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(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
getStandardNumberInsight(StandardInsightRequest) - Method in class com.nexmo.client.insight.InsightClient
Perform a Standard Insight Request with a StandardInsightRequest.
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 class com.nexmo.client.voice.ncco.AppEndpoint
 
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
 
getUser() - Method in class com.nexmo.client.voice.ncco.AppEndpoint
 
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
 
getWorkflow() - Method in class com.nexmo.client.verify.Psd2Request
 
getWorkflow() - Method in class com.nexmo.client.verify.VerifyRequest
 

H

handleRequest(HttpServletRequest) - Method in class com.nexmo.client.voice.servlet.AbstractAnswerServlet
Handle a request for NCCO instructions from the Nexmo Voice API.
hashCode() - Method in class com.nexmo.client.voice.PhoneEndpoint
 
headers(Map<String, String>) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
 
headers(String...) - Method in class com.nexmo.client.voice.ncco.WebSocketEndpoint.Builder
 
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 - Class in com.nexmo.client
 
httpConfig(HttpConfig) - Method in class com.nexmo.client.NexmoClient.Builder
 
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(HttpConfig, AuthCollection) - Constructor for class com.nexmo.client.HttpWrapper
 
HttpWrapper(AuthMethod...) - Constructor for class com.nexmo.client.HttpWrapper
 
HttpWrapper(HttpConfig, AuthMethod...) - Constructor for class com.nexmo.client.HttpWrapper
 

I

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
 
intValue(Node) - Static method in class com.nexmo.client.legacyutils.XmlUtil
 
ipAddress - Variable in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
 
ipAddress(String) - Method in class com.nexmo.client.insight.AdvancedInsightRequest.Builder
 
ipAddress - Variable in class com.nexmo.client.insight.BaseInsightRequest
 
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
 

J

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

Keys() - Constructor for class com.nexmo.client.application.Application.Keys
 

L

length(Integer) - Method in class com.nexmo.client.verify.Psd2Request.Builder
 
length(Integer) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
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 by VoiceClient.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
 
locale(Locale) - Method in class com.nexmo.client.verify.Psd2Request.Builder
 
locale(Locale) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
LoggingUtils - Class in com.nexmo.client.logging
 
LoggingUtils() - Constructor for class com.nexmo.client.logging.LoggingUtils
 
logResponse(HttpResponse) - Static method in class com.nexmo.client.logging.LoggingUtils
 
loop(Integer) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
 
loop(Integer) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
 

M

MachineDetection - Enum in com.nexmo.client.voice
 
machineDetection(MachineDetection) - Method in class com.nexmo.client.voice.ncco.ConnectAction.Builder
 
makeRequest(RequestT) - Method in class com.nexmo.client.AbstractMethod
Construct and return a RequestBuilder instance from the provided request.
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(Psd2Request) - Method in class com.nexmo.client.verify.Psd2Method
 
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
 
MD5Util - Class in com.nexmo.client.auth
Contains utility methods that use MD5 hashing.
MD5Util() - Constructor for class com.nexmo.client.auth.MD5Util
 
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.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.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
 
method - Variable in class com.nexmo.client.verify.Psd2Endpoint
 
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
modifyCall(String, ModifyCallAction) - Method in class com.nexmo.client.voice.VoiceClient
Modify an ongoing call.
modifyCall(CallModifier) - Method in class com.nexmo.client.voice.VoiceClient
Modify an ongoing call using a CallModifier object.
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 Call was successfully modified.
ModifyCallResponse() - Constructor for class com.nexmo.client.voice.ModifyCallResponse
 
musicOnHoldUrl(Collection<String>) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
 
musicOnHoldUrl(String...) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
 

N

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(Collection<Action>) - Constructor for class com.nexmo.client.voice.ncco.Ncco
 
Ncco(ObjectWriter) - Constructor for class com.nexmo.client.voice.ncco.Ncco
 
Ncco(ObjectWriter, Collection<Action>) - Constructor for class com.nexmo.client.voice.ncco.Ncco
 
Ncco(ObjectWriter, Action...) - Constructor for class com.nexmo.client.voice.ncco.Ncco
 
Ncco(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
 
nextEventWait(Integer) - Method in class com.nexmo.client.verify.Psd2Request.Builder
 
nextEventWait(Integer) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
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(String) - Method 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(String) - Method 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.StandardInsightRequest.Builder
 
number(String) - Method in class com.nexmo.client.voice.ncco.PhoneEndpoint.Builder
 
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

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
 
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
 
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
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.verify.Psd2Method
 
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
 
payload(Map<String, ?>) - Method in class com.nexmo.client.voice.ncco.NotifyAction.Builder
 
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
 
pinExpiry(Integer) - Method in class com.nexmo.client.verify.Psd2Request.Builder
 
pinExpiry(Integer) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
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(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.
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.
Psd2Endpoint - Class in com.nexmo.client.verify
 
Psd2Endpoint(HttpWrapper) - Constructor for class com.nexmo.client.verify.Psd2Endpoint
 
Psd2Method - Class in com.nexmo.client.verify
 
Psd2Method(HttpWrapper) - Constructor for class com.nexmo.client.verify.Psd2Method
 
Psd2Request - Class in com.nexmo.client.verify
Describes a PSD2 verify request when passed to Psd2Endpoint
Psd2Request.Builder - Class in com.nexmo.client.verify
 
Psd2Request.Workflow - Enum in com.nexmo.client.verify
Enumeration representing different verification workflows.
psd2Verify(String, Double, String) - Method in class com.nexmo.client.verify.Psd2Endpoint
 
psd2Verify(String, Double, String, Psd2Request.Workflow) - Method in class com.nexmo.client.verify.Psd2Endpoint
 
psd2Verify(Psd2Request) - Method in class com.nexmo.client.verify.Psd2Endpoint
 
psd2Verify(String, Double, String) - Method in class com.nexmo.client.verify.VerifyClient
Send a PSD2 compliant payment token to a user for payment authorization
psd2Verify(String, Double, String, Psd2Request.Workflow) - Method in class com.nexmo.client.verify.VerifyClient
Send a PSD2 compliant payment token to a user for payment authorization with a pin verification workflow
psd2Verify(Psd2Request) - Method in class com.nexmo.client.verify.VerifyClient
Send a PSD2 verification request to a phone number with optional parameters
publicKey(String) - Method in class com.nexmo.client.application.Application.Builder
 
publish(SnsPublishRequest) - Method in class com.nexmo.client.sns.SnsClient
 
put(String, String) - Method in class com.nexmo.client.voice.DtmfEndpoint
 
put(TalkRequest) - Method in class com.nexmo.client.voice.TalkEndpoint
 

R

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
 
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(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.
redactTransaction(RedactRequest) - Method in class com.nexmo.client.redact.RedactClient
Submit a request to the Redact API to redact a transaction.
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.
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.Builder - Class in com.nexmo.client.application.capabilities
 

S

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(String) - Method in class com.nexmo.client.numbers.NumbersClient
Search for available Nexmo Virtual Numbers.
searchNumbers(SearchNumbersFilter) - 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.
senderId(String) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 
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.BaseRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request or Psd2Request.Builder to create a PSD2 verification request
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(String) - Method in class com.nexmo.client.verify.VerifyRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request
setFrom(Endpoint) - Method in class com.nexmo.client.voice.Call
 
setFrom(Endpoint) - Method in class com.nexmo.client.voice.CallInfo
 
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(Integer) - Method in class com.nexmo.client.verify.BaseRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request or Psd2Request.Builder to create a PSD2 verification request
setLengthTimer(Integer) - Method in class com.nexmo.client.voice.Call
 
setLocale(Locale) - Method in class com.nexmo.client.verify.BaseRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request or Psd2Request.Builder to create a PSD2 verification request
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.BaseRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request or Psd2Request.Builder to create a PSD2 verification request
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.BaseRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request or Psd2Request.Builder to create a PSD2 verification request
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.Call
 
setTo(Endpoint) - Method in class com.nexmo.client.voice.CallInfo
 
setType(String) - Method in class com.nexmo.client.numbers.AvailableNumber
 
setType(String) - Method in class com.nexmo.client.numbers.OwnedNumber
 
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
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request
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(String) - Method in class com.nexmo.client.numbers.OwnedNumber
 
setVoiceCallbackType(UpdateNumberRequest.CallbackType) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
 
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
 
setWorkflow(VerifyRequest.Workflow) - Method in class com.nexmo.client.verify.VerifyRequest
Deprecated.
since 5.5.0 use VerifyRequest.Builder to create a 2FA verification request
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.
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
 
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
 
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
 
startOnEnter(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationAction.Builder
 
startStream(String, String, int) - Method in class com.nexmo.client.voice.VoiceClient
Stream audio to an ongoing call.
startStream(String, String) - 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, VoiceName) - 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, 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_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(Collection<String>) - Method in class com.nexmo.client.voice.ncco.StreamAction.Builder
 
streamUrl(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
 

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, VoiceName, int) - Constructor for class com.nexmo.client.voice.TalkRequest
 
TalkRequest(String, String, VoiceName) - Constructor for class com.nexmo.client.voice.TalkRequest
 
TalkRequest(String, String, int) - Constructor for class com.nexmo.client.voice.TalkRequest
 
TalkRequest(String, String) - 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
 
text(String) - Method in class com.nexmo.client.voice.ncco.TalkAction.Builder
 
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
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
 
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
 
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 class com.nexmo.client.verify.BaseRequest
 
toString() - Method in class com.nexmo.client.verify.Psd2Request
 
toString() - Method in enum com.nexmo.client.verify.VerifyControlCommand
 
toString() - Method in class com.nexmo.client.verify.VerifyRequest
 
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
 
transferCall(String, String) - Static method in class com.nexmo.client.voice.CallModifier
 
transferCall(String, Ncco) - 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.
transferCall(String, Ncco) - Method in class com.nexmo.client.voice.VoiceClient
Transfer a call to a different NCCO.
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
 
TransferCallPayload(Ncco) - 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
 
TransferDestination(TransferDestination.Type, String, Ncco) - Constructor for class com.nexmo.client.voice.TransferDestination
 
Type - Enum in com.nexmo.client.numbers
Enumeration representing the type of number.
type(VerifyRequest.LineType) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
 

U

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

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.Psd2Request.Workflow
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.VerifyRequest.Workflow
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.Psd2Request.Workflow
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.VerifyRequest.Workflow
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.Builder - Class in com.nexmo.client.application.capabilities
 
verify(String, String) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
verify(String, String, VerifyRequest.Workflow) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number with a pin verification workflow
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(VerifyRequest) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
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
Deprecated.
this construtor is deprecated use VerifyRequest.Builder to contruct a 2FA verify request
VerifyRequest(String, String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest
Deprecated.
this construtor is deprecated use VerifyRequest.Builder to contruct a 2FA verify request
VerifyRequest(String, String, String, int, Locale) - Constructor for class com.nexmo.client.verify.VerifyRequest
Deprecated.
this construtor is deprecated use VerifyRequest.Builder instead
VerifyRequest(String, String, String, int, Locale, VerifyRequest.LineType) - Constructor for class com.nexmo.client.verify.VerifyRequest
Deprecated.
VerifyRequest(VerifyRequest.Builder) - Constructor for class com.nexmo.client.verify.VerifyRequest
 
VerifyRequest.Builder - Class in com.nexmo.client.verify
Builder to create a Two Factor Authentication request
VerifyRequest.LineType - Enum in com.nexmo.client.verify
Types of phone line to be specified for VerifyRequest.type.
VerifyRequest.Workflow - Enum in com.nexmo.client.verify
Enumeration representing different verification workflows.
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
 
Voice - Class in com.nexmo.client.application.capabilities
 
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 Call in a TalkRequest.

W

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
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(Psd2Request.Workflow) - Method in class com.nexmo.client.verify.Psd2Request.Builder
 
workflow(VerifyRequest.Workflow) - Method in class com.nexmo.client.verify.VerifyRequest.Builder
Set the predefined sequence of SMS and TTS (Text To Speech) actions to use in order to convey the PIN to your user.

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
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links