Drive API v2 (revision 47)



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

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

Uses of ParentReference in com.google.api.services.drive
 

Methods in com.google.api.services.drive with parameters of type ParentReference
 Drive.Parents.Insert Drive.Parents.insert(java.lang.String fileId, ParentReference content)
          Adds a parent folder for a file.
 

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

Methods in com.google.api.services.drive.model that return ParentReference
 ParentReference ParentReference.setId(java.lang.String id)
          The ID of the parent.
 ParentReference ParentReference.setIsRoot(java.lang.Boolean isRoot)
          Whether or not the parent is the root folder.
 ParentReference ParentReference.setKind(java.lang.String kind)
          This is always drive#parentReference.
 ParentReference ParentReference.setParentLink(java.lang.String parentLink)
          A link to the parent.
 ParentReference ParentReference.setSelfLink(java.lang.String selfLink)
          A link back to this reference.
 

Methods in com.google.api.services.drive.model that return types with arguments of type ParentReference
 java.util.List<ParentReference> ParentList.getItems()
          The actual list of parents.
 java.util.List<ParentReference> File.getParents()
          Collection of parent folders which contain this file.
 

Method parameters in com.google.api.services.drive.model with type arguments of type ParentReference
 ParentList ParentList.setItems(java.util.List<ParentReference> items)
          The actual list of parents.
 File File.setParents(java.util.List<ParentReference> parents)
          Collection of parent folders which contain this file.