public final class GoogleContactGroup extends Object
Represents a group which owns the contact
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the content of the group entry
|
String |
getId()
Gets the unique identifier
for a group entry
|
String |
getTitle()
Gets the human-readable title
for a group entry
|
Date |
getUpdated()
Gets the date indicating the most
recent instant in time
when an group entry was modified
|
String |
toString()
Returns a String which represents the object instance.
|
public final String getId()
Gets the unique identifier for a group entry
Value: string that represents an unique identifierpublic final Date getUpdated()
Gets the date indicating the most recent instant in time when an group entry was modified
Value: DateTime value that represents updated datepublic final String getTitle()
Gets the human-readable title for a group entry
Value: The string that represents title for a group entrypublic final String getContent()
Gets the content of the group entry
Value: string that represents content