@Deprecated public final class GmailContactGroup extends IFeedEntry
Represents a group which owns the contact
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Deprecated.
Gets the content of the group entry
|
String |
getId()
Deprecated.
Gets the unique identifier
for a group entry
|
String |
getTitle()
Deprecated.
Gets the human-readable title
for a group entry
|
Date |
getUpdated()
Deprecated.
Gets the date indicating the most
recent instant in time
when an group entry was modified
|
String |
toString()
Deprecated.
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 identifiergetId
in class IFeedEntry
String
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 dategetUpdated
in class IFeedEntry
public String getTitle()
Gets the human-readable title for a group entry
Value: The string that represents title for a group entrygetTitle
in class IFeedEntry
String
object.public String getContent()
Gets the content of the group entry
Value: string that represents contentgetContent
in class IFeedEntry
String
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.