Package com.vonage.client
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 HttpWrapperhttpWrapper -
Constructor Summary
Constructors Constructor Description AbstractClient(HttpWrapper httpWrapper) -
Method Summary