Skip navigation links
A B C D E F G H I J 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.voice.endpoints
Abstract class to assist in implementing a call against a REST endpoint.
AbstractMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.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 Number Insight API.
AccountClient(HttpWrapper) - Constructor for class com.nexmo.client.account.AccountClient
Constructor.
add(AuthMethod) - Method in class com.nexmo.client.auth.AuthCollection
Add a new AuthMethod to the set managed by this AuthCollection
addId(String) - Method in class com.nexmo.client.sms.SmsIdSearchRequest
 
addParams(RequestBuilder) - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
addParams(RequestBuilder) - Method in class com.nexmo.client.applications.ListApplicationsRequest
 
addParams(RequestBuilder) - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
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
 
advanced - Variable in class com.nexmo.client.insight.InsightClient
 
AdvancedInsightEndpoint - Class in com.nexmo.client.insight.advanced
 
AdvancedInsightEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightEndpoint
 
AdvancedInsightRequest - Class in com.nexmo.client.insight.advanced
 
AdvancedInsightRequest(String) - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
AdvancedInsightRequest(String, String) - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
AdvancedInsightRequest(String, String, String) - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
AdvancedInsightRequest(String, String, String, Boolean) - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
AdvancedInsightResponse - Class in com.nexmo.client.insight.advanced
 
AdvancedInsightResponse() - Constructor for class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
AdvancedInsightResponse.PortedStatus - Enum in com.nexmo.client.insight.advanced
 
AdvancedInsightResponse.Reachability - Enum in com.nexmo.client.insight.advanced
 
AdvancedInsightResponse.Validity - Enum in com.nexmo.client.insight.advanced
 
advanceVerification(String) - Method in class com.nexmo.client.verify.VerifyClient
Advance a current verification request to the next stage in the process.
appendNcco(Ncco) - Method in class com.nexmo.client.voice.servlet.NccoResponse
 
appendNcco(Ncco) - Method in class com.nexmo.client.voice.servlet.NccoResponseBuilder
 
ApplicationClient - Class in com.nexmo.client.applications
A client for talking to the Nexmo Number Applications API.
ApplicationClient(HttpWrapper) - Constructor for class com.nexmo.client.applications.ApplicationClient
Constructor.
ApplicationDetails - Class in com.nexmo.client.applications
 
ApplicationDetails() - Constructor for class com.nexmo.client.applications.ApplicationDetails
 
ApplicationKeys - Class in com.nexmo.client.applications
 
ApplicationKeys() - Constructor for class com.nexmo.client.applications.ApplicationKeys
 
applications - Variable in class com.nexmo.client.applications.ApplicationClient
 
ApplicationsEndpoint - Class in com.nexmo.client.applications.endpoints
 
ApplicationsEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
ApplicationType - Enum in com.nexmo.client.applications
 
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
 
applyAuth(RequestBuilder) - Method in class com.nexmo.client.voice.endpoints.AbstractMethod
Apply an appropriate authentication method (specified by AbstractMethod.getAcceptableAuthMethods() to the provided RequestBuilder, and return the result.
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
 
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
 
BalanceEndpoint - Class in com.nexmo.client.account
 
BalanceEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.account.BalanceEndpoint
 
BalanceResponse - Class in com.nexmo.client.account
 
BalanceResponse(double, boolean) - Constructor for class com.nexmo.client.account.BalanceResponse
 
BaseInsightRequest - Class in com.nexmo.client.insight
 
BaseInsightRequest(String, String) - Constructor for class com.nexmo.client.insight.BaseInsightRequest
 
BaseResult - Class in com.nexmo.client.verify
An abstract base class for verification results.
BaseResult(int, String, boolean) - Constructor for class com.nexmo.client.verify.BaseResult
 
basic - Variable in class com.nexmo.client.insight.InsightClient
 
BasicInsightEndpoint - Class in com.nexmo.client.insight.basic
 
BasicInsightEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.insight.basic.BasicInsightEndpoint
 
BasicInsightRequest - Class in com.nexmo.client.insight.basic
 
BasicInsightRequest(String) - Constructor for class com.nexmo.client.insight.basic.BasicInsightRequest
 
BasicInsightRequest(String, String) - Constructor for class com.nexmo.client.insight.basic.BasicInsightRequest
 
BasicInsightResponse - Class in com.nexmo.client.insight.basic
 
BasicInsightResponse() - Constructor for class com.nexmo.client.insight.basic.BasicInsightResponse
 
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.
buyNumber(String, String) - Method in class com.nexmo.client.numbers.NumbersClient
Start renting a Nexmo Virtual Number.
BuyNumberEndpoint - Class in com.nexmo.client.numbers
 
BuyNumberEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.numbers.BuyNumberEndpoint
 
BuyNumberRequest - Class in com.nexmo.client.numbers
 
BuyNumberRequest(String, String) - Constructor for class com.nexmo.client.numbers.BuyNumberRequest
 
BuyNumberResponse - Class in com.nexmo.client.numbers
 
BuyNumberResponse() - Constructor for class com.nexmo.client.numbers.BuyNumberResponse
 
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
 
CallDirection - Enum in com.nexmo.client.voice
 
CallerType - Enum in com.nexmo.client.insight
 
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
 
calls - Variable in class com.nexmo.client.voice.VoiceClient
 
CallsEndpoint - Class in com.nexmo.client.voice.endpoints
Allows actions to be taken on /calls/* endpoints.
CallsEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.CallsEndpoint
Constructor.
CallsFilter - Class in com.nexmo.client.voice
 
CallsFilter() - Constructor for class com.nexmo.client.voice.CallsFilter
 
CallStatus - Enum in com.nexmo.client.voice
 
cancelNumber(String, String) - Method in class com.nexmo.client.numbers.NumbersClient
Stop renting a Nexmo Virtual Number.
CancelNumberEndpoint - Class in com.nexmo.client.numbers
 
CancelNumberEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.numbers.CancelNumberEndpoint
 
CancelNumberRequest - Class in com.nexmo.client.numbers
 
CancelNumberRequest(String, String) - Constructor for class com.nexmo.client.numbers.CancelNumberRequest
 
CancelNumberResponse - Class in com.nexmo.client.numbers
 
CancelNumberResponse() - Constructor for class com.nexmo.client.numbers.CancelNumberResponse
 
cancelVerification(String) - Method in class com.nexmo.client.verify.VerifyClient
Cancel a current verification request.
CarrierDetails - Class in com.nexmo.client.insight
 
CarrierDetails() - Constructor for class com.nexmo.client.insight.CarrierDetails
 
CarrierDetails.NetworkType - Enum in com.nexmo.client.insight
 
check(String, String) - Method in class com.nexmo.client.verify.endpoints.CheckEndpoint
 
check(String, String, String) - Method in class com.nexmo.client.verify.endpoints.CheckEndpoint
 
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.
CheckEndpoint - Class in com.nexmo.client.verify.endpoints
 
CheckEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.verify.endpoints.CheckEndpoint
Create a new CheckEndpoint.
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
 
CheckResult - Class in com.nexmo.client.verify
Verification check result.
CheckResult(int, String, float, String, String, boolean) - Constructor for class com.nexmo.client.verify.CheckResult
 
clean(String) - Static method in class com.nexmo.client.auth.RequestSigning
 
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.applications - package com.nexmo.client.applications
 
com.nexmo.client.applications.endpoints - package com.nexmo.client.applications.endpoints
 
com.nexmo.client.auth - package com.nexmo.client.auth
Provides support for the various authentication methods supported by different Nexmo APIs.
com.nexmo.client.insight - package com.nexmo.client.insight
 
com.nexmo.client.insight.advanced - package com.nexmo.client.insight.advanced
 
com.nexmo.client.insight.basic - package com.nexmo.client.insight.basic
 
com.nexmo.client.insight.standard - package com.nexmo.client.insight.standard
 
com.nexmo.client.legacyutils - package com.nexmo.client.legacyutils
 
com.nexmo.client.numbers - package com.nexmo.client.numbers
 
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.verify.endpoints - package com.nexmo.client.verify.endpoints
 
com.nexmo.client.voice - package com.nexmo.client.voice
Provides access to the Nexmo Voice API.
com.nexmo.client.voice.endpoints - package com.nexmo.client.voice.endpoints
Provides internal classes and interfaces implementing 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
 
ConnectNcco - Class in com.nexmo.client.voice.ncco
 
ConnectNcco(PhoneEndpoint[]) - Constructor for class com.nexmo.client.voice.ncco.ConnectNcco
 
ConnectNcco(PhoneEndpoint) - Constructor for class com.nexmo.client.voice.ncco.ConnectNcco
 
ConnectNcco(String) - Constructor for class com.nexmo.client.voice.ncco.ConnectNcco
 
constructJTI() - Static method in class com.nexmo.client.auth.JWTAuthMethod
 
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.
constructToken(long, String) - Method in class com.nexmo.client.auth.JWTAuthMethod
 
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
 
ControlEndpoint - Class in com.nexmo.client.verify.endpoints
 
ControlEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.verify.endpoints.ControlEndpoint
 
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
 
ConversationNcco - Class in com.nexmo.client.voice.ncco
 
ConversationNcco(String) - Constructor for class com.nexmo.client.voice.ncco.ConversationNcco
 
country - Variable in class com.nexmo.client.insight.BaseInsightRequest
 
createApplication(CreateApplicationRequest) - Method in class com.nexmo.client.applications.ApplicationClient
Create a new Application.
CreateApplicationMethod - Class in com.nexmo.client.applications.endpoints
 
CreateApplicationMethod(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.CreateApplicationMethod
 
CreateApplicationRequest - Class in com.nexmo.client.applications
 
CreateApplicationRequest(String, String, String) - Constructor for class com.nexmo.client.applications.CreateApplicationRequest
 
CreateApplicationRequest(String, ApplicationType, String, String, String, String) - Constructor for class com.nexmo.client.applications.CreateApplicationRequest
 
createCall(Call) - Method in class com.nexmo.client.voice.VoiceClient
Begin a call to a phone number.
CreateCallMethod - Class in com.nexmo.client.voice.endpoints
 
CreateCallMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.CreateCallMethod
 
createHttpClient() - Method in class com.nexmo.client.HttpWrapper
 

D

decodePrivateKey(byte[]) - Method in class com.nexmo.client.auth.JWTAuthMethod
 
DEFAULT_COUNTRY - Static variable in class com.nexmo.client.insight.BaseInsightRequest
 
delete(String) - Method in class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
delete(String) - Method in class com.nexmo.client.voice.endpoints.StreamsEndpoint
 
delete(String) - Method in class com.nexmo.client.voice.endpoints.TalkEndpoint
 
deleteApplication(String) - Method in class com.nexmo.client.applications.ApplicationClient
Delete an application.
DeleteApplicationMethod - Class in com.nexmo.client.applications.endpoints
 
DeleteApplicationMethod(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.DeleteApplicationMethod
 
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.
DownloadRecordingEndpoint - Class in com.nexmo.client.voice.endpoints
 
DownloadRecordingEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.DownloadRecordingEndpoint
 
dtmf - Variable in class com.nexmo.client.voice.VoiceClient
 
DtmfEndpoint - Class in com.nexmo.client.voice.endpoints
 
DtmfEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.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

EmbeddedApplicationDetails - Class in com.nexmo.client.applications.endpoints
 
EmbeddedApplicationDetails() - Constructor for class com.nexmo.client.applications.endpoints.EmbeddedApplicationDetails
 
EmbeddedCalls - Class in com.nexmo.client.voice
 
EmbeddedCalls() - Constructor for class com.nexmo.client.voice.EmbeddedCalls
 
Endpoint - Interface in com.nexmo.client.voice
 
equals(Object) - Method in class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
equals(Object) - Method in class com.nexmo.client.insight.BaseInsightRequest
 
equals(Object) - Method in class com.nexmo.client.insight.standard.StandardInsightRequest
 
equals(Object) - Method in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
 
equals(Object) - Method in class com.nexmo.client.voice.PhoneEndpoint
 
execute() - Method in class com.nexmo.client.account.BalanceEndpoint
 
execute(RequestT) - Method in class com.nexmo.client.voice.endpoints.AbstractMethod
Execute the REST call represented by this method object.
execute(RequestT) - Method in interface com.nexmo.client.voice.endpoints.Method
 

F

fromJson(String) - Static method in class com.nexmo.client.account.BalanceResponse
 
fromJson(String) - Static method in class com.nexmo.client.applications.ApplicationDetails
 
fromJson(String) - Static method in class com.nexmo.client.applications.ListApplicationsResponse
 
fromJson(String) - Static method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
fromJson(String) - Static method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
fromJson(String) - Static method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
fromJson(String) - Static method in class com.nexmo.client.numbers.BuyNumberResponse
 
fromJson(String) - Static method in class com.nexmo.client.numbers.CancelNumberResponse
 
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.numbers.UpdateNumberResponse
 
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.verify.ControlResponse
 
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
 
fromString(String) - Static method in enum com.nexmo.client.insight.advanced.AdvancedInsightResponse.PortedStatus
 
fromString(String) - Static method in enum com.nexmo.client.insight.advanced.AdvancedInsightResponse.Reachability
 
fromString(String) - Static method in enum com.nexmo.client.insight.advanced.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.verify.VerifyControlCommand
 
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.
get(String) - Method in class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
get(ListApplicationsRequest) - Method in class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
get(CallsFilter) - Method in class com.nexmo.client.voice.endpoints.CallsEndpoint
List previous and ongoing calls which match the provided filter.
get(String) - Method in class com.nexmo.client.voice.endpoints.CallsEndpoint
Get details of a single call, identified by uuid.
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.account.BalanceEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.applications.endpoints.CreateApplicationMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.applications.endpoints.DeleteApplicationMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.applications.endpoints.GetApplicationEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.applications.endpoints.ListApplicationsEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.applications.endpoints.UpdateApplicationMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.insight.basic.BasicInsightEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.insight.standard.StandardInsightEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.numbers.BuyNumberEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.numbers.CancelNumberEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.numbers.ListNumbersEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.numbers.SearchNumbersEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.numbers.UpdateNumberEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SendMessageEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.sms.SmsSearchEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.sns.SnsEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.verify.endpoints.ControlEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.verify.endpoints.VerifyCheckMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.AbstractMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.CreateCallMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.DownloadRecordingEndpoint
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.ListCallsMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.ModifyCallMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.ReadCallMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.SendDtmfMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.StartStreamMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.StartTalkMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.StopStreamMethod
 
getAcceptableAuthMethods() - Method in class com.nexmo.client.voice.endpoints.StopTalkMethod
 
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.SearchResult
 
getAction() - Method in class com.nexmo.client.voice.CallModifier
 
getAction() - Method in class com.nexmo.client.voice.ModifyCallPayload
 
getAction() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getAction() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getAction() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
getAction() - Method in interface com.nexmo.client.voice.ncco.Ncco
 
getAction() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
getAction() - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
getAction() - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
getAdvancedNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
 
getAdvancedNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
 
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
 
getAnswerMethod() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getAnswerMethod() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getAnswerMethod() - Method in class com.nexmo.client.voice.Call
 
getAnswerUrl() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getAnswerUrl() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getAnswerUrl() - Method in class com.nexmo.client.voice.Call
 
getApplication(String) - Method in class com.nexmo.client.applications.ApplicationClient
Obtain the details of an existing application.
getApplicationClient() - Method in class com.nexmo.client.NexmoClient
 
getApplicationDetails() - Method in class com.nexmo.client.applications.endpoints.EmbeddedApplicationDetails
 
GetApplicationEndpoint - Class in com.nexmo.client.applications.endpoints
 
GetApplicationEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.GetApplicationEndpoint
 
getApplicationId() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
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.voice.endpoints.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.StreamNcco
 
getBargeIn() - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
getBaseUri() - Method in class com.nexmo.client.voice.endpoints.ReadCallMethod
 
getBasicNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
 
getBasicNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
 
getBeepStart() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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
 
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).
getCallerName() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getCallerName() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getCallerType() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getCallerType() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getCallInfos() - Method in class com.nexmo.client.voice.EmbeddedCalls
 
getChecks() - Method in class com.nexmo.client.verify.SearchResult
 
getClientReference() - Method in class com.nexmo.client.sms.messages.Message
 
getClientReference() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getCnam() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
getCnam() - Method in class com.nexmo.client.insight.standard.StandardInsightRequest
 
getCode() - Method in class com.nexmo.client.verify.CheckRequest
 
getCode() - Method in class com.nexmo.client.verify.SearchResult.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
 
getConcatPartNumber() - Method in class com.nexmo.client.sms.callback.messages.MO
 
getConcatReferenceNumber() - Method in class com.nexmo.client.sms.callback.messages.MO
 
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.WebSocketEndpoint
 
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
 
getCost() - Method in class com.nexmo.client.numbers.AvailableNumber
 
getCount() - Method in class com.nexmo.client.applications.ListApplicationsResponse
 
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
 
getCountry() - Method in class com.nexmo.client.insight.BaseInsightRequest
 
getCountry() - Method in class com.nexmo.client.insight.CarrierDetails
 
getCountry() - Method in class com.nexmo.client.numbers.AvailableNumber
 
getCountry() - Method in class com.nexmo.client.numbers.BuyNumberRequest
 
getCountry() - Method in class com.nexmo.client.numbers.CancelNumberRequest
 
getCountry() - Method in class com.nexmo.client.numbers.OwnedNumber
 
getCountry() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
 
getCountry() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
 
getCountry() - Method in class com.nexmo.client.verify.VerifyRequest
The country for the destination phone number.
getCountryCode() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getCountryCodeIso3() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getCountryName() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getCountryPrefix() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getCurrency() - Method in class com.nexmo.client.verify.CheckResult
 
getCurrency() - Method in class com.nexmo.client.verify.SearchResult
 
getCurrentCarrier() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getDate() - Method in class com.nexmo.client.verify.SearchResult.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.SearchResult
 
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.SearchResult
 
getDescription() - Method in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
 
getDestination() - Method in class com.nexmo.client.sms.callback.messages.MO
 
getDestination() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getDestination() - Method in class com.nexmo.client.voice.TransferCallPayload
 
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.voice.CallEvent
 
getDirection() - Method in class com.nexmo.client.voice.CallInfo
 
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.applications.ListApplicationsResponse
 
getEmbedded() - Method in class com.nexmo.client.voice.CallInfoPage
 
getEndOnExit() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getEndOnKey() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
getEndOnSilence() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
getEndpoint() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getEndpointType() - Method in class com.nexmo.client.applications.WebHook
 
getEndpointUrl() - Method in class com.nexmo.client.applications.WebHook
 
getEndTime() - Method in class com.nexmo.client.voice.CallInfo
 
getErrorCode() - Method in class com.nexmo.client.numbers.BuyNumberResponse
 
getErrorCode() - Method in class com.nexmo.client.numbers.CancelNumberResponse
 
getErrorCode() - Method in class com.nexmo.client.numbers.UpdateNumberResponse
 
getErrorCode() - Method in class com.nexmo.client.sms.RejectedMessage
 
getErrorCodeLabel() - Method in class com.nexmo.client.numbers.BuyNumberResponse
 
getErrorCodeLabel() - Method in class com.nexmo.client.numbers.CancelNumberResponse
 
getErrorCodeLabel() - Method in class com.nexmo.client.numbers.UpdateNumberResponse
 
getErrorCodeLabel() - Method in class com.nexmo.client.sms.RejectedMessage
 
getErrorText() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getErrorText() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getErrorText() - Method in class com.nexmo.client.verify.BaseResult
 
getErrorText() - Method in class com.nexmo.client.verify.ControlResponse
 
getErrorText() - Method in exception com.nexmo.client.verify.VerifyException
 
getEventId() - Method in class com.nexmo.client.verify.CheckResult
 
getEventMethod() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getEventMethod() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getEventMethod() - Method in class com.nexmo.client.voice.Call
 
getEventMethod() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getEventMethod() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getEventMethod() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
getEventMethod() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
getEventUrl() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getEventUrl() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getEventUrl() - Method in class com.nexmo.client.voice.Call
 
getEventUrl() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getEventUrl() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getEventUrl() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
getEventUrl() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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.SearchResult
 
getFirstName() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getFirstName() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getFormat() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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.ConnectNcco
 
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
 
getHttpMethod() - Method in class com.nexmo.client.applications.WebHook
 
getId() - Method in class com.nexmo.client.applications.ApplicationDetails
 
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
 
getInstance() - Static method in class com.nexmo.client.voice.ncco.NccoSerializer
 
getInternationalFormatNumber() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getIpAddress() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightRequest
 
getIpAddress() - Method in class com.nexmo.client.verify.CheckRequest
 
getIpAddress() - Method in class com.nexmo.client.verify.SearchResult.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.applications.ApplicationDetails
 
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.SearchResult
 
getLastName() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getLastName() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getLatency() - Method in class com.nexmo.client.sms.SmsDetails
 
getLength() - Method in class com.nexmo.client.verify.VerifyRequest
 
getLengthTimer() - Method in class com.nexmo.client.voice.Call
 
getLevel() - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
getLimit() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getLinks() - Method in class com.nexmo.client.voice.CallInfoPage
 
getLocale() - Method in class com.nexmo.client.verify.VerifyRequest
 
getLookupOutcome() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getLookupOutcomeMessage() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getLoop() - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
getLoop() - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
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.ConnectNcco
 
getMaxDigits() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
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
 
getMessageId() - Method in class com.nexmo.client.sms.callback.messages.MO
 
getMessageId() - Method in class com.nexmo.client.sms.SmsDetails
 
getMessageId() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getMessagePrice() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getMessageType() - Method in class com.nexmo.client.sms.callback.messages.MO
 
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.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.ConversationNcco
 
getName() - Method in class com.nexmo.client.applications.ApplicationDetails
 
getName() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getName() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getName() - Method in class com.nexmo.client.insight.CarrierDetails
 
getName() - Method in enum com.nexmo.client.verify.SearchResult.VerificationStatus
 
getName() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getNationalFormatNumber() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getNetwork() - Method in class com.nexmo.client.sms.SmsDetails
 
getNetwork() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
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
 
getNetworkType() - Method in class com.nexmo.client.insight.CarrierDetails
 
getNext() - Method in class com.nexmo.client.voice.PageLinks
 
getNextEventWait() - Method in class com.nexmo.client.verify.VerifyRequest
Get the wait time between attempts to deliver the PIN.
getNumber() - Method in class com.nexmo.client.insight.BaseInsightRequest
 
getNumber() - Method in class com.nexmo.client.verify.SearchResult
 
getNumber() - Method in class com.nexmo.client.verify.VerifyRequest
 
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
 
getOrder() - Method in class com.nexmo.client.voice.CallsFilter
 
getOriginalCarrier() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getPageIndex() - Method in class com.nexmo.client.applications.ListApplicationsRequest
 
getPageIndex() - Method in class com.nexmo.client.applications.ListApplicationsResponse
 
getPageSize() - Method in class com.nexmo.client.applications.ListApplicationsRequest
 
getPageSize() - Method in class com.nexmo.client.applications.ListApplicationsResponse
 
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
 
getPinExpiry() - Method in class com.nexmo.client.verify.VerifyRequest
Get the PIN validity time from generation, in seconds, or null if this has not been set.
getPorted() - Method in class com.nexmo.client.insight.advanced.AdvancedInsightResponse
 
getPrev() - Method in class com.nexmo.client.voice.PageLinks
 
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.CheckResult
 
getPrice() - Method in class com.nexmo.client.verify.SearchResult
 
getPrice() - Method in class com.nexmo.client.voice.CallInfo
 
getPrivateKey() - Method in class com.nexmo.client.applications.ApplicationKeys
 
getProtocolId() - Method in class com.nexmo.client.sms.messages.BinaryMessage
 
getPublicKey() - Method in class com.nexmo.client.applications.ApplicationKeys
 
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.advanced.AdvancedInsightResponse
 
getRecord() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getRecordIndex() - Method in class com.nexmo.client.voice.CallInfoPage
 
getRecordIndex() - Method in class com.nexmo.client.voice.CallsFilter
 
getRemainingBalance() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
getRemainingBalance() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getRequestId() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getRequestId() - Method in class com.nexmo.client.verify.CheckRequest
 
getRequestId() - Method in class com.nexmo.client.verify.ControlRequest
 
getRequestId() - Method in class com.nexmo.client.verify.SearchResult
 
getRequestId() - Method in class com.nexmo.client.verify.VerifyResult
 
getRequestIds() - Method in class com.nexmo.client.verify.SearchRequest
 
getRequestPrice() - Method in class com.nexmo.client.insight.standard.StandardInsightResponse
 
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.advanced.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
 
getSearchPattern() - Method in class com.nexmo.client.numbers.ListNumbersFilter
 
getSearchPattern() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
 
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.SearchResult
 
getSessionId() - Method in class com.nexmo.client.sms.callback.messages.MO
 
getSize() - Method in class com.nexmo.client.numbers.ListNumbersFilter
 
getSize() - Method in class com.nexmo.client.numbers.SearchNumbersFilter
 
getSmsClient() - Method in class com.nexmo.client.NexmoClient
 
getSmsSubmissionReachabilityStatus() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
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
 
getStandardNumberInsight(String) - Method in class com.nexmo.client.insight.InsightClient
 
getStandardNumberInsight(String, String) - Method in class com.nexmo.client.insight.InsightClient
 
getStandardNumberInsight(String, String, boolean) - Method in class com.nexmo.client.insight.InsightClient
 
getStartOnEnter() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
getStartTime() - Method in class com.nexmo.client.voice.CallInfo
 
getStatus() - Method in class com.nexmo.client.insight.basic.BasicInsightResponse
 
getStatus() - Method in class com.nexmo.client.insight.RoamingDetails
 
getStatus() - Method in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
 
getStatus() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getStatus() - Method in class com.nexmo.client.verify.BaseResult
 
getStatus() - Method in class com.nexmo.client.verify.ControlResponse
 
getStatus() - Method in class com.nexmo.client.verify.SearchResult.VerifyCheck
 
getStatus() - Method in exception com.nexmo.client.verify.VerifyException
 
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.basic.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.StreamNcco
 
getStreamUrl() - Method in class com.nexmo.client.voice.StreamPayload
 
getSubmitOnHash() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
getSubscriberArn() - Method in class com.nexmo.client.sns.response.SnsSubscribeResponse
 
getTemporaryError() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
getText() - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
getText() - Method in class com.nexmo.client.voice.TalkPayload
 
getTimeout() - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
getTimeOut() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
getTimeout() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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.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.voice.Call
 
getTo() - Method in class com.nexmo.client.voice.CallInfo
 
getTransactionId() - Method in class com.nexmo.client.sns.response.SnsPublishResponse
 
getType() - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
getType() - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
getType() - Method in class com.nexmo.client.numbers.AvailableNumber
 
getType() - Method in class com.nexmo.client.numbers.OwnedNumber
 
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.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.sms.messages.BinaryMessage
 
getUri() - Method in class com.nexmo.client.voice.endpoints.ListCallsMethod
 
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.sms.messages.WapPushMessage
 
getUrls() - Method in class com.nexmo.client.voice.TransferDestination
 
getUserDataHeader() - Method in class com.nexmo.client.sms.callback.messages.MO
 
getUuid() - Method in class com.nexmo.client.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.advanced.AdvancedInsightResponse
 
getValue() - Method in class com.nexmo.client.account.BalanceResponse
 
getValue() - Method in enum com.nexmo.client.numbers.SearchPattern
 
getValue() - Method in class com.nexmo.client.voice.servlet.NccoResponseBuilder
 
getVerificationStatus() - Method in class com.nexmo.client.verify.SearchResult
 
getVerifyClient() - Method in class com.nexmo.client.NexmoClient
 
getVoiceApplicationDetails() - Method in class com.nexmo.client.applications.ApplicationDetails
 
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.TalkNcco
 
getVoiceName() - Method in class com.nexmo.client.voice.TalkPayload
 
getVoiceStatusCallback() - Method in class com.nexmo.client.numbers.UpdateNumberRequest
 
getWebHooks() - Method in class com.nexmo.client.applications.VoiceApplicationDetails
 

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
 
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.
httpWrapper - Variable in class com.nexmo.client.AbstractClient
 
HttpWrapper - Class in com.nexmo.client
Internal class that holds available authentication methods and a shared HttpClient.
HttpWrapper(AuthCollection) - Constructor for class com.nexmo.client.HttpWrapper
 
HttpWrapper(AuthMethod...) - Constructor for class com.nexmo.client.HttpWrapper
 

I

InputNcco - Class in com.nexmo.client.voice.ncco
 
InputNcco() - Constructor for class com.nexmo.client.voice.ncco.InputNcco
 
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.
intValue(Node) - Static method in class com.nexmo.client.legacyutils.XmlUtil
 
isAutoReload() - Method in class com.nexmo.client.account.BalanceResponse
 
isConcat() - Method in class com.nexmo.client.sms.callback.messages.MO
 
isTemporaryError() - Method in class com.nexmo.client.verify.BaseResult
 
isUnicode() - Method in class com.nexmo.client.sms.messages.TextMessage
 
iterator() - Method in class com.nexmo.client.applications.ListApplicationsResponse
 
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
 

L

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.
listApplications(ListApplicationsRequest) - Method in class com.nexmo.client.applications.ApplicationClient
List the applications associated with the authenticated account.
ListApplicationsEndpoint - Class in com.nexmo.client.applications.endpoints
 
ListApplicationsEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.ListApplicationsEndpoint
 
ListApplicationsRequest - Class in com.nexmo.client.applications
 
ListApplicationsRequest() - Constructor for class com.nexmo.client.applications.ListApplicationsRequest
 
ListApplicationsResponse - Class in com.nexmo.client.applications
 
ListApplicationsResponse() - Constructor for class com.nexmo.client.applications.ListApplicationsResponse
 
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).
ListCallsMethod - Class in com.nexmo.client.voice.endpoints
 
ListCallsMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.ListCallsMethod
 
listNumbers(ListNumbersFilter) - Method in class com.nexmo.client.numbers.ListNumbersEndpoint
 
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.
ListNumbersEndpoint - Class in com.nexmo.client.numbers
 
ListNumbersEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.numbers.ListNumbersEndpoint
 
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
 

M

MachineDetection - Enum in com.nexmo.client.voice
 
makeRequest(Void) - Method in class com.nexmo.client.account.BalanceEndpoint
 
makeRequest(CreateApplicationRequest) - Method in class com.nexmo.client.applications.endpoints.CreateApplicationMethod
 
makeRequest(String) - Method in class com.nexmo.client.applications.endpoints.DeleteApplicationMethod
 
makeRequest(String) - Method in class com.nexmo.client.applications.endpoints.GetApplicationEndpoint
 
makeRequest(ListApplicationsRequest) - Method in class com.nexmo.client.applications.endpoints.ListApplicationsEndpoint
 
makeRequest(UpdateApplicationRequest) - Method in class com.nexmo.client.applications.endpoints.UpdateApplicationMethod
 
makeRequest(AdvancedInsightRequest) - Method in class com.nexmo.client.insight.advanced.AdvancedInsightEndpoint
 
makeRequest(BasicInsightRequest) - Method in class com.nexmo.client.insight.basic.BasicInsightEndpoint
 
makeRequest(StandardInsightRequest) - Method in class com.nexmo.client.insight.standard.StandardInsightEndpoint
 
makeRequest(BuyNumberRequest) - Method in class com.nexmo.client.numbers.BuyNumberEndpoint
 
makeRequest(CancelNumberRequest) - Method in class com.nexmo.client.numbers.CancelNumberEndpoint
 
makeRequest(ListNumbersFilter) - Method in class com.nexmo.client.numbers.ListNumbersEndpoint
 
makeRequest(SearchNumbersFilter) - Method in class com.nexmo.client.numbers.SearchNumbersEndpoint
 
makeRequest(UpdateNumberRequest) - Method in class com.nexmo.client.numbers.UpdateNumberEndpoint
 
makeRequest(SearchRejectedMessagesRequest) - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
 
makeRequest(Message) - Method in class com.nexmo.client.sms.SendMessageEndpoint
 
makeRequest(SearchSmsRequest) - Method in class com.nexmo.client.sms.SmsSearchEndpoint
 
makeRequest(SnsRequest) - Method in class com.nexmo.client.sns.SnsEndpoint
 
makeRequest(ControlRequest) - Method in class com.nexmo.client.verify.endpoints.ControlEndpoint
 
makeRequest(SearchRequest) - Method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
makeRequest(CheckRequest) - Method in class com.nexmo.client.verify.endpoints.VerifyCheckMethod
 
makeRequest(VerifyRequest) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
makeRequest(RequestT) - Method in class com.nexmo.client.voice.endpoints.AbstractMethod
Construct and return a RequestBuilder instance from the provided request.
makeRequest(Call) - Method in class com.nexmo.client.voice.endpoints.CreateCallMethod
 
makeRequest(String) - Method in class com.nexmo.client.voice.endpoints.DownloadRecordingEndpoint
 
makeRequest(CallsFilter) - Method in class com.nexmo.client.voice.endpoints.ListCallsMethod
 
makeRequest(CallModifier) - Method in class com.nexmo.client.voice.endpoints.ModifyCallMethod
 
makeRequest(String) - Method in class com.nexmo.client.voice.endpoints.ReadCallMethod
 
makeRequest(DtmfRequest) - Method in class com.nexmo.client.voice.endpoints.SendDtmfMethod
 
makeRequest(StreamRequest) - Method in class com.nexmo.client.voice.endpoints.StartStreamMethod
 
makeRequest(TalkRequest) - Method in class com.nexmo.client.voice.endpoints.StartTalkMethod
 
makeRequest(String) - Method in class com.nexmo.client.voice.endpoints.StopStreamMethod
 
makeRequest(String) - Method in class com.nexmo.client.voice.endpoints.StopTalkMethod
 
MAX_ALLOWABLE_TIME_DELTA - Static variable in class com.nexmo.client.auth.RequestSigning
 
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
 
Method<RequestT,ResultT> - Interface in com.nexmo.client.voice.endpoints
 
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
 
ModifyCallMethod - Class in com.nexmo.client.voice.endpoints
 
ModifyCallMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.ModifyCallMethod
 
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
 

N

Ncco - Interface in com.nexmo.client.voice.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
 
NccoSerializer - Class in com.nexmo.client.voice.ncco
 
NccoSerializer() - Constructor for class com.nexmo.client.voice.ncco.NccoSerializer
 
NccoSerializer(ObjectMapper) - Constructor for class com.nexmo.client.voice.ncco.NccoSerializer
 
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(AuthMethod...) - Constructor for class com.nexmo.client.NexmoClient
 
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
 
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
 
number - Variable in class com.nexmo.client.insight.BaseInsightRequest
 
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

OwnedNumber - Class in com.nexmo.client.numbers
 
OwnedNumber() - Constructor for class com.nexmo.client.numbers.OwnedNumber
 

P

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
 
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
 
parseCheckXmlNode(Element) - Static method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.account.BalanceEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.applications.endpoints.CreateApplicationMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.applications.endpoints.DeleteApplicationMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.applications.endpoints.GetApplicationEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.applications.endpoints.ListApplicationsEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.applications.endpoints.UpdateApplicationMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.insight.advanced.AdvancedInsightEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.insight.basic.BasicInsightEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.insight.standard.StandardInsightEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.numbers.BuyNumberEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.numbers.CancelNumberEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.numbers.ListNumbersEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.numbers.SearchNumbersEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.numbers.UpdateNumberEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SearchRejectedMessagesEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SendMessageEndpoint
 
parseResponse(String) - Method in class com.nexmo.client.sms.SendMessageEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.sms.SmsSearchEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.sns.SnsEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.verify.endpoints.ControlEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.verify.endpoints.VerifyCheckMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.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.voice.endpoints.CreateCallMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.DownloadRecordingEndpoint
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.ListCallsMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.ModifyCallMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.ReadCallMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.SendDtmfMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.StartStreamMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.StartTalkMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.StopStreamMethod
 
parseResponse(HttpResponse) - Method in class com.nexmo.client.voice.endpoints.StopTalkMethod
 
parseSearchResponse(String) - Method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
parseSubmitResponse(String) - Method in class com.nexmo.client.sns.SnsEndpoint
 
parseVerifyRequestXmlNode(Element) - Static method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
parseVerifyResponse(String) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
parseVerifyResponseXmlNode(Element) - Static method in class com.nexmo.client.verify.endpoints.SharedParsers
 
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
 
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
 
post(CreateApplicationRequest) - Method in class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
post(Call) - Method in class com.nexmo.client.voice.endpoints.CallsEndpoint
Start a call configured by the provided Call object.
publish(SnsPublishRequest) - Method in class com.nexmo.client.sns.SnsClient
 
put(UpdateApplicationRequest) - Method in class com.nexmo.client.applications.endpoints.ApplicationsEndpoint
 
put(CallModifier) - Method in class com.nexmo.client.voice.endpoints.CallsEndpoint
Modify an ongoing call.
put(String, String) - Method in class com.nexmo.client.voice.endpoints.DtmfEndpoint
 
put(StreamRequest) - Method in class com.nexmo.client.voice.endpoints.StreamsEndpoint
 
put(TalkRequest) - Method in class com.nexmo.client.voice.endpoints.TalkEndpoint
 

R

REACHABILITY_STATUS_ABSENT - Static variable in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
The destination of this message is temporarily unavailable (eg, switched off)
REACHABILITY_STATUS_BAD_NUMBER - Static variable in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
The destination of this message is not a valid destination and thus could not be delivered to
REACHABILITY_STATUS_REACHABLE - Static variable in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
The destination of this message is reachable
REACHABILITY_STATUS_UNDELIVERABLE - Static variable in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
The destination of this message can not be reached and thus can not be delivered to
REACHABILITY_STATUS_UNKNOWN - Static variable in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
The reachability status of this messages destination could not be determined
ReadCallMethod - Class in com.nexmo.client.voice.endpoints
 
ReadCallMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.ReadCallMethod
 
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
 
RecordNcco - Class in com.nexmo.client.voice.ncco
 
RecordNcco() - Constructor for class com.nexmo.client.voice.ncco.RecordNcco
 
RejectedMessage - Class in com.nexmo.client.sms
 
RejectedMessage() - Constructor for class com.nexmo.client.sms.RejectedMessage
 
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
 
RoamingDetails - Class in com.nexmo.client.insight
 
RoamingDetails() - Constructor for class com.nexmo.client.insight.RoamingDetails
 
RoamingDetails.RoamingStatus - Enum in com.nexmo.client.insight
 

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.endpoints.SearchEndpoint
 
search(String...) - Method in class com.nexmo.client.verify.endpoints.SearchEndpoint
 
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.
SearchEndpoint - Class in com.nexmo.client.verify.endpoints
 
SearchEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.verify.endpoints.SearchEndpoint
Create a new SearchEndpoint.
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.
searchNumbers(SearchNumbersFilter) - Method in class com.nexmo.client.numbers.SearchNumbersEndpoint
 
SearchNumbersEndpoint - Class in com.nexmo.client.numbers
Internal class, representing the Nexmo API endpoint which can be used to search for available virtual numbers to buy.
SearchNumbersEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.numbers.SearchNumbersEndpoint
 
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
 
SearchResult - Class in com.nexmo.client.verify
Verification search result.
SearchResult(int, String, String, SearchResult.VerificationStatus, String, float, String, String, Date, Date, Date, Date, List<SearchResult.VerifyCheck>, String, boolean) - Constructor for class com.nexmo.client.verify.SearchResult
 
SearchResult.VerificationStatus - Enum in com.nexmo.client.verify
 
SearchResult.VerifyCheck - Class in com.nexmo.client.verify
Used to define a verify check attempt.
SearchResult.VerifyCheck.Status - Enum in com.nexmo.client.verify
 
SearchSmsRequest - Interface in com.nexmo.client.sms
 
SearchSmsResponse - Class in com.nexmo.client.sms
 
SearchSmsResponse() - Constructor for class com.nexmo.client.sms.SearchSmsResponse
 
sendDtmf(String, String) - Method in class com.nexmo.client.voice.VoiceClient
Send DTMF codes to an ongoing call.
SendDtmfMethod - Class in com.nexmo.client.voice.endpoints
 
SendDtmfMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.SendDtmfMethod
 
SendMessageEndpoint - Class in com.nexmo.client.sms
 
SendMessageEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.sms.SendMessageEndpoint
 
serializeNcco(Ncco) - Method in class com.nexmo.client.voice.ncco.NccoSerializer
 
setAction(ModifyCallAction) - Method in class com.nexmo.client.voice.ModifyCallPayload
 
setAnswerMethod(String) - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
setAnswerMethod(String) - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
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
 
setBargeIn(Boolean) - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
setBargeIn(Boolean) - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
setBaseUri(String) - Method in class com.nexmo.client.voice.endpoints.ReadCallMethod
 
setBeepStart(Boolean) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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
 
setConversationUuid(String) - Method in class com.nexmo.client.voice.CallsFilter
 
setCost(String) - Method in class com.nexmo.client.numbers.AvailableNumber
 
setCountry(String) - Method in class com.nexmo.client.numbers.AvailableNumber
 
setCountry(String) - Method in class com.nexmo.client.numbers.OwnedNumber
 
setCountry(String) - Method in class com.nexmo.client.verify.VerifyRequest
The country for the destination phone number.
setDateEnd(Date) - Method in class com.nexmo.client.voice.CallsFilter
 
setDateStart(Date) - Method in class com.nexmo.client.voice.CallsFilter
 
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
 
setEndOnExit(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setEndOnKey(Character) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setEndOnSilence(Integer) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setEndpoint(PhoneEndpoint) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setEndpoint(PhoneEndpoint[]) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setEndTime(Date) - Method in class com.nexmo.client.voice.CallInfo
 
setEventMethod(String) - Method in class com.nexmo.client.applications.CreateApplicationRequest
 
setEventMethod(String) - Method in class com.nexmo.client.applications.UpdateApplicationRequest
 
setEventMethod(String) - Method in class com.nexmo.client.voice.Call
 
setEventMethod(String) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setEventMethod(String) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setEventMethod(String) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setEventMethod(String) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setEventUrl(String) - Method in class com.nexmo.client.voice.Call
 
setEventUrl(String) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setEventUrl(String[]) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setEventUrl(String) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setEventUrl(String[]) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setEventUrl(String) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setEventUrl(String[]) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setEventUrl(String) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setEventUrl(String[]) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
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
 
setFormat(RecordingFormat) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setFrom(String) - Method in class com.nexmo.client.verify.VerifyRequest
 
setFrom(Endpoint) - Method in class com.nexmo.client.voice.Call
 
setFrom(Endpoint) - Method in class com.nexmo.client.voice.CallInfo
 
setFrom(String) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setHeaders(List<NameValuePair>) - Method in class com.nexmo.client.voice.WebSocketEndpoint
 
setHttpClient(HttpClient) - Method in class com.nexmo.client.HttpWrapper
 
setHttpClient(HttpClient) - Method in class com.nexmo.client.NexmoClient
Provide an HttpClient that will be used to make requests to the Nexmo API.
setHttpClient(HttpClient) - Method in class com.nexmo.client.voice.endpoints.AbstractMethod
 
setIndex(Integer) - Method in class com.nexmo.client.numbers.ListNumbersFilter
 
setIndex(Integer) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
 
setLength(int) - Method in class com.nexmo.client.verify.VerifyRequest
 
setLengthTimer(Integer) - Method in class com.nexmo.client.voice.Call
 
setLevel(Float) - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
setLimit(Integer) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setLocale(Locale) - Method in class com.nexmo.client.verify.VerifyRequest
 
setLoop(Integer) - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
setLoop(Integer) - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
setMachineDetection(MachineDetection) - Method in class com.nexmo.client.voice.Call
 
setMachineDetection(MachineDetection) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setMaxDigits(Integer) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setMessageClass(Message.MessageClass) - Method in class com.nexmo.client.sms.messages.Message
 
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
 
setMusicOnHoldUrl(String) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setName(String) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setNetwork(String) - Method in class com.nexmo.client.voice.CallInfo
 
setNetworkCode(String) - Method in class com.nexmo.client.sms.callback.messages.MO
 
setNextEventWait(Integer) - Method in class com.nexmo.client.verify.VerifyRequest
Set the wait time between attempts to deliver the PIN.
setNumber(String) - Method in class com.nexmo.client.voice.PhoneEndpoint
 
setOrder(String) - Method in class com.nexmo.client.voice.CallsFilter
 
setPageIndex(Integer) - Method in class com.nexmo.client.applications.ListApplicationsRequest
 
setPageSize(Integer) - Method in class com.nexmo.client.applications.ListApplicationsRequest
 
setPageSize(Integer) - Method in class com.nexmo.client.voice.CallsFilter
 
setPattern(String) - Method in class com.nexmo.client.numbers.ListNumbersFilter
 
setPattern(String) - Method in class com.nexmo.client.numbers.SearchNumbersFilter
 
setPinExpiry(Integer) - Method in class com.nexmo.client.verify.VerifyRequest
Set the PIN validity time from generation, in seconds.
setPrice(String) - Method in class com.nexmo.client.voice.CallInfo
 
setProtocolId(int) - Method in class com.nexmo.client.sms.messages.BinaryMessage
 
setRate(String) - Method in class com.nexmo.client.voice.CallInfo
 
setRecord(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
setRecordIndex(Integer) - Method in class com.nexmo.client.voice.CallsFilter
 
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.
setStartOnEnter(Boolean) - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
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
 
setStatus(CallStatus) - Method in class com.nexmo.client.voice.CallsFilter
 
setStatusReportRequired(boolean) - Method in class com.nexmo.client.sms.messages.Message
Set the value of the 'status-report-req' parameter.
setStreamUrl(String) - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
setSubmitOnHash(Boolean) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setText(String) - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
setTextData(String, String) - Method in class com.nexmo.client.sms.callback.messages.MO
 
setTimeout(Integer) - Method in class com.nexmo.client.voice.ncco.ConnectNcco
 
setTimeOut(Integer) - Method in class com.nexmo.client.voice.ncco.InputNcco
 
setTimeout(Integer) - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
setTimeToLive(Long) - Method in class com.nexmo.client.sms.messages.Message
 
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(VerifyRequest.LineType) - Method in class com.nexmo.client.verify.VerifyRequest
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.CreateCallMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.ListCallsMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.ModifyCallMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.SendDtmfMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.StartStreamMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.StartTalkMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.StopStreamMethod
 
setUri(String) - Method in class com.nexmo.client.voice.endpoints.StopTalkMethod
 
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
 
setVoiceName(String) - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
setVoiceStatusCallback(String) - Method in class com.nexmo.client.numbers.UpdateNumberRequest
 
SharedParsers - Class in com.nexmo.client.verify.endpoints
 
SharedParsers() - Constructor for class com.nexmo.client.verify.endpoints.SharedParsers
 
SignatureAuthMethod - Class in com.nexmo.client.auth
 
SignatureAuthMethod(String, String) - Constructor for class com.nexmo.client.auth.SignatureAuthMethod
 
SipEndpoint - Class in com.nexmo.client.voice
 
SipEndpoint(String) - Constructor for class com.nexmo.client.voice.SipEndpoint
 
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
 
SmsSubmissionReachabilityStatus - Class in com.nexmo.client.sms
Represents the result of the reachability check that was performed.
SmsSubmissionReachabilityStatus(int, String) - Constructor for class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
 
SmsSubmissionResult - Class in com.nexmo.client.sms
Represents the result of the submission of a single sms message, or a single part of a long / multi-part message
SmsSubmissionResult(int, String, String, String, String, BigDecimal, BigDecimal, boolean, SmsSubmissionReachabilityStatus, String) - Constructor for class com.nexmo.client.sms.SmsSubmissionResult
 
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.
SnsEndpoint - Class in com.nexmo.client.sns
 
SnsEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.sns.SnsEndpoint
 
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.JWTAuthMethod
 
SORT_KEY - Variable in class com.nexmo.client.auth.SignatureAuthMethod
 
SORT_KEY - Variable in class com.nexmo.client.auth.TokenAuthMethod
 
standard - Variable in class com.nexmo.client.insight.InsightClient
 
StandardInsightEndpoint - Class in com.nexmo.client.insight.standard
 
StandardInsightEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.insight.standard.StandardInsightEndpoint
 
StandardInsightRequest - Class in com.nexmo.client.insight.standard
 
StandardInsightRequest(String) - Constructor for class com.nexmo.client.insight.standard.StandardInsightRequest
 
StandardInsightRequest(String, String) - Constructor for class com.nexmo.client.insight.standard.StandardInsightRequest
 
StandardInsightRequest(String, String, Boolean) - Constructor for class com.nexmo.client.insight.standard.StandardInsightRequest
 
StandardInsightResponse - Class in com.nexmo.client.insight.standard
 
StandardInsightResponse() - Constructor for class com.nexmo.client.insight.standard.StandardInsightResponse
 
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.
StartStreamMethod - Class in com.nexmo.client.voice.endpoints
 
StartStreamMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.StartStreamMethod
 
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.
StartTalkMethod - Class in com.nexmo.client.voice.endpoints
 
StartTalkMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.StartTalkMethod
 
STATUS_ACCOUNT_NOT_HTTP - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected because your account is not provisioned for submitting via the REST interface.
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.sms.SmsSubmissionResult
Message was not submitted because there was a communications failure.
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_FACILITY_NOT_ALLOWED - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Your request makes use of a facility that is not enabled on your account
STATUS_INTERNAL_ERROR - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected due to a failure within the Nexmo systems.
Message can be re-submitted after a short delay
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.sms.SmsSubmissionResult
Message was rejected due to receiving invalid account api key and/or secret
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_FROM_ADDRESS - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
The 'from' address specified in the message submission was not permitted
STATUS_INVALID_MESSAFE_CLASS - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
The message class value supplied was out of range (0 - 3)
STATUS_INVALID_MESSAGE - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected because the Nexmo service was unable to handle this request.
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.sms.SmsSubmissionResult
Message was rejected due to an illegal value in one or more elements of the submission request
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_INVALID_SIGNATURE - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was not submitted due to a verification failure in the submitted signature
STATUS_INVALID_TTL - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
invalid TTL -- The ttl parameter values, or combination of parameters is invalid
STATUS_MESSAGE_TOO_LONG - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected because it exceeds the allowable maximum length (140 octets for a binary message, or 3200 chars for a text message)
STATUS_MISSING_PARAMS - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected due to incomplete data in the submission 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.sms.SmsSubmissionResult
Message was rejected because the phone number you tried to submit to has been blacklisted.
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_NUMBER_UNREACHABKE - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
This destination cannot be delivered to at this time (if reachable=true is specified)
STATUS_OK - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was successfully submitted to the Nexmo service
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.sms.SmsSubmissionResult
Message was rejected because your account has been barred, or has not yet been activated
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.sms.SmsSubmissionResult
Message 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_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.sms.SmsSubmissionResult
Message was rejected due to exceeding the maximum throughput allowed for this account.
Message can be re-submitted after a short delay
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_BINDS - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
Message was rejected because already have the maximum number of concurrent connections allowed for your account.
STATUS_TOO_MANY_DESTINATIONS - Static variable in class com.nexmo.client.sms.SmsSubmissionResult
There are more than the maximum allowed number of destinations in this request
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.
StopStreamMethod - Class in com.nexmo.client.voice.endpoints
 
StopStreamMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.StopStreamMethod
 
stopTalk(String) - Method in class com.nexmo.client.voice.VoiceClient
Stop the message being spoken into a call.
StopTalkMethod - Class in com.nexmo.client.voice.endpoints
 
StopTalkMethod(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.StopTalkMethod
 
StreamNcco - Class in com.nexmo.client.voice.ncco
 
StreamNcco(String) - Constructor for class com.nexmo.client.voice.ncco.StreamNcco
 
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
 
StreamsEndpoint - Class in com.nexmo.client.voice.endpoints
 
StreamsEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.StreamsEndpoint
 
stringValue(Node) - Static method in class com.nexmo.client.legacyutils.XmlUtil
 
submitMessage(Message) - Method in class com.nexmo.client.sms.SmsClient
Send an SMS message.
subscribe(SnsSubscribeRequest) - Method in class com.nexmo.client.sns.SnsClient
 

T

talk - Variable in class com.nexmo.client.voice.VoiceClient
 
TalkEndpoint - Class in com.nexmo.client.voice.endpoints
 
TalkEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.voice.endpoints.TalkEndpoint
 
TalkNcco - Class in com.nexmo.client.voice.ncco
 
TalkNcco(String) - Constructor for class com.nexmo.client.voice.ncco.TalkNcco
 
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
 
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
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.ConnectNcco
 
toJson() - Method in class com.nexmo.client.voice.ncco.ConversationNcco
 
toJson() - Method in class com.nexmo.client.voice.ncco.InputNcco
 
toJson() - Method in interface com.nexmo.client.voice.ncco.Ncco
 
toJson() - Method in class com.nexmo.client.voice.ncco.RecordNcco
 
toJson() - Method in class com.nexmo.client.voice.ncco.StreamNcco
 
toJson() - Method in class com.nexmo.client.voice.ncco.TalkNcco
 
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
 
toString() - Method in enum com.nexmo.client.applications.ApplicationType
 
toString() - Method in enum com.nexmo.client.sms.messages.Message.MessageType
 
toString() - Method in class com.nexmo.client.sms.SmsSubmissionReachabilityStatus
 
toString() - Method in class com.nexmo.client.sms.SmsSubmissionResult
 
toString() - Method in class com.nexmo.client.verify.SearchResult
 
toString() - Method in enum com.nexmo.client.verify.SearchResult.VerificationStatus
 
toString() - Method in class com.nexmo.client.verify.SearchResult.VerifyCheck
 
toString() - Method in enum com.nexmo.client.verify.VerifyControlCommand
 
toString() - Method in enum com.nexmo.client.voice.CallDirection
 
toString() - Method in class com.nexmo.client.voice.CallInfo
 
toString() - Method in enum com.nexmo.client.voice.CallStatus
 
toString() - Method in enum com.nexmo.client.voice.MachineDetection
 
toString() - Method in enum com.nexmo.client.voice.ModifyCallAction
 
toString() - Method in enum com.nexmo.client.voice.ncco.RecordingFormat
 
toString() - Method in enum com.nexmo.client.voice.VoiceName
 
toUrlParams() - Method in class com.nexmo.client.voice.CallsFilter
 
transferCall(String, String) - Static method in class com.nexmo.client.voice.CallModifier
 
transferCall(String, String) - Method in class com.nexmo.client.voice.VoiceClient
Transfer a call to a different NCCO endpoint.
TransferCallPayload - Class in com.nexmo.client.voice
Extension of ModifyCallPayload which adds an NCCO destination to the serialized form.
TransferCallPayload(String) - Constructor for class com.nexmo.client.voice.TransferCallPayload
 
TransferDestination - Class in com.nexmo.client.voice
 
TransferDestination(TransferDestination.Type, String) - Constructor for class com.nexmo.client.voice.TransferDestination
 

U

updateApplication(UpdateApplicationRequest) - Method in class com.nexmo.client.applications.ApplicationClient
Update an existing application with the provided details.
UpdateApplicationMethod - Class in com.nexmo.client.applications.endpoints
 
UpdateApplicationMethod(HttpWrapper) - Constructor for class com.nexmo.client.applications.endpoints.UpdateApplicationMethod
 
UpdateApplicationRequest - Class in com.nexmo.client.applications
 
UpdateApplicationRequest(String, String, String, String) - Constructor for class com.nexmo.client.applications.UpdateApplicationRequest
 
UpdateApplicationRequest(String, String, ApplicationType, String, String, String, String) - Constructor for class com.nexmo.client.applications.UpdateApplicationRequest
 
updateNumber(UpdateNumberRequest) - Method in class com.nexmo.client.numbers.NumbersClient
Update the callbacks and/or application associations for a given Nexmo Virtual Number.
UpdateNumberEndpoint - Class in com.nexmo.client.numbers
 
UpdateNumberEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.numbers.UpdateNumberEndpoint
 
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
 
UpdateNumberResponse - Class in com.nexmo.client.numbers
 
UpdateNumberResponse() - Constructor for class com.nexmo.client.numbers.UpdateNumberResponse
 

V

valueOf(String) - Static method in enum com.nexmo.client.applications.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nexmo.client.insight.advanced.AdvancedInsightResponse.PortedStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nexmo.client.insight.advanced.AdvancedInsightResponse.Reachability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nexmo.client.insight.advanced.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.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.UpdateNumberRequest.CallbackType
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.verify.SearchResult.VerificationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nexmo.client.verify.SearchResult.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.VerifyRequest.LineType
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.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.RecordingFormat
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.applications.ApplicationType
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.advanced.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.advanced.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.advanced.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.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.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.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.verify.SearchResult.VerificationStatus
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.SearchResult.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.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.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.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.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.VoiceName
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, String) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
verify(String, String, String) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
verify(String, String, String, int, Locale) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
verify(String, String, String, int, Locale, VerifyRequest.LineType) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
verify(VerifyRequest) - Method in class com.nexmo.client.verify.endpoints.VerifyEndpoint
 
verify(String, String) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
verify(String, String, String) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
verify(String, String, String, int, Locale) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
verify(String, String, String, int, Locale, VerifyRequest.LineType) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
verify(VerifyRequest) - Method in class com.nexmo.client.verify.VerifyClient
Send a verification request to a phone number.
VerifyCheck(Date, String, SearchResult.VerifyCheck.Status, String) - Constructor for class com.nexmo.client.verify.SearchResult.VerifyCheck
 
VerifyCheckMethod - Class in com.nexmo.client.verify.endpoints
 
VerifyCheckMethod(HttpWrapper) - Constructor for class com.nexmo.client.verify.endpoints.VerifyCheckMethod
 
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
 
VerifyEndpoint - Class in com.nexmo.client.verify.endpoints
 
VerifyEndpoint(HttpWrapper) - Constructor for class com.nexmo.client.verify.endpoints.VerifyEndpoint
Create a new VerifyEndpoint.
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 AbstractMethod.execute(Object))}.
VerifyRequest(String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest
Constructor.
VerifyRequest(String, String, String) - Constructor for class com.nexmo.client.verify.VerifyRequest
Constructor.
VerifyRequest(String, String, String, int, Locale) - Constructor for class com.nexmo.client.verify.VerifyRequest
Constructor.
VerifyRequest(String, String, String, int, Locale, VerifyRequest.LineType) - Constructor for class com.nexmo.client.verify.VerifyRequest
Constructor.
VerifyRequest.LineType - Enum in com.nexmo.client.verify
Types of phone line to be specified for VerifyRequest.type.
verifyRequestSignature(HttpServletRequest, String) - Static method in class com.nexmo.client.auth.RequestSigning
Verifies the signature in an HttpServletRequest.
verifyRequestSignature(HttpServletRequest, String, long) - Static method in class com.nexmo.client.auth.RequestSigning
Verifies the signature in an HttpServletRequest.
VerifyResult - Class in com.nexmo.client.verify
Verification request result.
VerifyResult(int, String, String, boolean) - Constructor for class com.nexmo.client.verify.VerifyResult
 
VoiceApplicationDetails - Class in com.nexmo.client.applications
 
VoiceApplicationDetails() - Constructor for class com.nexmo.client.applications.VoiceApplicationDetails
 
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 - 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.applications
 
WebHook() - Constructor for class com.nexmo.client.applications.WebHook
 
WebSocketEndpoint - Class in com.nexmo.client.voice
 
WebSocketEndpoint(String, String, List<NameValuePair>) - Constructor for class com.nexmo.client.voice.WebSocketEndpoint
 

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 L M N O P R S T U V W X 
Skip navigation links