public final class PlusAclentryResource
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 |
---|
PlusAclentryResource() |
Modifier and Type | Method and Description |
---|---|
PlusAclentryResource |
clone() |
java.lang.String |
getDisplayName()
A descriptive name for this entry.
|
java.lang.String |
getId()
The ID of the entry.
|
java.lang.String |
getType()
The type of entry describing to whom access is granted.
|
PlusAclentryResource |
set(java.lang.String fieldName,
java.lang.Object value) |
PlusAclentryResource |
setDisplayName(java.lang.String displayName)
A descriptive name for this entry.
|
PlusAclentryResource |
setId(java.lang.String id)
The ID of the entry.
|
PlusAclentryResource |
setType(java.lang.String type)
The type of entry describing to whom access is granted.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDisplayName()
null
for nonepublic PlusAclentryResource setDisplayName(java.lang.String displayName)
displayName
- displayName or null
for nonepublic java.lang.String getId()
null
for nonepublic PlusAclentryResource setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.String getType()
null
for nonepublic PlusAclentryResource setType(java.lang.String type)
type
- type or null
for nonepublic PlusAclentryResource set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PlusAclentryResource clone()
clone
in class com.google.api.client.json.GenericJson