public final class CorpusQuery
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 |
|---|
CorpusQuery() |
| Modifier and Type | Method and Description |
|---|---|
CorpusQuery |
clone() |
HeldCalendarQuery |
getCalendarQuery()
Service-specific options for Calendar holds.
|
HeldDriveQuery |
getDriveQuery()
Service-specific options for Drive holds.
|
HeldGroupsQuery |
getGroupsQuery()
Service-specific options for Groups holds.
|
HeldHangoutsChatQuery |
getHangoutsChatQuery()
Service-specific options for Chat holds.
|
HeldMailQuery |
getMailQuery()
Service-specific options for Gmail holds.
|
HeldVoiceQuery |
getVoiceQuery()
Service-specific options for Voice holds.
|
CorpusQuery |
set(String fieldName,
Object value) |
CorpusQuery |
setCalendarQuery(HeldCalendarQuery calendarQuery)
Service-specific options for Calendar holds.
|
CorpusQuery |
setDriveQuery(HeldDriveQuery driveQuery)
Service-specific options for Drive holds.
|
CorpusQuery |
setGroupsQuery(HeldGroupsQuery groupsQuery)
Service-specific options for Groups holds.
|
CorpusQuery |
setHangoutsChatQuery(HeldHangoutsChatQuery hangoutsChatQuery)
Service-specific options for Chat holds.
|
CorpusQuery |
setMailQuery(HeldMailQuery mailQuery)
Service-specific options for Gmail holds.
|
CorpusQuery |
setVoiceQuery(HeldVoiceQuery voiceQuery)
Service-specific options for Voice holds.
|
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 HeldCalendarQuery getCalendarQuery()
null for nonepublic CorpusQuery setCalendarQuery(HeldCalendarQuery calendarQuery)
calendarQuery - calendarQuery or null for nonepublic HeldDriveQuery getDriveQuery()
null for nonepublic CorpusQuery setDriveQuery(HeldDriveQuery driveQuery)
driveQuery - driveQuery or null for nonepublic HeldGroupsQuery getGroupsQuery()
null for nonepublic CorpusQuery setGroupsQuery(HeldGroupsQuery groupsQuery)
groupsQuery - groupsQuery or null for nonepublic HeldHangoutsChatQuery getHangoutsChatQuery()
null for nonepublic CorpusQuery setHangoutsChatQuery(HeldHangoutsChatQuery hangoutsChatQuery)
hangoutsChatQuery - hangoutsChatQuery or null for nonepublic HeldMailQuery getMailQuery()
null for nonepublic CorpusQuery setMailQuery(HeldMailQuery mailQuery)
mailQuery - mailQuery or null for nonepublic HeldVoiceQuery getVoiceQuery()
null for nonepublic CorpusQuery setVoiceQuery(HeldVoiceQuery voiceQuery)
voiceQuery - voiceQuery or null for nonepublic CorpusQuery set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CorpusQuery clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.