public class Oauth2.Userinfo.V2
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Oauth2.Userinfo.V2.Me
The "me" collection of methods.
|
Constructor and Description |
---|
Oauth2.Userinfo.V2() |
Modifier and Type | Method and Description |
---|---|
Oauth2.Userinfo.V2.Me |
me()
An accessor for creating requests from the Me collection.
|
public Oauth2.Userinfo.V2.Me me()
The typical use is:
Oauth2 oauth2 = new Oauth2(...);
Oauth2.Me.List request = oauth2.me().list(parameters ...)