30 #ifndef GOOGLE_CALENDAR_API_CONFERENCE_PROPERTIES_H_ 31 #define GOOGLE_CALENDAR_API_CONFERENCE_PROPERTIES_H_ 34 #include "googleapis/base/macros.h" 35 #include "googleapis/client/data/jsoncpp_data.h" 36 #include "googleapis/strings/stringpiece.h" 84 return StringPiece(
"google_calendar_api::ConferenceProperties");
95 return Storage().isMember(
"allowedConferenceSolutionTypes");
102 MutableStorage()->removeMember(
"allowedConferenceSolutionTypes");
111 const Json::Value& storage = Storage(
"allowedConferenceSolutionTypes");
112 return client::JsonValueToCppValueHelper<client::JsonCppArray<string > >(storage);
128 Json::Value* storage = MutableStorage(
"allowedConferenceSolutionTypes");
129 return client::JsonValueToMutableCppValueHelper<client::JsonCppArray<string > >(storage);
136 #endif // GOOGLE_CALENDAR_API_CONFERENCE_PROPERTIES_H_ const StringPiece GetTypeName() const
Definition: conference_properties.h:83
const client::JsonCppArray< string > get_allowed_conference_solution_types() const
Definition: conference_properties.h:110
Definition: conference_properties.h:50
void clear_allowed_conference_solution_types()
Definition: conference_properties.h:101
bool has_allowed_conference_solution_types() const
Definition: conference_properties.h:94
client::JsonCppArray< string > mutable_allowedConferenceSolutionTypes()
Definition: conference_properties.h:127