org.jets3t.service.utils.oauth
Class OAuthConstants.GSOAuth2_10.Scopes

java.lang.Object
  extended by org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.Scopes
Enclosing class:
OAuthConstants.GSOAuth2_10

public static class OAuthConstants.GSOAuth2_10.Scopes
extends java.lang.Object


Field Summary
static OAuthScope FullControl
           
static OAuthScope ReadOnly
           
static OAuthScope ReadWrite
           
 
Constructor Summary
OAuthConstants.GSOAuth2_10.Scopes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ReadOnly

public static final OAuthScope ReadOnly

ReadWrite

public static final OAuthScope ReadWrite

FullControl

public static final OAuthScope FullControl
Constructor Detail

OAuthConstants.GSOAuth2_10.Scopes

public OAuthConstants.GSOAuth2_10.Scopes()