Package com.vonage.client
Interface RestEndpoint<T,R>
- Type Parameters:
T- The request type.R- The response type.
- All Known Implementing Classes:
AbstractMethod,DynamicEndpoint
public interface RestEndpoint<T,R>
Internal interface for defining endpoints.
- Since:
- 7.7.0
-
Method Summary
-
Method Details
-
execute
- Throws:
VonageClientException
-