Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.model.Comment.Context

Packages that use Comment.Context
com.google.api.services.drive.model   
 

Uses of Comment.Context in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return Comment.Context
 Comment.Context Comment.getContext()
          The context of the file which is being commented on.
 Comment.Context Comment.Context.setType(java.lang.String type)
          The MIME type of the context snippet.
 Comment.Context Comment.Context.setValue(java.lang.String value)
          Data representation of the segment of the file being commented on.
 

Methods in com.google.api.services.drive.model with parameters of type Comment.Context
 Comment Comment.setContext(Comment.Context context)
          The context of the file which is being commented on.