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

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

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






AccountTicket (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class AccountTicket

    • Constructor Detail

      • AccountTicket

        public AccountTicket()
    • Method Detail

      • getAccount

        public Account getAccount()
        Account for this ticket.
        Returns:
        value or null for none
      • setAccount

        public AccountTicket setAccount(Account account)
        Account for this ticket.
        Parameters:
        account - account or null for none
      • getId

        public String getId()
        Account ticket ID used to access the account ticket.
        Returns:
        value or null for none
      • setId

        public AccountTicket setId(String id)
        Account ticket ID used to access the account ticket.
        Parameters:
        id - id or null for none
      • getKind

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

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

        public Profile getProfile()
        View (Profile) for the account.
        Returns:
        value or null for none
      • setProfile

        public AccountTicket setProfile(Profile profile)
        View (Profile) for the account.
        Parameters:
        profile - profile or null for none
      • getRedirectUri

        public String getRedirectUri()
        Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.
        Returns:
        value or null for none
      • setRedirectUri

        public AccountTicket setRedirectUri(String redirectUri)
        Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.
        Parameters:
        redirectUri - redirectUri or null for none
      • getWebproperty

        public Webproperty getWebproperty()
        Web property for the account.
        Returns:
        value or null for none
      • setWebproperty

        public AccountTicket setWebproperty(Webproperty webproperty)
        Web property for the account.
        Parameters:
        webproperty - webproperty or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy