|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildReference | |
---|---|
com.google.api.services.drive | |
com.google.api.services.drive.model |
Uses of ChildReference in com.google.api.services.drive |
---|
Methods in com.google.api.services.drive with parameters of type ChildReference | |
---|---|
Drive.Children.Insert |
Drive.Children.insert(java.lang.String folderId,
ChildReference content)
Inserts a file into a folder. |
Uses of ChildReference in com.google.api.services.drive.model |
---|
Methods in com.google.api.services.drive.model that return ChildReference | |
---|---|
ChildReference |
ChildReference.setChildLink(java.lang.String childLink)
A link to the child. |
ChildReference |
ChildReference.setId(java.lang.String id)
The ID of the child. |
ChildReference |
ChildReference.setKind(java.lang.String kind)
This is always drive#childReference. |
ChildReference |
ChildReference.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 ChildReference | |
---|---|
java.util.List<ChildReference> |
ChildList.getItems()
The actual list of children. |
Method parameters in com.google.api.services.drive.model with type arguments of type ChildReference | |
---|---|
ChildList |
ChildList.setItems(java.util.List<ChildReference> items)
The actual list of children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |