Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.model.User.Picture

Packages that use User.Picture
com.google.api.services.drive.model   
 

Uses of User.Picture in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return User.Picture
 User.Picture User.getPicture()
          The user's profile picture.
 User.Picture User.Picture.setUrl(java.lang.String url)
          A URL that points to a profile picture of this user.
 

Methods in com.google.api.services.drive.model with parameters of type User.Picture
 User User.setPicture(User.Picture picture)
          The user's profile picture.