public final class HeldGroupsQuery
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 |
|---|
HeldGroupsQuery() |
| Modifier and Type | Method and Description |
|---|---|
HeldGroupsQuery |
clone() |
String |
getEndTime()
The end time for the query.
|
String |
getStartTime()
The start time for the query.
|
String |
getTerms()
The [search operators](https://support.google.com/vault/answer/2474474) used to refine the
messages covered by the hold.
|
HeldGroupsQuery |
set(String fieldName,
Object value) |
HeldGroupsQuery |
setEndTime(String endTime)
The end time for the query.
|
HeldGroupsQuery |
setStartTime(String startTime)
The start time for the query.
|
HeldGroupsQuery |
setTerms(String terms)
The [search operators](https://support.google.com/vault/answer/2474474) used to refine the
messages covered by the hold.
|
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 getEndTime()
null for nonepublic HeldGroupsQuery setEndTime(String endTime)
endTime - endTime or null for nonepublic String getStartTime()
null for nonepublic HeldGroupsQuery setStartTime(String startTime)
startTime - startTime or null for nonepublic String getTerms()
null for nonepublic HeldGroupsQuery setTerms(String terms)
terms - terms or null for nonepublic HeldGroupsQuery set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic HeldGroupsQuery clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.