public final class GroupRelation
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 |
|---|
GroupRelation() |
| Modifier and Type | Method and Description |
|---|---|
GroupRelation |
clone() |
String |
getDisplayName()
Display name for this group.
|
String |
getGroup()
Resource name for this group.
|
EntityKey |
getGroupKey()
Entity key has an id and a namespace.
|
Map<String,String> |
getLabels()
Labels for Group resource.
|
String |
getRelationType()
The relation between the member and the transitive group.
|
List<TransitiveMembershipRole> |
getRoles()
Membership roles of the member for the group.
|
GroupRelation |
set(String fieldName,
Object value) |
GroupRelation |
setDisplayName(String displayName)
Display name for this group.
|
GroupRelation |
setGroup(String group)
Resource name for this group.
|
GroupRelation |
setGroupKey(EntityKey groupKey)
Entity key has an id and a namespace.
|
GroupRelation |
setLabels(Map<String,String> labels)
Labels for Group resource.
|
GroupRelation |
setRelationType(String relationType)
The relation between the member and the transitive group.
|
GroupRelation |
setRoles(List<TransitiveMembershipRole> roles)
Membership roles of the member for the group.
|
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 String getDisplayName()
null for nonepublic GroupRelation setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getGroup()
null for nonepublic GroupRelation setGroup(String group)
group - group or null for nonepublic EntityKey getGroupKey()
null for nonepublic GroupRelation setGroupKey(EntityKey groupKey)
groupKey - groupKey or null for nonepublic Map<String,String> getLabels()
null for nonepublic GroupRelation setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getRelationType()
null for nonepublic GroupRelation setRelationType(String relationType)
relationType - relationType or null for nonepublic List<TransitiveMembershipRole> getRoles()
null for nonepublic GroupRelation setRoles(List<TransitiveMembershipRole> roles)
roles - roles or null for nonepublic GroupRelation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GroupRelation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.