|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.AclRule
public final class AclRule
Model definition for AclRule.
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 Calendar API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary | |
---|---|
static class |
AclRule.Scope
The scope of the rule. |
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
AclRule()
|
Method Summary | |
---|---|
java.lang.String |
getEtag()
ETag of the resource. |
java.lang.String |
getId()
Identifier of the ACL rule. |
java.lang.String |
getKind()
Type of the resource ("calendar#aclRule"). |
java.lang.String |
getRole()
The role assigned to the scope. |
AclRule.Scope |
getScope()
The scope of the rule. |
AclRule |
setEtag(java.lang.String etag)
ETag of the resource. |
AclRule |
setId(java.lang.String id)
Identifier of the ACL rule. |
AclRule |
setKind(java.lang.String kind)
Type of the resource ("calendar#aclRule"). |
AclRule |
setRole(java.lang.String role)
The role assigned to the scope. |
AclRule |
setScope(AclRule.Scope scope)
The scope of the rule. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AclRule()
Method Detail |
---|
public java.lang.String getEtag()
null
.
public AclRule setEtag(java.lang.String etag)
null
.
public java.lang.String getId()
null
.
public AclRule setId(java.lang.String id)
null
.
public java.lang.String getKind()
null
.
public AclRule setKind(java.lang.String kind)
null
.
public java.lang.String getRole()
null
.
public AclRule setRole(java.lang.String role)
null
.
public AclRule.Scope getScope()
null
.
public AclRule setScope(AclRule.Scope scope)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |