| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Uploads |
Uploads.clone() |
Uploads |
Uploads.set(java.lang.String fieldName,
java.lang.Object value) |
Uploads |
Uploads.setItems(java.util.List<Upload> items)
A list of uploads.
|
Uploads |
Uploads.setItemsPerPage(java.lang.Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
Uploads |
Uploads.setKind(java.lang.String kind)
Collection type.
|
Uploads |
Uploads.setNextLink(java.lang.String nextLink)
Link to next page for this upload collection.
|
Uploads |
Uploads.setPreviousLink(java.lang.String previousLink)
Link to previous page for this upload collection.
|
Uploads |
Uploads.setStartIndex(java.lang.Integer startIndex)
The starting index of the resources, which is 1 by default or otherwise specified by the start-
index query parameter.
|
Uploads |
Uploads.setTotalResults(java.lang.Integer totalResults)
The total number of results for the query, regardless of the number of resources in the result.
|