| Modifier and Type | Method and Description |
|---|---|
RestRequest.Method |
RestRequest.getMethod() |
static RestRequest.Method |
RestRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestRequest.Method[] |
RestRequest.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RestRequest |
RestRequest.setMethod(RestRequest.Method method)
Sets the method for this request.
|
Copyright © 2016 smartrics. All Rights Reserved.