public final class ResourceDetails
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 Admin SDK 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 |
|---|
ResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
clone() |
List<AppliedLabel> |
getAppliedLabels()
List of labels applied on the resource
|
String |
getId()
Identifier of the resource.
|
String |
getRelation()
Defines relationship of the resource to the events
|
String |
getTitle()
Title of the resource.
|
String |
getType()
Type of the resource - document, email, chat message
|
ResourceDetails |
set(String fieldName,
Object value) |
ResourceDetails |
setAppliedLabels(List<AppliedLabel> appliedLabels)
List of labels applied on the resource
|
ResourceDetails |
setId(String id)
Identifier of the resource.
|
ResourceDetails |
setRelation(String relation)
Defines relationship of the resource to the events
|
ResourceDetails |
setTitle(String title)
Title of the resource.
|
ResourceDetails |
setType(String type)
Type of the resource - document, email, chat message
|
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<AppliedLabel> getAppliedLabels()
null for nonepublic ResourceDetails setAppliedLabels(List<AppliedLabel> appliedLabels)
appliedLabels - appliedLabels or null for nonepublic String getId()
null for nonepublic ResourceDetails setId(String id)
id - id or null for nonepublic String getRelation()
null for nonepublic ResourceDetails setRelation(String relation)
relation - relation or null for nonepublic String getTitle()
null for nonepublic ResourceDetails setTitle(String title)
title - title or null for nonepublic String getType()
null for nonepublic ResourceDetails setType(String type)
type - type or null for nonepublic ResourceDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ResourceDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.