licensing  v1
Public Member Functions | Static Public Member Functions | List of all members
google_licensing_api::LicenseAssignmentInsert Class Reference

#include <license_assignment_insert.h>

Inheritance diagram for google_licensing_api::LicenseAssignmentInsert:

Public Member Functions

 LicenseAssignmentInsert (const Json::Value &storage)
 
 LicenseAssignmentInsert (Json::Value *storage)
 
virtual ~LicenseAssignmentInsert ()
 
const StringPiece GetTypeName () const
 
bool has_user_id () const
 
void clear_user_id ()
 
const StringPiece get_user_id () const
 
void set_user_id (const StringPiece &value)
 

Static Public Member Functions

static LicenseAssignmentInsertNew ()
 

Detailed Description

Representation of a license assignment.

Constructor & Destructor Documentation

◆ LicenseAssignmentInsert() [1/2]

google_licensing_api::LicenseAssignmentInsert::LicenseAssignmentInsert ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ LicenseAssignmentInsert() [2/2]

google_licensing_api::LicenseAssignmentInsert::LicenseAssignmentInsert ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~LicenseAssignmentInsert()

google_licensing_api::LicenseAssignmentInsert::~LicenseAssignmentInsert ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_user_id()

void google_licensing_api::LicenseAssignmentInsert::clear_user_id ( )
inline

Clears the 'userId' attribute.

◆ get_user_id()

const StringPiece google_licensing_api::LicenseAssignmentInsert::get_user_id ( ) const
inline

Get the value of the 'userId' attribute.

◆ GetTypeName()

const StringPiece google_licensing_api::LicenseAssignmentInsert::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_licensing_api::LicenseAssignmentInsert

◆ has_user_id()

bool google_licensing_api::LicenseAssignmentInsert::has_user_id ( ) const
inline

Determine if the 'userId' attribute was set.

Returns
true if the 'userId' attribute was set.

◆ New()

LicenseAssignmentInsert * google_licensing_api::LicenseAssignmentInsert::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_user_id()

void google_licensing_api::LicenseAssignmentInsert::set_user_id ( const StringPiece &  value)
inline

Change the 'userId' attribute.

Email id of the user.

Parameters
[in]valueThe new value.

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