public final class Matter
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 Google Vault 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 |
|---|
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 |
getMatterRegion()
Optional.
|
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 |
setMatterRegion(String matterRegion)
Optional.
|
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 getMatterRegion()
null for nonepublic Matter setMatterRegion(String matterRegion)
matterRegion - matterRegion 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 com.google.api.client.json.GenericJsonpublic Matter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.