| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
ProfileSummary.clone() |
ProfileSummary |
ProfileSummary.set(java.lang.String fieldName,
java.lang.Object value) |
ProfileSummary |
ProfileSummary.setId(java.lang.String id)
View (profile) ID.
|
ProfileSummary |
ProfileSummary.setKind(java.lang.String kind)
Resource type for Analytics ProfileSummary.
|
ProfileSummary |
ProfileSummary.setName(java.lang.String name)
View (profile) name.
|
ProfileSummary |
ProfileSummary.setType(java.lang.String type)
View (Profile) type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProfileSummary> |
WebPropertySummary.getProfiles()
List of profiles under this web property.
|
| Modifier and Type | Method and Description |
|---|---|
WebPropertySummary |
WebPropertySummary.setProfiles(java.util.List<ProfileSummary> profiles)
List of profiles under this web property.
|