| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Segments |
Segments.clone() |
Segments |
Segments.set(java.lang.String fieldName,
java.lang.Object value) |
Segments |
Segments.setItems(java.util.List<Segment> items)
A list of segments.
|
Segments |
Segments.setItemsPerPage(java.lang.Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
Segments |
Segments.setKind(java.lang.String kind)
Collection type for segments.
|
Segments |
Segments.setNextLink(java.lang.String nextLink)
Link to next page for this segment collection.
|
Segments |
Segments.setPreviousLink(java.lang.String previousLink)
Link to previous page for this segment collection.
|
Segments |
Segments.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.
|
Segments |
Segments.setTotalResults(java.lang.Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
Segments |
Segments.setUsername(java.lang.String username)
Email ID of the authenticated user
|