reseller  v1
Public Member Functions | Static Public Member Functions | List of all members
google_reseller_api::Subscriptions Class Reference

#include <subscriptions.h>

Inheritance diagram for google_reseller_api::Subscriptions:

Public Member Functions

 Subscriptions (const Json::Value &storage)
 
 Subscriptions (Json::Value *storage)
 
virtual ~Subscriptions ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_subscriptions () const
 
void clear_subscriptions ()
 
const client::JsonCppArray< Subscriptionget_subscriptions () const
 
client::JsonCppArray< Subscriptionmutable_subscriptions ()
 

Static Public Member Functions

static SubscriptionsNew ()
 

Detailed Description

JSON template for a subscription list.

Constructor & Destructor Documentation

◆ Subscriptions() [1/2]

google_reseller_api::Subscriptions::Subscriptions ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ Subscriptions() [2/2]

google_reseller_api::Subscriptions::Subscriptions ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~Subscriptions()

google_reseller_api::Subscriptions::~Subscriptions ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_reseller_api::Subscriptions::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_reseller_api::Subscriptions::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_subscriptions()

void google_reseller_api::Subscriptions::clear_subscriptions ( )
inline

Clears the 'subscriptions' attribute.

◆ get_kind()

const StringPiece google_reseller_api::Subscriptions::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

const StringPiece google_reseller_api::Subscriptions::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_subscriptions()

const client::JsonCppArray<Subscription > google_reseller_api::Subscriptions::get_subscriptions ( ) const

Get a reference to the value of the 'subscriptions' attribute.

◆ GetTypeName()

const StringPiece google_reseller_api::Subscriptions::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_reseller_api::Subscriptions

◆ has_kind()

bool google_reseller_api::Subscriptions::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

bool google_reseller_api::Subscriptions::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_subscriptions()

bool google_reseller_api::Subscriptions::has_subscriptions ( ) const
inline

Determine if the 'subscriptions' attribute was set.

Returns
true if the 'subscriptions' attribute was set.

◆ mutable_subscriptions()

client::JsonCppArray<Subscription > google_reseller_api::Subscriptions::mutable_subscriptions ( )

Gets a reference to a mutable value of the 'subscriptions' property.

The subscriptions in this page of results.

Returns
The result can be modified to change the attribute value.

◆ New()

Subscriptions * google_reseller_api::Subscriptions::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_reseller_api::Subscriptions::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Identifies the resource as a collection of subscriptions. Value: reseller::subscriptions.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_reseller_api::Subscriptions::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Parameters
[in]valueThe new value.

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