Class AbstractClient

java.lang.Object
com.vonage.client.AbstractClient
Direct Known Subclasses:
AccountClient, ApplicationClient, ConversionClient, InsightClient, RedactClient, VerifyClient, VoiceClient

public abstract class AbstractClient
extends java.lang.Object
Abstract class for different API clients.

Currently this class simply provides boiler-plate for storing an HttpWrapper object, which is required by all client implementations.

  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected HttpWrapper httpWrapper  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractClient​(HttpWrapper httpWrapper)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait