| Package | Description |
|---|---|
| org.nuiton.jredmine.client |
| Modifier and Type | Field and Description |
|---|---|
protected RedmineRequest.Method |
RedmineRequest.method |
| Modifier and Type | Method and Description |
|---|---|
RedmineRequest.Method |
RedmineRequest.getMethod() |
static RedmineRequest.Method |
RedmineRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedmineRequest.Method[] |
RedmineRequest.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> RedmineRequest<T> |
RedmineRequest.on(RedmineRequest.Method method,
Class<T> type,
String... path) |
| Constructor and Description |
|---|
RedmineRequest(RedmineRequest.Method method,
Class<T> type) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.