Google OAuth2 API v1 (revision 38)



com.google.api.services.oauth2
Class Oauth2.Userinfo.V2

java.lang.Object
  extended by com.google.api.services.oauth2.Oauth2.Userinfo.V2
Enclosing class:
Oauth2.Userinfo

public class Oauth2.Userinfo.V2
extends Object

The "v2" collection of methods.


Nested Class Summary
 class Oauth2.Userinfo.V2.Me
          The "me" collection of methods.
 
Constructor Summary
Oauth2.Userinfo.V2()
           
 
Method Summary
 Oauth2.Userinfo.V2.Me me()
          An accessor for creating requests from the Me collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oauth2.Userinfo.V2

public Oauth2.Userinfo.V2()
Method Detail

me

public Oauth2.Userinfo.V2.Me me()
An accessor for creating requests from the Me collection.

The typical use is:

   Oauth2 oauth2 = new Oauth2(...);
   Oauth2.Me.List request = oauth2.me().list(parameters ...)
 

Returns:
the resource collection