public final class Group
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 Cloud Identity 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
List<EntityKey> |
getAdditionalGroupKeys()
Output only.
|
String |
getCreateTime()
Output only.
|
String |
getDescription()
An extended description to help users determine the purpose of a `Group`.
|
String |
getDisplayName()
The display name of the `Group`.
|
DynamicGroupMetadata |
getDynamicGroupMetadata()
Optional.
|
EntityKey |
getGroupKey()
Required.
|
Map<String,String> |
getLabels()
Required.
|
String |
getName()
Output only.
|
String |
getParent()
Required.
|
String |
getUpdateTime()
Output only.
|
Group |
set(String fieldName,
Object value) |
Group |
setAdditionalGroupKeys(List<EntityKey> additionalGroupKeys)
Output only.
|
Group |
setCreateTime(String createTime)
Output only.
|
Group |
setDescription(String description)
An extended description to help users determine the purpose of a `Group`.
|
Group |
setDisplayName(String displayName)
The display name of the `Group`.
|
Group |
setDynamicGroupMetadata(DynamicGroupMetadata dynamicGroupMetadata)
Optional.
|
Group |
setGroupKey(EntityKey groupKey)
Required.
|
Group |
setLabels(Map<String,String> labels)
Required.
|
Group |
setName(String name)
Output only.
|
Group |
setParent(String parent)
Required.
|
Group |
setUpdateTime(String updateTime)
Output only.
|
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<EntityKey> getAdditionalGroupKeys()
null for nonepublic Group setAdditionalGroupKeys(List<EntityKey> additionalGroupKeys)
additionalGroupKeys - additionalGroupKeys or null for nonepublic String getCreateTime()
null for nonepublic Group setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDescription()
null for nonepublic Group setDescription(String description)
description - description or null for nonepublic String getDisplayName()
null for nonepublic Group setDisplayName(String displayName)
displayName - displayName or null for nonepublic DynamicGroupMetadata getDynamicGroupMetadata()
null for nonepublic Group setDynamicGroupMetadata(DynamicGroupMetadata dynamicGroupMetadata)
dynamicGroupMetadata - dynamicGroupMetadata or null for nonepublic EntityKey getGroupKey()
null for nonepublic Group setGroupKey(EntityKey groupKey)
groupKey - groupKey or null for nonepublic Map<String,String> getLabels()
null for nonepublic Group setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getName()
null for nonepublic Group setName(String name)
name - name or null for nonepublic String getParent()
null for nonepublic Group setParent(String parent)
parent - parent or null for nonepublic String getUpdateTime()
null for nonepublic Group setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic Group set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Group clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.