| java.lang.Object |
| ↳ |
com.google.gdata.data.calendar.CalendarExtendedProperty.Realm |
Class Overview
Limit on who may see and modify this extended property.
Summary
| Constants |
| String |
CALENDAR |
Indicates that this extended property can be accessed or modified
through the current calendar. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
CALENDAR
Indicates that this extended property can be accessed or modified
through the current calendar.
Constant Value:
"http://schemas.google.com/gCal/2005#calendar"
Public Constructors
public
CalendarExtendedProperty.Realm
()