public final class GroupsCountResult
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 |
|---|
GroupsCountResult() |
| Modifier and Type | Method and Description |
|---|---|
GroupsCountResult |
clone() |
List<AccountCountError> |
getAccountCountErrors()
Error occurred when querying these accounts.
|
List<AccountCount> |
getAccountCounts()
Subtotal count per matching account that have more than zero messages.
|
Long |
getMatchingAccountsCount()
Total number of accounts that can be queried and have more than zero messages.
|
List<String> |
getNonQueryableAccounts()
When **DataScope** is **HELD_DATA**, these accounts in the request are not queried because they
are not on hold.
|
Long |
getQueriedAccountsCount()
Total number of accounts involved in this count operation.
|
GroupsCountResult |
set(String fieldName,
Object value) |
GroupsCountResult |
setAccountCountErrors(List<AccountCountError> accountCountErrors)
Error occurred when querying these accounts.
|
GroupsCountResult |
setAccountCounts(List<AccountCount> accountCounts)
Subtotal count per matching account that have more than zero messages.
|
GroupsCountResult |
setMatchingAccountsCount(Long matchingAccountsCount)
Total number of accounts that can be queried and have more than zero messages.
|
GroupsCountResult |
setNonQueryableAccounts(List<String> nonQueryableAccounts)
When **DataScope** is **HELD_DATA**, these accounts in the request are not queried because they
are not on hold.
|
GroupsCountResult |
setQueriedAccountsCount(Long queriedAccountsCount)
Total number of accounts involved in this count operation.
|
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 List<AccountCountError> getAccountCountErrors()
null for nonepublic GroupsCountResult setAccountCountErrors(List<AccountCountError> accountCountErrors)
accountCountErrors - accountCountErrors or null for nonepublic List<AccountCount> getAccountCounts()
null for nonepublic GroupsCountResult setAccountCounts(List<AccountCount> accountCounts)
accountCounts - accountCounts or null for nonepublic Long getMatchingAccountsCount()
null for nonepublic GroupsCountResult setMatchingAccountsCount(Long matchingAccountsCount)
matchingAccountsCount - matchingAccountsCount or null for nonepublic List<String> getNonQueryableAccounts()
null for nonepublic GroupsCountResult setNonQueryableAccounts(List<String> nonQueryableAccounts)
nonQueryableAccounts - nonQueryableAccounts or null for nonepublic Long getQueriedAccountsCount()
null for nonepublic GroupsCountResult setQueriedAccountsCount(Long queriedAccountsCount)
queriedAccountsCount - queriedAccountsCount or null for nonepublic GroupsCountResult set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GroupsCountResult clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.