public final class UserDeletionRequest
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 Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
UserDeletionRequest.Id
User ID.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UserDeletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UserDeletionRequest |
clone() |
com.google.api.client.util.DateTime |
getDeletionRequestTime()
This marks the point in time for which all user data before should be deleted
|
java.lang.String |
getFirebaseProjectId()
Firebase Project Id
|
UserDeletionRequest.Id |
getId()
User ID.
|
java.lang.String |
getKind()
Value is "analytics#userDeletionRequest".
|
java.lang.String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY.
|
UserDeletionRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
UserDeletionRequest |
setDeletionRequestTime(com.google.api.client.util.DateTime deletionRequestTime)
This marks the point in time for which all user data before should be deleted
|
UserDeletionRequest |
setFirebaseProjectId(java.lang.String firebaseProjectId)
Firebase Project Id
|
UserDeletionRequest |
setId(UserDeletionRequest.Id id)
User ID.
|
UserDeletionRequest |
setKind(java.lang.String kind)
Value is "analytics#userDeletionRequest".
|
UserDeletionRequest |
setWebPropertyId(java.lang.String webPropertyId)
Web property ID of the form UA-XXXXX-YY.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic com.google.api.client.util.DateTime getDeletionRequestTime()
null for nonepublic UserDeletionRequest setDeletionRequestTime(com.google.api.client.util.DateTime deletionRequestTime)
deletionRequestTime - deletionRequestTime or null for nonepublic java.lang.String getFirebaseProjectId()
null for nonepublic UserDeletionRequest setFirebaseProjectId(java.lang.String firebaseProjectId)
firebaseProjectId - firebaseProjectId or null for nonepublic UserDeletionRequest.Id getId()
null for nonepublic UserDeletionRequest setId(UserDeletionRequest.Id id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic UserDeletionRequest setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getWebPropertyId()
null for nonepublic UserDeletionRequest setWebPropertyId(java.lang.String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic UserDeletionRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UserDeletionRequest clone()
clone in class com.google.api.client.json.GenericJson