public abstract class SiftMerchantRequest<T extends SiftMerchantResponse>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getAccountId() |
FieldSet |
getFieldSet() |
protected void |
modifyRequestBuilder(okhttp3.Request.Builder builder)
By default, the request is a JSON encoded POST.
|
protected abstract okhttp3.HttpUrl |
path(okhttp3.HttpUrl baseUrl) |
T |
send() |
okhttp3.HttpUrl |
url() |
protected abstract okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
public okhttp3.HttpUrl url()
protected void modifyRequestBuilder(okhttp3.Request.Builder builder)
public T send() throws java.io.IOException
java.io.IOException
public FieldSet getFieldSet()
protected java.lang.String getAccountId()