| Package | Description |
|---|---|
| net.billforward |
| Modifier and Type | Method and Description |
|---|---|
static BillForwardClient.RequestMethod |
BillForwardClient.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillForwardClient.RequestMethod[] |
BillForwardClient.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> APIResponse<T> |
BillForwardClient._request(Type responseType,
BillForwardClient.RequestMethod method,
String url,
T obj,
String apiKey) |
protected <TRequest,TResponse> |
BillForwardClient._requestUntyped(Type responseType,
BillForwardClient.RequestMethod method,
String url,
TRequest obj,
String apiKey) |
<T> APIResponse<T> |
BillForwardClient.request(BillForwardClient.RequestMethod method,
String url,
T obj,
Type responseType) |
<TRequest,TResponse> |
BillForwardClient.requestUntyped(BillForwardClient.RequestMethod method,
String url,
TRequest obj,
Type responseType) |
Copyright © 2014 BillForward. All rights reserved.