|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.model.Element
com.google.gdata.model.gd.EntryLink
com.google.gdata.model.gd.RecurrenceExceptionEntryLink
public class RecurrenceExceptionEntryLink
Describes an entry link used by a recurrence exception.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gdata.data.ILink |
---|
ILink.Rel, ILink.Type |
Field Summary | |
---|---|
static ElementKey<java.lang.Void,RecurrenceExceptionEntryLink> |
KEY
The key for this element. |
Fields inherited from class com.google.gdata.model.gd.EntryLink |
---|
HREF, READ_ONLY, REL |
Constructor Summary | |
---|---|
|
RecurrenceExceptionEntryLink()
Constructs an instance using the default key. |
protected |
RecurrenceExceptionEntryLink(ElementKey<?,? extends RecurrenceExceptionEntryLink> key)
Subclass constructor, allows subclasses to supply their own element key. |
protected |
RecurrenceExceptionEntryLink(ElementKey<?,? extends RecurrenceExceptionEntryLink> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing Element instance. |
Method Summary | |
---|---|
RecurrenceExceptionEntry |
getEntry()
Returns the nested entry. |
boolean |
hasEntry()
Returns whether it has the nested entry. |
RecurrenceExceptionEntryLink |
lock()
Locks this element. |
static void |
registerMetadata(MetadataRegistry registry)
Registers the metadata for this element. |
RecurrenceExceptionEntryLink |
setEntry(RecurrenceExceptionEntry entry)
Sets the nested entry. |
Methods inherited from class com.google.gdata.model.gd.EntryLink |
---|
getHref, getReadOnly, getRel, getType, hasHref, hasReadOnly, hasRel, setEntry, setHref, setReadOnly, setRel, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ElementKey<java.lang.Void,RecurrenceExceptionEntryLink> KEY
Constructor Detail |
---|
public RecurrenceExceptionEntryLink()
protected RecurrenceExceptionEntryLink(ElementKey<?,? extends RecurrenceExceptionEntryLink> key)
protected RecurrenceExceptionEntryLink(ElementKey<?,? extends RecurrenceExceptionEntryLink> key, Element source)
Element
instance. Will use the given ElementKey
as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
Element.createElement(ElementKey, Element)
.
key
- The key to use for this element.source
- source elementMethod Detail |
---|
public static void registerMetadata(MetadataRegistry registry)
public RecurrenceExceptionEntryLink lock()
Element
lock
in class Element
public RecurrenceExceptionEntry getEntry()
getEntry
in class EntryLink
public RecurrenceExceptionEntryLink setEntry(RecurrenceExceptionEntry entry)
entry
- nested entry or null
to reset
public boolean hasEntry()
hasEntry
in class EntryLink
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |