public final class Membership extends 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 Google Chat API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Membership() |
| Modifier and Type | Method and Description |
|---|---|
Membership |
clone() |
String |
getCreateTime()
The creation time of the membership a.k.a the time at which the member joined the space, if
applicable.
|
User |
getMember()
A User in Hangout Chat
|
String |
getName() |
String |
getState()
State of the membership.
|
Membership |
set(String fieldName,
Object value) |
Membership |
setCreateTime(String createTime)
The creation time of the membership a.k.a the time at which the member joined the space, if
applicable.
|
Membership |
setMember(User member)
A User in Hangout Chat
|
Membership |
setName(String name) |
Membership |
setState(String state)
State of the membership.
|
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 getCreateTime()
null for nonepublic Membership setCreateTime(String createTime)
createTime - createTime or null for nonepublic User getMember()
null for nonepublic Membership setMember(User member)
member - member or null for nonepublic String getName()
null for nonepublic Membership setName(String name)
name - name or null for nonepublic String getState()
null for nonepublic Membership setState(String state)
state - state or null for nonepublic Membership set(String fieldName, Object value)
set in class GenericJsonpublic Membership clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.