Uses of Class
org.apache.shindig.gadgets.oauth.OAuthArguments.UseToken

Packages that use OAuthArguments.UseToken
org.apache.shindig.gadgets.oauth   
 

Uses of OAuthArguments.UseToken in org.apache.shindig.gadgets.oauth
 

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

Methods in org.apache.shindig.gadgets.oauth with parameters of type OAuthArguments.UseToken
 void OAuthArguments.setUseToken(OAuthArguments.UseToken useToken)
           
 



Copyright © 2007-2012. All Rights Reserved.