| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataSources |
CustomDataSources.clone() |
CustomDataSources |
CustomDataSources.set(String fieldName,
Object value) |
CustomDataSources |
CustomDataSources.setItems(List<CustomDataSource> items)
Collection of custom data sources.
|
CustomDataSources |
CustomDataSources.setItemsPerPage(Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
CustomDataSources |
CustomDataSources.setKind(String kind)
Collection type.
|
CustomDataSources |
CustomDataSources.setNextLink(String nextLink)
Link to next page for this custom data source collection.
|
CustomDataSources |
CustomDataSources.setPreviousLink(String previousLink)
Link to previous page for this custom data source collection.
|
CustomDataSources |
CustomDataSources.setStartIndex(Integer startIndex)
The starting index of the resources, which is 1 by default or otherwise specified by the start-
index query parameter.
|
CustomDataSources |
CustomDataSources.setTotalResults(Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
CustomDataSources |
CustomDataSources.setUsername(String username)
Email ID of the authenticated user
|
Copyright © 2011–2022 Google. All rights reserved.