public static final class About.AdditionalRoleInfo.RoleSets
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RoleSets() |
| Modifier and Type | Method and Description |
|---|---|
About.AdditionalRoleInfo.RoleSets |
clone() |
List<String> |
getAdditionalRoles()
The supported additional roles with the primary role.
|
String |
getPrimaryRole()
A primary permission role.
|
About.AdditionalRoleInfo.RoleSets |
set(String fieldName,
Object value) |
About.AdditionalRoleInfo.RoleSets |
setAdditionalRoles(List<String> additionalRoles)
The supported additional roles with the primary role.
|
About.AdditionalRoleInfo.RoleSets |
setPrimaryRole(String primaryRole)
A primary permission role.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getAdditionalRoles()
null for nonepublic About.AdditionalRoleInfo.RoleSets setAdditionalRoles(List<String> additionalRoles)
additionalRoles - additionalRoles or null for nonepublic String getPrimaryRole()
null for nonepublic About.AdditionalRoleInfo.RoleSets setPrimaryRole(String primaryRole)
primaryRole - primaryRole or null for nonepublic About.AdditionalRoleInfo.RoleSets set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic About.AdditionalRoleInfo.RoleSets clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.