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

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

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






EntityUserLink.Permissions (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class EntityUserLink.Permissions

    • Constructor Detail

      • Permissions

        public Permissions()
    • Method Detail

      • getEffective

        public List<String> getEffective()
        Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
        Returns:
        value or null for none
      • setEffective

        public EntityUserLink.Permissions setEffective(List<String> effective)
        Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
        Parameters:
        effective - effective or null for none
      • getLocal

        public List<String> getLocal()
        Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
        Returns:
        value or null for none
      • setLocal

        public EntityUserLink.Permissions setLocal(List<String> local)
        Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
        Parameters:
        local - local or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy