Java com.google.gwt.gdata.client.contacts ContactGroupEntry fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.contacts ContactGroupEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.contacts ContactGroupEntry.

The text is from its open source code.

Method

com.google.gwt.gdata.client.LinkgetEditLink()
Returns the link that provides the URI that can be used to edit the entry.
StringgetEtag()
Returns the entity tag of the entry.
IdgetId()
Returns the entry identifier.
TextgetTitle()
Returns the title.
ContactGroupEntrynewInstance()
Constructs a contact group entry.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.