public final class DriveSyncStateChanged
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DriveSyncStateChanged() |
| Modifier and Type | Method and Description |
|---|---|
DriveSyncStateChanged |
clone() |
String |
getEmail()
Email of the user affected.
|
String |
getSyncPauseStartTime()
Time at which sync was paused.
|
String |
getSyncState()
The current sync state.
|
String |
getSyncStateChangeReason()
The reason for the sync state change.
|
DriveSyncStateChanged |
set(String fieldName,
Object value) |
DriveSyncStateChanged |
setEmail(String email)
Email of the user affected.
|
DriveSyncStateChanged |
setSyncPauseStartTime(String syncPauseStartTime)
Time at which sync was paused.
|
DriveSyncStateChanged |
setSyncState(String syncState)
The current sync state.
|
DriveSyncStateChanged |
setSyncStateChangeReason(String syncStateChangeReason)
The reason for the sync state change.
|
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 getEmail()
null for nonepublic DriveSyncStateChanged setEmail(String email)
email - email or null for nonepublic String getSyncPauseStartTime()
null for nonepublic DriveSyncStateChanged setSyncPauseStartTime(String syncPauseStartTime)
syncPauseStartTime - syncPauseStartTime or null for nonepublic String getSyncState()
null for nonepublic DriveSyncStateChanged setSyncState(String syncState)
syncState - syncState or null for nonepublic String getSyncStateChangeReason()
null for nonepublic DriveSyncStateChanged setSyncStateChangeReason(String syncStateChangeReason)
syncStateChangeReason - syncStateChangeReason or null for nonepublic DriveSyncStateChanged set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DriveSyncStateChanged clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.