public abstract class Request<T extends Response> extends Message
additionalFields| Modifier and Type | Method and Description |
|---|---|
abstract String |
getHttpEndpoint() |
String |
getHttpMethod() |
String |
getSignature() |
String |
getTimestamp() |
T |
send() |
T |
send(Map<String,String> headers) |
void |
send(ResponseListener<T> responseListener) |
getFormData, getGateway, setGateway, toFormData, toSignature, toSignaturepublic abstract String getHttpEndpoint()
public String getHttpMethod()
public String getSignature()
getSignature in class Messagepublic String getTimestamp()
getTimestamp in class Messagepublic T send() throws ApiException
ApiExceptionpublic T send(Map<String,String> headers) throws ApiException
ApiExceptionpublic void send(ResponseListener<T> responseListener)
Copyright © 2014. All Rights Reserved.