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

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

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






AccountTreeRequest (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class AccountTreeRequest

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


    public final class AccountTreeRequest
    extends GenericJson
    JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • AccountTreeRequest

        public AccountTreeRequest()
    • Method Detail

      • getAccountName

        public String getAccountName()
        Returns:
        value or null for none
      • setAccountName

        public AccountTreeRequest setAccountName(String accountName)
        Parameters:
        accountName - accountName or null for none
      • getKind

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

        public AccountTreeRequest setKind(String kind)
        Resource type for account ticket.
        Parameters:
        kind - kind or null for none
      • getProfileName

        public String getProfileName()
        Returns:
        value or null for none
      • setProfileName

        public AccountTreeRequest setProfileName(String profileName)
        Parameters:
        profileName - profileName or null for none
      • getTimezone

        public String getTimezone()
        Returns:
        value or null for none
      • setTimezone

        public AccountTreeRequest setTimezone(String timezone)
        Parameters:
        timezone - timezone or null for none
      • getWebpropertyName

        public String getWebpropertyName()
        Returns:
        value or null for none
      • setWebpropertyName

        public AccountTreeRequest setWebpropertyName(String webpropertyName)
        Parameters:
        webpropertyName - webpropertyName or null for none
      • getWebsiteUrl

        public String getWebsiteUrl()
        Returns:
        value or null for none
      • setWebsiteUrl

        public AccountTreeRequest setWebsiteUrl(String websiteUrl)
        Parameters:
        websiteUrl - websiteUrl or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy