Google OAuth2 API v1 (revision 38)



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

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

public class Oauth2.Userinfo.V2.Me
extends Object

The "me" collection of methods.


Nested Class Summary
 class Oauth2.Userinfo.V2.Me.Get
           
 
Constructor Summary
Oauth2.Userinfo.V2.Me()
           
 
Method Summary
 Oauth2.Userinfo.V2.Me.Get get()
          Get user info Create a request for the method "me.get".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oauth2.Userinfo.V2.Me

public Oauth2.Userinfo.V2.Me()
Method Detail

get

public Oauth2.Userinfo.V2.Me.Get get()
                              throws IOException
Get user info Create a request for the method "me.get". This request holds the parameters needed by the the oauth2 server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Returns:
the request
Throws:
IOException