public final class Matter 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 G Suite Vault 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 |
|---|
Matter() |
| Modifier and Type | Method and Description |
|---|---|
Matter |
clone() |
String |
getDescription()
An optional description for the matter.
|
String |
getMatterId()
The matter ID, which is generated by the server.
|
List<MatterPermission> |
getMatterPermissions()
Lists the users and their permission for the matter.
|
String |
getName()
The name of the matter.
|
String |
getState()
The state of the matter.
|
Matter |
set(String fieldName,
Object value) |
Matter |
setDescription(String description)
An optional description for the matter.
|
Matter |
setMatterId(String matterId)
The matter ID, which is generated by the server.
|
Matter |
setMatterPermissions(List<MatterPermission> matterPermissions)
Lists the users and their permission for the matter.
|
Matter |
setName(String name)
The name of the matter.
|
Matter |
setState(String state)
The state of the matter.
|
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 getDescription()
null for nonepublic Matter setDescription(String description)
description - description or null for nonepublic String getMatterId()
null for nonepublic Matter setMatterId(String matterId)
matterId - matterId or null for nonepublic List<MatterPermission> getMatterPermissions()
null for nonepublic Matter setMatterPermissions(List<MatterPermission> matterPermissions)
matterPermissions - matterPermissions or null for nonepublic String getName()
null for nonepublic Matter setName(String name)
name - name or null for nonepublic String getState()
null for nonepublic Matter setState(String state)
state - state or null for nonepublic Matter set(String fieldName, Object value)
set in class GenericJsonpublic Matter clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.