|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
public abstract class APIResource
| Nested Class Summary | |
|---|---|
protected static class |
APIResource.RequestMethod
|
| Field Summary | |
|---|---|
static String |
CHARSET
|
| Constructor Summary | |
|---|---|
APIResource()
|
|
| Method Summary | ||
|---|---|---|
protected static String |
classURL(Class<?> clazz)
|
|
protected static String |
instanceURL(Class<?> clazz,
String id)
|
|
protected static
|
request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz)
|
|
| Methods inherited from class com.stripe.model.StripeObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CHARSET
| Constructor Detail |
|---|
public APIResource()
| Method Detail |
|---|
protected static String classURL(Class<?> clazz)
protected static String instanceURL(Class<?> clazz,
String id)
protected static <T> T request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz)
throws StripeException
StripeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||