| Package | Description |
|---|---|
| com.atlassian.sal.api.net |
| Modifier and Type | Method and Description |
|---|---|
static Request.MethodType |
Request.MethodType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RequestFactory.createRequest(Request.MethodType methodType,
String url)
Creates a request of given
Request.MethodType to given url |
Copyright © 2021 Atlassian. All rights reserved.