GoogleContactGroup
Inheritance: java.lang.Object
public final class GoogleContactGroup
Represents a group which owns the contact
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getContent() | Gets the content of the group entry |
| getId() | Gets the unique identifier for a group entry |
| getTitle() | Gets the human-readable title for a group entry |
| getUpdated() | Gets the date indicating the most recent instant in time when an group entry was modified |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | Returns a String which represents the object instance. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getContent()
public final String getContent()
Gets the content of the group entry
Value: string that represents content
Returns: java.lang.String
getId()
public final String getId()
Gets the unique identifier for a group entry
Value: string that represents an unique identifier
Returns: java.lang.String
getTitle()
public final String getTitle()
Gets the human-readable title for a group entry
Value: The string that represents title for a group entry
Returns: java.lang.String
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
Returns: java.util.Date
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a String which represents the object instance.
Returns: java.lang.String - Returns a String which represents the object instance.
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |