Class NexmoClient


  • public class NexmoClient
    extends java.lang.Object
    Top-level Nexmo API client object.

    Construct an instance of this object with one or more AuthMethods (providing all the authentication methods for the APIs you wish to use), and then call getVoiceClient() to obtain a client for the Nexmo Voice API.

    Currently this object only constructs and provides access to VoiceClient. In the future it will manage clients for all of the Nexmo APIs.