Uses of Class
org.apache.shindig.gadgets.spec.OAuthService.Method

Packages that use OAuthService.Method
org.apache.shindig.gadgets.spec   
 

Uses of OAuthService.Method in org.apache.shindig.gadgets.spec
 

Fields in org.apache.shindig.gadgets.spec declared as OAuthService.Method
 OAuthService.Method OAuthService.EndPoint.method
           
 

Methods in org.apache.shindig.gadgets.spec that return OAuthService.Method
static OAuthService.Method OAuthService.Method.parse(String value)
           
static OAuthService.Method OAuthService.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OAuthService.Method[] OAuthService.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.shindig.gadgets.spec with parameters of type OAuthService.Method
OAuthService.EndPoint(Uri url, OAuthService.Method method, OAuthService.Location location)
           
 



Copyright © 2007-2012. All Rights Reserved.