Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
ChildList |
ChildList.clone() |
ChildList |
ChildList.set(String fieldName,
Object value) |
ChildList |
ChildList.setEtag(String etag)
The ETag of the list.
|
ChildList |
ChildList.setItems(List<ChildReference> items)
The 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.
|
Copyright © 2011–2021 Google. All rights reserved.