| Package | Description |
|---|---|
| org.nuiton.io.rest |
| Modifier and Type | Field and Description |
|---|---|
protected RestMethod |
AbstractRequestFactory.AbstractRequestBuilder.method
REST Method to use for this request.
|
| Modifier and Type | Method and Description |
|---|---|
RestMethod |
RestRequest.getMethod()
The method to use for this request.
|
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.
|
| Constructor and Description |
|---|
AbstractRequestFactory.AbstractRequestBuilder(String name,
RestMethod method,
String... action) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.