public final class VaultAcceleratedDeletion
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 Workspace Alert Center 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VaultAcceleratedDeletion() |
Modifier and Type | Method and Description |
---|---|
VaultAcceleratedDeletion |
clone() |
String |
getActionType()
The action can be one of create and cancel
|
String |
getAppType()
Currentlty only Gmail is supported as app type
|
String |
getCreateTime()
The UTC timestamp of when the AD request was created
|
String |
getDeletionRequestId()
Accelerated deletion request ID intended to be used to construct the Vault UI link to the AD
request
|
String |
getMatterId()
Matter ID of the accelerated deletion request intended to be used to construct the Vault UI
link to the AD request
|
VaultAcceleratedDeletion |
set(String fieldName,
Object value) |
VaultAcceleratedDeletion |
setActionType(String actionType)
The action can be one of create and cancel
|
VaultAcceleratedDeletion |
setAppType(String appType)
Currentlty only Gmail is supported as app type
|
VaultAcceleratedDeletion |
setCreateTime(String createTime)
The UTC timestamp of when the AD request was created
|
VaultAcceleratedDeletion |
setDeletionRequestId(String deletionRequestId)
Accelerated deletion request ID intended to be used to construct the Vault UI link to the AD
request
|
VaultAcceleratedDeletion |
setMatterId(String matterId)
Matter ID of the accelerated deletion request intended to be used to construct the Vault UI
link to the AD request
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getActionType()
null
for nonepublic VaultAcceleratedDeletion setActionType(String actionType)
actionType
- actionType or null
for nonepublic String getAppType()
null
for nonepublic VaultAcceleratedDeletion setAppType(String appType)
appType
- appType or null
for nonepublic String getCreateTime()
null
for nonepublic VaultAcceleratedDeletion setCreateTime(String createTime)
createTime
- createTime or null
for nonepublic String getDeletionRequestId()
null
for nonepublic VaultAcceleratedDeletion setDeletionRequestId(String deletionRequestId)
deletionRequestId
- deletionRequestId or null
for nonepublic String getMatterId()
null
for nonepublic VaultAcceleratedDeletion setMatterId(String matterId)
matterId
- matterId or null
for nonepublic VaultAcceleratedDeletion set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public VaultAcceleratedDeletion clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.