| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.contacts.GroupMembershipInfo | ||
Denotes contact's group membership.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DELETED | XML "deleted" attribute name | |||||||||
| String | HREF | XML "href" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deleted | Whether the contact was removed from the group | ||||||||||
| href | URI of the group | ||||||||||
|
[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 whether the contact was removed from the group.
| |||||||||||
Returns the URI of the group.
| |||||||||||
Returns whether it has the whether the contact was removed from the group.
| |||||||||||
Returns whether it has the URI of the group.
| |||||||||||
Sets the whether the contact was removed from the group.
| |||||||||||
Sets the URI of the group.
| |||||||||||
| 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 "deleted" attribute name
XML "href" attribute name
XML element name
Whether the contact was removed from the group
URI of the group
Default mutable constructor.
Immutable constructor.
| deleted | Whether the contact was removed from the group. |
|---|---|
| href | URI of the group. |
| 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 whether the contact was removed from the group.
Returns the URI of the group.
Returns whether it has the whether the contact was removed from the group.
Returns whether it has the URI of the group.
Sets the whether the contact was removed from the group.
| deleted | Whether the contact was removed from the group or
null to reset
|
|---|
Sets the URI of the group.
| href | URI of the group 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.