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

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

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






Account (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class Account

    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getChildLink

        public Account.ChildLink getChildLink()
        Child link for an account entry. Points to the list of web properties for this account.
        Returns:
        value or null for none
      • setChildLink

        public Account setChildLink(Account.ChildLink childLink)
        Child link for an account entry. Points to the list of web properties for this account.
        Parameters:
        childLink - childLink or null for none
      • getCreated

        public DateTime getCreated()
        Time the account was created.
        Returns:
        value or null for none
      • setCreated

        public Account setCreated(DateTime created)
        Time the account was created.
        Parameters:
        created - created or null for none
      • getId

        public String getId()
        Account ID.
        Returns:
        value or null for none
      • setId

        public Account setId(String id)
        Account ID.
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Resource type for Analytics account.
        Returns:
        value or null for none
      • setKind

        public Account setKind(String kind)
        Resource type for Analytics account.
        Parameters:
        kind - kind or null for none
      • getName

        public String getName()
        Account name.
        Returns:
        value or null for none
      • setName

        public Account setName(String name)
        Account name.
        Parameters:
        name - name or null for none
      • getPermissions

        public Account.Permissions getPermissions()
        Permissions the user has for this account.
        Returns:
        value or null for none
      • setPermissions

        public Account setPermissions(Account.Permissions permissions)
        Permissions the user has for this account.
        Parameters:
        permissions - permissions or null for none
      • getSelfLink

        public String getSelfLink()
        Link for this account.
        Returns:
        value or null for none
      • setSelfLink

        public Account setSelfLink(String selfLink)
        Link for this account.
        Parameters:
        selfLink - selfLink or null for none
      • getStarred

        public Boolean getStarred()
        Indicates whether this account is starred or not.
        Returns:
        value or null for none
      • setStarred

        public Account setStarred(Boolean starred)
        Indicates whether this account is starred or not.
        Parameters:
        starred - starred or null for none
      • getUpdated

        public DateTime getUpdated()
        Time the account was last modified.
        Returns:
        value or null for none
      • setUpdated

        public Account setUpdated(DateTime updated)
        Time the account was last modified.
        Parameters:
        updated - updated or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy