Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.oauth.Verb

Packages that use Verb
com.liferay.portal.kernel.oauth   
 

Uses of Verb in com.liferay.portal.kernel.oauth
 

Methods in com.liferay.portal.kernel.oauth that return Verb
 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.
 

Methods in com.liferay.portal.kernel.oauth with parameters of type Verb
static OAuthRequest OAuthFactoryUtil.createOAuthRequest(Verb verb, String url)
           
 OAuthRequest OAuthFactory.createOAuthRequest(Verb verb, String url)
           
 


Liferay 6.1.2-ce-ga3