#include <create_conference_request.h>
◆ CreateConferenceRequest() [1/2]
google_calendar_api::CreateConferenceRequest::CreateConferenceRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CreateConferenceRequest() [2/2]
google_calendar_api::CreateConferenceRequest::CreateConferenceRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CreateConferenceRequest()
google_calendar_api::CreateConferenceRequest::~CreateConferenceRequest |
( |
| ) |
|
|
virtual |
◆ clear_conference_solution_key()
void google_calendar_api::CreateConferenceRequest::clear_conference_solution_key |
( |
| ) |
|
|
inline |
Clears the 'conferenceSolutionKey
' attribute.
◆ clear_request_id()
void google_calendar_api::CreateConferenceRequest::clear_request_id |
( |
| ) |
|
|
inline |
Clears the 'requestId
' attribute.
◆ clear_status()
void google_calendar_api::CreateConferenceRequest::clear_status |
( |
| ) |
|
|
inline |
Clears the 'status
' attribute.
◆ get_conference_solution_key()
const ConferenceSolutionKey google_calendar_api::CreateConferenceRequest::get_conference_solution_key |
( |
| ) |
const |
Get a reference to the value of the 'conferenceSolutionKey
' attribute.
◆ get_request_id()
const StringPiece google_calendar_api::CreateConferenceRequest::get_request_id |
( |
| ) |
const |
|
inline |
Get the value of the 'requestId
' attribute.
◆ get_status()
Get a reference to the value of the 'status
' attribute.
◆ GetTypeName()
const StringPiece google_calendar_api::CreateConferenceRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_conference_solution_key()
bool google_calendar_api::CreateConferenceRequest::has_conference_solution_key |
( |
| ) |
const |
|
inline |
Determine if the 'conferenceSolutionKey
' attribute was set.
- Returns
- true if the '
conferenceSolutionKey
' attribute was set.
◆ has_request_id()
bool google_calendar_api::CreateConferenceRequest::has_request_id |
( |
| ) |
const |
|
inline |
Determine if the 'requestId
' attribute was set.
- Returns
- true if the '
requestId
' attribute was set.
◆ has_status()
bool google_calendar_api::CreateConferenceRequest::has_status |
( |
| ) |
const |
|
inline |
Determine if the 'status
' attribute was set.
- Returns
- true if the '
status
' attribute was set.
◆ mutable_conferenceSolutionKey()
Gets a reference to a mutable value of the 'conferenceSolutionKey
' property.
The conference solution, such as Hangouts or Hangouts Meet.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_status()
Gets a reference to a mutable value of the 'status
' property.
The status of the conference create request.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_request_id()
void google_calendar_api::CreateConferenceRequest::set_request_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'requestId
' attribute.
The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.
- Parameters
-
The documentation for this class was generated from the following files: