com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class GoogleContactGroup



  • public final class GoogleContactGroup
    extends Object

    Represents a group which owns the contact

    • Method Detail

      • getId

        public final String getId()

        Gets the unique identifier for a group entry

        Value: string that represents an unique identifier
      • getUpdated

        public 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 date
      • getTitle

        public final String getTitle()

        Gets the human-readable title for a group entry

        Value: The string that represents title for a group entry
      • getContent

        public final String getContent()

        Gets the content of the group entry

        Value: string that represents content
      • toString

        public String toString()

        Returns a String which represents the object instance.

        Overrides:
        toString in class Object
        Returns:
        Returns a String which represents the object instance.