Class DynamicEndpoint<T,R>

java.lang.Object
com.vonage.client.AbstractMethod<T,R>
com.vonage.client.DynamicEndpoint<T,R>
Type Parameters:
T - The request body type.
R - The response body type.
All Implemented Interfaces:
RestEndpoint<T,R>

public class DynamicEndpoint<T,R> extends AbstractMethod<T,R>
Enables convenient declaration of endpoints without directly implementing AbstractMethod. This decouples the endpoint's implementation from the underlying HTTP library.
Since:
7.7.0