calendar
v3
|
#include <event.h>
Public Member Functions | |
EventExtendedProperties (const Json::Value &storage) | |
EventExtendedProperties (Json::Value *storage) | |
virtual | ~EventExtendedProperties () |
const StringPiece | GetTypeName () const |
bool | has_private () const |
void | clear_private () |
const client::JsonCppAssociativeArray< string > | get_private () const |
client::JsonCppAssociativeArray< string > | mutable_private () |
bool | has_shared () const |
void | clear_shared () |
const client::JsonCppAssociativeArray< string > | get_shared () const |
client::JsonCppAssociativeArray< string > | mutable_shared () |
Static Public Member Functions | |
static EventExtendedProperties * | New () |
Extended properties of the event.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'private
' attribute.
|
inline |
Clears the 'shared
' attribute.
|
inline |
Get a reference to the value of the 'private
' attribute.
|
inline |
Get a reference to the value of the 'shared
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_calendar_api::EventExtendedProperties
|
inline |
Determine if the 'private
' attribute was set.
private
' attribute was set.
|
inline |
Determine if the 'shared
' attribute was set.
shared
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'private
' property.
Properties that are private to the copy of the event that appears on this calendar.
|
inline |
Gets a reference to a mutable value of the 'shared
' property.
Properties that are shared between copies of the event on other attendees' calendars.
|
static |
Creates a new default instance.