target.apidocs.com.google.api.services.analytics.model.EntityUserLink.Permissions.html Maven / Gradle / Ivy
EntityUserLink.Permissions (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics.model
Class EntityUserLink.Permissions
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.EntityUserLink.Permissions
-
- Enclosing class:
- EntityUserLink
public static final class EntityUserLink.Permissions
extends GenericJson
Permissions the user has for this entity.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Permissions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
EntityUserLink.Permissions
clone()
List<String>
getEffective()
Effective permissions represent all the permissions that a user has for this entity.
List<String>
getLocal()
Permissions that a user has been assigned at this very level.
EntityUserLink.Permissions
set(String fieldName,
Object value)
EntityUserLink.Permissions
setEffective(List<String> effective)
Effective permissions represent all the permissions that a user has for this entity.
EntityUserLink.Permissions
setLocal(List<String> local)
Permissions that a user has been assigned at this very level.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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
-
set
public EntityUserLink.Permissions set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public EntityUserLink.Permissions clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.