public final class HeldAccount
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 |
|---|
HeldAccount() |
| Modifier and Type | Method and Description |
|---|---|
HeldAccount |
clone() |
String |
getAccountId()
The account ID, as provided by the [Admin SDK](https://developers.google.com/admin-sdk/).
|
String |
getEmail()
The primary email address of the account.
|
String |
getFirstName()
Output only.
|
String |
getHoldTime()
Output only.
|
String |
getLastName()
Output only.
|
HeldAccount |
set(String fieldName,
Object value) |
HeldAccount |
setAccountId(String accountId)
The account ID, as provided by the [Admin SDK](https://developers.google.com/admin-sdk/).
|
HeldAccount |
setEmail(String email)
The primary email address of the account.
|
HeldAccount |
setFirstName(String firstName)
Output only.
|
HeldAccount |
setHoldTime(String holdTime)
Output only.
|
HeldAccount |
setLastName(String lastName)
Output only.
|
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 getAccountId()
null for nonepublic HeldAccount setAccountId(String accountId)
accountId - accountId or null for nonepublic String getEmail()
null for nonepublic HeldAccount setEmail(String email)
email - email or null for nonepublic String getFirstName()
null for nonepublic HeldAccount setFirstName(String firstName)
firstName - firstName or null for nonepublic String getHoldTime()
null for nonepublic HeldAccount setHoldTime(String holdTime)
holdTime - holdTime or null for nonepublic String getLastName()
null for nonepublic HeldAccount setLastName(String lastName)
lastName - lastName or null for nonepublic HeldAccount set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic HeldAccount clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.