All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analytics.model.Goal.ParentLink.html Maven / Gradle / Ivy

There is a newer version: v3-rev20190807-2.0.0
Show newest version






Goal.ParentLink (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class Goal.ParentLink

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    Goal


    public static final class Goal.ParentLink
    extends GenericJson
    Parent link for a goal. Points to the view (profile) to which this goal belongs.
    • Constructor Detail

      • ParentLink

        public ParentLink()
    • Method Detail

      • getHref

        public String getHref()
        Link to the view (profile) to which this goal belongs.
        Returns:
        value or null for none
      • setHref

        public Goal.ParentLink setHref(String href)
        Link to the view (profile) to which this goal belongs.
        Parameters:
        href - href or null for none
      • getType

        public String getType()
        Value is "analytics#profile".
        Returns:
        value or null for none
      • setType

        public Goal.ParentLink setType(String type)
        Value is "analytics#profile".
        Parameters:
        type - type or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy