public final class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest
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 Admin 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 |
|---|
GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest() |
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 GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest()
public List<String> getAction()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setAction(List<String> action)
action - action or null for nonepublic List<String> getActorEmail()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setActorEmail(List<String> actorEmail)
actorEmail - actorEmail or null for nonepublic String getEarliestChangeTime()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setEarliestChangeTime(String earliestChangeTime)
earliestChangeTime - earliestChangeTime or null for nonepublic String getLatestChangeTime()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setLatestChangeTime(String latestChangeTime)
latestChangeTime - latestChangeTime or null for nonepublic Integer getPageSize()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setPageSize(Integer pageSize)
pageSize - pageSize or null for nonepublic String getPageToken()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic String getProperty()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setProperty(String property)
property - property or null for nonepublic List<String> getResourceType()
null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest setResourceType(List<String> resourceType)
resourceType - resourceType or null for nonepublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.