public final class Acl
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+ 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.Flags| Constructor and Description |
|---|
Acl() |
| Modifier and Type | Method and Description |
|---|---|
Acl |
clone() |
java.lang.String |
getDescription()
Description of the access granted, suitable for display.
|
java.util.List<PlusAclentryResource> |
getItems()
The list of access entries.
|
java.lang.String |
getKind()
Identifies this resource as a collection of access controls.
|
Acl |
set(java.lang.String fieldName,
java.lang.Object value) |
Acl |
setDescription(java.lang.String description)
Description of the access granted, suitable for display.
|
Acl |
setItems(java.util.List<PlusAclentryResource> items)
The list of access entries.
|
Acl |
setKind(java.lang.String kind)
Identifies this resource as a collection of access controls.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDescription()
null for nonepublic Acl setDescription(java.lang.String description)
description - description or null for nonepublic java.util.List<PlusAclentryResource> getItems()
null for nonepublic Acl setItems(java.util.List<PlusAclentryResource> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic Acl setKind(java.lang.String kind)
kind - kind or null for nonepublic Acl set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Acl clone()
clone in class com.google.api.client.json.GenericJson