|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request.MethodType | |
|---|---|
| com.atlassian.sal.api.net | |
| Uses of Request.MethodType in com.atlassian.sal.api.net |
|---|
| Methods in com.atlassian.sal.api.net that return Request.MethodType | |
|---|---|
static Request.MethodType |
Request.MethodType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Request.MethodType[] |
Request.MethodType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.sal.api.net with parameters of type Request.MethodType | |
|---|---|
T |
RequestFactory.createRequest(Request.MethodType methodType,
java.lang.String url)
Creates a request of given Request.MethodType to given url |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||