Package | Description |
---|---|
com.google.api.services.analytics.model |
Modifier and Type | Method and Description |
---|---|
Profile.ParentLink |
Profile.ParentLink.clone() |
Profile.ParentLink |
Profile.getParentLink()
Parent link for this view (profile).
|
Profile.ParentLink |
Profile.ParentLink.set(String fieldName,
Object value) |
Profile.ParentLink |
Profile.ParentLink.setHref(String href)
Link to the web property to which this view (profile) belongs.
|
Profile.ParentLink |
Profile.ParentLink.setType(String type)
Value is "analytics#webproperty".
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.setParentLink(Profile.ParentLink parentLink)
Parent link for this view (profile).
|