Class Psd2Method

java.lang.Object
com.vonage.client.AbstractMethod<Psd2Request,​VerifyResponse>
com.vonage.client.verify.Psd2Method
All Implemented Interfaces:
Method<Psd2Request,​VerifyResponse>

public class Psd2Method
extends AbstractMethod<Psd2Request,​VerifyResponse>
  • Field Summary

    Fields inherited from class com.vonage.client.AbstractMethod

    httpWrapper
  • Constructor Summary

    Constructors 
    Constructor Description
    Psd2Method​(HttpWrapper wrapper)  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.Class[] getAcceptableAuthMethods()  
    org.apache.http.client.methods.RequestBuilder makeRequest​(Psd2Request request)
    Construct and return a RequestBuilder instance from the provided request.
    VerifyResponse parseResponse​(org.apache.http.HttpResponse response)
    Construct a ResultT representing the contents of the HTTP response returned from the Vonage Voice API.

    Methods inherited from class com.vonage.client.AbstractMethod

    applyAuth, execute, getAuthMethod, setHttpClient

    Methods inherited from class java.lang.Object

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