| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.contacts.CalendarLink | ||
Contact related calendar link.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CalendarLink.Rel | Known calendar link type. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | HREF | XML "href" attribute name | |||||||||
| String | LABEL | XML "label" attribute name | |||||||||
| String | PRIMARY | XML "primary" attribute name | |||||||||
| String | REL | XML "rel" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| REL_ENUM_TO_ATTRIBUTE_VALUE | |||||||||||
| href | URI of the calendar | ||||||||||
| label | User defined calendar link label | ||||||||||
| primary | Denotes primary calendar link | ||||||||||
| rel | Known calendar link type | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the URI of the calendar.
| |||||||||||
Returns the user defined calendar link label.
| |||||||||||
Returns the denotes primary calendar link.
| |||||||||||
Returns the known calendar link type.
| |||||||||||
Returns whether it has the URI of the calendar.
| |||||||||||
Returns whether it has the user defined calendar link label.
| |||||||||||
Returns whether it has the denotes primary calendar link.
| |||||||||||
Returns whether it has the known calendar link type.
| |||||||||||
Sets the URI of the calendar.
| |||||||||||
Sets the user defined calendar link label.
| |||||||||||
Sets the denotes primary calendar link.
| |||||||||||
Sets the known calendar link type.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "href" attribute name
XML "label" attribute name
XML "primary" attribute name
XML "rel" attribute name
XML element name
URI of the calendar
User defined calendar link label
Denotes primary calendar link
Default mutable constructor.
Immutable constructor.
| href | URI of the calendar. |
|---|---|
| label | User defined calendar link label. |
| primary | Denotes primary calendar link. |
| rel | Known calendar link type. |
| obj |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the URI of the calendar.
Returns the user defined calendar link label.
Returns the denotes primary calendar link.
Returns the known calendar link type.
Returns whether it has the URI of the calendar.
Returns whether it has the user defined calendar link label.
Returns whether it has the denotes primary calendar link.
Returns whether it has the known calendar link type.
Sets the URI of the calendar.
| href | URI of the calendar or null to reset
|
|---|
Sets the user defined calendar link label.
| label | User defined calendar link label or null to reset
|
|---|
Sets the denotes primary calendar link.
| primary | Denotes primary calendar link or null to reset
|
|---|
Sets the known calendar link type.
| rel | Known calendar link type or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.