| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
ProfileSummary.clone() |
ProfileSummary |
ProfileSummary.set(String fieldName,
Object value) |
ProfileSummary |
ProfileSummary.setId(String id)
View (profile) ID.
|
ProfileSummary |
ProfileSummary.setKind(String kind)
Resource type for Analytics ProfileSummary.
|
ProfileSummary |
ProfileSummary.setName(String name)
View (profile) name.
|
ProfileSummary |
ProfileSummary.setStarred(Boolean starred)
Indicates whether this view (profile) is starred or not.
|
ProfileSummary |
ProfileSummary.setType(String type)
View (Profile) type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileSummary> |
WebPropertySummary.getProfiles()
List of profiles under this web property.
|
| Modifier and Type | Method and Description |
|---|---|
WebPropertySummary |
WebPropertySummary.setProfiles(List<ProfileSummary> profiles)
List of profiles under this web property.
|
Copyright © 2011–2022 Google. All rights reserved.