|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildList | |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model | |
| Uses of ChildList in com.google.api.services.drive |
|---|
| Methods in com.google.api.services.drive that return ChildList | |
|---|---|
ChildList |
Drive.Children.List.execute()
Sends the "list" request to the Drive server. |
| Method parameters in com.google.api.services.drive with type arguments of type ChildList | |
|---|---|
void |
Drive.Children.List.queue(BatchRequest batch,
JsonBatchCallback<ChildList> callback)
Queues the "list" request to the Drive server into the given batch request. |
| Uses of ChildList in com.google.api.services.drive.model |
|---|
| Methods in com.google.api.services.drive.model that return ChildList | |
|---|---|
ChildList |
ChildList.setEtag(String etag)
The ETag of the list. |
ChildList |
ChildList.setItems(List<ChildReference> items)
The actual list of children. |
ChildList |
ChildList.setKind(String kind)
This is always drive#childList. |
ChildList |
ChildList.setNextLink(String nextLink)
A link to the next page of children. |
ChildList |
ChildList.setNextPageToken(String nextPageToken)
The page token for the next page of children. |
ChildList |
ChildList.setSelfLink(String selfLink)
A link back to this list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||