| Package | Description |
|---|---|
| com.shippo.net |
| Modifier and Type | Method and Description |
|---|---|
static APIResource.RequestMethod |
APIResource.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIResource.RequestMethod[] |
APIResource.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 static <T> T |
APIResource._request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
String apiKey) |
protected static <T> T |
APIResource.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
String apiKey) |
Copyright © 2017 Shippo. All rights reserved.