| Package | Description |
|---|---|
| com.box.restclientv2 | |
| com.box.restclientv2.interfaces | |
| com.box.restclientv2.requests |
| Modifier and Type | Method and Description |
|---|---|
static RestMethod |
RestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestMethod[] |
RestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RestMethod |
IBoxRequest.getRestMethod()
REST method, GET/PUT/POST/DELETE/...
|
| Modifier and Type | Method and Description |
|---|---|
RestMethod |
DefaultBoxRequest.getRestMethod() |
| Constructor and Description |
|---|
DefaultBoxRequest(IBoxConfig config,
IBoxJSONParser parser,
String uriPath,
RestMethod restMethod,
BoxDefaultRequestObject requestObject)
Constructor.
|
Copyright © 2014. All Rights Reserved.