| Package | Description |
|---|---|
| com.liferay.portal.kernel.oauth |
| Modifier and Type | Method and Description |
|---|---|
Verb |
OAuthRequest.getVerb() |
static Verb |
Verb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
Verb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthRequest |
OAuthFactory.createOAuthRequest(Verb verb,
String url) |
static OAuthRequest |
OAuthFactoryUtil.createOAuthRequest(Verb verb,
String url) |