groupsmigration  v1
Public Member Functions | Static Public Member Functions | List of all members
google_groupsmigration_api::Groups Class Reference

#include <groups.h>

Inheritance diagram for google_groupsmigration_api::Groups:

Public Member Functions

 Groups (const Json::Value &storage)
 
 Groups (Json::Value *storage)
 
virtual ~Groups ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_response_code () const
 
void clear_response_code ()
 
const StringPiece get_response_code () const
 
void set_response_code (const StringPiece &value)
 

Static Public Member Functions

static GroupsNew ()
 

Detailed Description

JSON response template for groups migration API.

Constructor & Destructor Documentation

◆ Groups() [1/2]

google_groupsmigration_api::Groups::Groups ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ Groups() [2/2]

google_groupsmigration_api::Groups::Groups ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~Groups()

google_groupsmigration_api::Groups::~Groups ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_groupsmigration_api::Groups::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_response_code()

void google_groupsmigration_api::Groups::clear_response_code ( )
inline

Clears the 'responseCode' attribute.

◆ get_kind()

const StringPiece google_groupsmigration_api::Groups::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_response_code()

const StringPiece google_groupsmigration_api::Groups::get_response_code ( ) const
inline

Get the value of the 'responseCode' attribute.

◆ GetTypeName()

const StringPiece google_groupsmigration_api::Groups::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_groupsmigration_api::Groups

◆ has_kind()

bool google_groupsmigration_api::Groups::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_response_code()

bool google_groupsmigration_api::Groups::has_response_code ( ) const
inline

Determine if the 'responseCode' attribute was set.

Returns
true if the 'responseCode' attribute was set.

◆ New()

Groups * google_groupsmigration_api::Groups::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_groupsmigration_api::Groups::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The kind of insert resource this is.

Parameters
[in]valueThe new value.

◆ set_response_code()

void google_groupsmigration_api::Groups::set_response_code ( const StringPiece &  value)
inline

Change the 'responseCode' attribute.

The status of the insert request.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: