public final class AppliedLabelChangeDetail
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 Drive Activity 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 |
|---|
AppliedLabelChangeDetail() |
| Modifier and Type | Method and Description |
|---|---|
AppliedLabelChangeDetail |
clone() |
List<FieldValueChange> |
getFieldChanges()
Field Changes.
|
String |
getLabel()
The Label name representing the Label that changed.
|
String |
getTitle()
The human-readable title of the label that changed.
|
List<String> |
getTypes()
The types of changes made to the Label on the Target.
|
AppliedLabelChangeDetail |
set(String fieldName,
Object value) |
AppliedLabelChangeDetail |
setFieldChanges(List<FieldValueChange> fieldChanges)
Field Changes.
|
AppliedLabelChangeDetail |
setLabel(String label)
The Label name representing the Label that changed.
|
AppliedLabelChangeDetail |
setTitle(String title)
The human-readable title of the label that changed.
|
AppliedLabelChangeDetail |
setTypes(List<String> types)
The types of changes made to the Label on the Target.
|
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 List<FieldValueChange> getFieldChanges()
null for nonepublic AppliedLabelChangeDetail setFieldChanges(List<FieldValueChange> fieldChanges)
fieldChanges - fieldChanges or null for nonepublic String getLabel()
null for nonepublic AppliedLabelChangeDetail setLabel(String label)
label - label or null for nonepublic String getTitle()
null for nonepublic AppliedLabelChangeDetail setTitle(String title)
title - title or null for nonepublic List<String> getTypes()
null for nonepublic AppliedLabelChangeDetail setTypes(List<String> types)
types - types or null for nonepublic AppliedLabelChangeDetail set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AppliedLabelChangeDetail clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.