Drive API v2 (revision 47)



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

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

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

Methods in com.google.api.services.drive.model that return User
 User Comment.getAuthor()
          The user who wrote this comment.
 User CommentReply.getAuthor()
          The user who wrote this reply.
 User About.getUser()
          The authenticated user.
 User User.setDisplayName(java.lang.String displayName)
          A plain text displayable name for this user.
 User User.setIsAuthenticatedUser(java.lang.Boolean isAuthenticatedUser)
          Whether this user is the same as the authenticated user of which the request was made on behalf.
 User User.setKind(java.lang.String kind)
          This is always drive#user.
 User User.setPicture(User.Picture picture)
          The user's profile picture.
 

Methods in com.google.api.services.drive.model with parameters of type User
 Comment Comment.setAuthor(User author)
          The user who wrote this comment.
 CommentReply CommentReply.setAuthor(User author)
          The user who wrote this reply.
 About About.setUser(User user)
          The authenticated user.