Drive API v2 (revision 47)



com.google.api.services.drive
Class Drive.About

java.lang.Object
  extended by com.google.api.services.drive.Drive.About
Enclosing class:
Drive

public class Drive.About
extends java.lang.Object

The "about" collection of methods.


Nested Class Summary
 class Drive.About.Get
           
 
Constructor Summary
Drive.About()
           
 
Method Summary
 Drive.About.Get get()
          Gets the information about the current user along with Drive API settings Create a request for the method "about.get".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drive.About

public Drive.About()
Method Detail

get

public Drive.About.Get get()
                    throws java.io.IOException
Gets the information about the current user along with Drive API settings Create a request for the method "about.get". This request holds the parameters needed by the the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Returns:
the request
Throws:
java.io.IOException