| Package | Description |
|---|---|
| com.box.boxjavalibv2.requests | |
| com.box.restclientv2 | |
| com.box.restclientv2.requestsbase |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RequestTestBase.testRequestIsWellFormed(DefaultBoxRequest request,
java.lang.String expectedHost,
java.lang.String expectedUriPath,
int expectedReturnCode,
RestMethod expectedMethod) |
| Modifier and Type | Method and Description |
|---|---|
static RestMethod |
RestMethod.valueOf(java.lang.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/...
|
RestMethod |
DefaultBoxRequest.getRestMethod() |
| Constructor and Description |
|---|
DefaultBoxRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String uriPath,
RestMethod restMethod,
BoxDefaultRequestObject requestObject)
Constructor.
|