| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileRef |
ProfileRef.clone() |
ProfileRef |
EntityUserLink.Entity.getProfileRef()
View (Profile) for this link.
|
ProfileRef |
ProfileFilterLink.getProfileRef()
View (Profile) for this link.
|
ProfileRef |
ProfileRef.set(java.lang.String fieldName,
java.lang.Object value) |
ProfileRef |
ProfileRef.setAccountId(java.lang.String accountId)
Account ID to which this view (profile) belongs.
|
ProfileRef |
ProfileRef.setHref(java.lang.String href)
Link for this view (profile).
|
ProfileRef |
ProfileRef.setId(java.lang.String id)
View (Profile) ID.
|
ProfileRef |
ProfileRef.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
ProfileRef |
ProfileRef.setKind(java.lang.String kind)
Analytics view (profile) reference.
|
ProfileRef |
ProfileRef.setName(java.lang.String name)
Name of this view (profile).
|
ProfileRef |
ProfileRef.setWebPropertyId(java.lang.String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
|
| Modifier and Type | Method and Description |
|---|---|
EntityUserLink.Entity |
EntityUserLink.Entity.setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
|
ProfileFilterLink |
ProfileFilterLink.setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
|