|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.calendar.AccessLevelProperty
public class AccessLevelProperty
GData schema extension describing how much a given user may do with a given event or calendar.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary | |
---|---|
static AccessLevelProperty |
EDITOR
On a calendar, allows full owner access except an editor may not change access control settings on the calendar. |
static AccessLevelProperty |
FREEBUSY
The event shows up as busy time only. |
static AccessLevelProperty |
NONE
The event is not visible. |
static AccessLevelProperty |
OVERRIDE
Only applies to events. |
static AccessLevelProperty |
OWNER
The user is the event organizer or the owner of the calendar. |
static AccessLevelProperty |
READ
The event details are readable. |
static AccessLevelProperty |
RESPOND
Only applies to events. |
static AccessLevelProperty |
ROOT
The calendar server itself. |
Fields inherited from class com.google.gdata.data.ValueConstruct |
---|
attrName |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
Constructor Summary | |
---|---|
AccessLevelProperty()
|
|
AccessLevelProperty(java.lang.String value)
|
Method Summary | |
---|---|
static ExtensionDescription |
getDefaultDescription()
|
Methods inherited from class com.google.gdata.data.ValueConstruct |
---|
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AccessLevelProperty NONE
public static final AccessLevelProperty READ
public static final AccessLevelProperty FREEBUSY
public static final AccessLevelProperty RESPOND
public static final AccessLevelProperty OVERRIDE
public static final AccessLevelProperty EDITOR
public static final AccessLevelProperty OWNER
public static final AccessLevelProperty ROOT
Constructor Detail |
---|
public AccessLevelProperty()
public AccessLevelProperty(java.lang.String value)
Method Detail |
---|
public static ExtensionDescription getDefaultDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |