public final class AccountPermission
extends com.google.api.client.json.GenericJson
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 Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AccountPermission() |
Modifier and Type | Method and Description |
---|---|
AccountPermission |
clone() |
List<String> |
getAccountProfiles()
Account profiles associated with this account permission.
|
Long |
getId()
ID of this account permission.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getLevel()
Administrative level required to enable this account permission.
|
String |
getName()
Name of this account permission.
|
Long |
getPermissionGroupId()
Permission group of this account permission.
|
AccountPermission |
set(String fieldName,
Object value) |
AccountPermission |
setAccountProfiles(List<String> accountProfiles)
Account profiles associated with this account permission.
|
AccountPermission |
setId(Long id)
ID of this account permission.
|
AccountPermission |
setKind(String kind)
Identifies what kind of resource this is.
|
AccountPermission |
setLevel(String level)
Administrative level required to enable this account permission.
|
AccountPermission |
setName(String name)
Name of this account permission.
|
AccountPermission |
setPermissionGroupId(Long permissionGroupId)
Permission group of this account permission.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<String> getAccountProfiles()
null
for nonepublic AccountPermission setAccountProfiles(List<String> accountProfiles)
accountProfiles
- accountProfiles or null
for nonepublic Long getId()
null
for nonepublic AccountPermission setId(Long id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic AccountPermission setKind(String kind)
kind
- kind or null
for nonepublic String getLevel()
null
for nonepublic AccountPermission setLevel(String level)
level
- level or null
for nonepublic String getName()
null
for nonepublic AccountPermission setName(String name)
name
- name or null
for nonepublic Long getPermissionGroupId()
null
for nonepublic AccountPermission setPermissionGroupId(Long permissionGroupId)
permissionGroupId
- permissionGroupId or null
for nonepublic AccountPermission set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AccountPermission clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.