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 String getId()
Gets the unique identifier for a group entry
Value: string that represents an unique identifierString
object.public 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 String getTitle()
Gets the human-readable title for a group entry
Value: The string that represents title for a group entryString
object.public String getContent()
Gets the content of the group entry
Value: string that represents contentString
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.