books  v1
Public Member Functions | Static Public Member Functions | List of all members
google_books_api::Volumeannotation::VolumeannotationContentRanges Class Reference

#include <volumeannotation.h>

Inheritance diagram for google_books_api::Volumeannotation::VolumeannotationContentRanges:

Public Member Functions

 VolumeannotationContentRanges (const Json::Value &storage)
 
 VolumeannotationContentRanges (Json::Value *storage)
 
virtual ~VolumeannotationContentRanges ()
 
const StringPiece GetTypeName () const
 
bool has_cfi_range () const
 
void clear_cfi_range ()
 
const BooksAnnotationsRange get_cfi_range () const
 
BooksAnnotationsRange mutable_cfiRange ()
 
bool has_content_version () const
 
void clear_content_version ()
 
const StringPiece get_content_version () const
 
void set_content_version (const StringPiece &value)
 
bool has_gb_image_range () const
 
void clear_gb_image_range ()
 
const BooksAnnotationsRange get_gb_image_range () const
 
BooksAnnotationsRange mutable_gbImageRange ()
 
bool has_gb_text_range () const
 
void clear_gb_text_range ()
 
const BooksAnnotationsRange get_gb_text_range () const
 
BooksAnnotationsRange mutable_gbTextRange ()
 

Static Public Member Functions

static VolumeannotationContentRangesNew ()
 

Detailed Description

The content ranges to identify the selected text.

Constructor & Destructor Documentation

◆ VolumeannotationContentRanges() [1/2]

google_books_api::Volumeannotation::VolumeannotationContentRanges::VolumeannotationContentRanges ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ VolumeannotationContentRanges() [2/2]

google_books_api::Volumeannotation::VolumeannotationContentRanges::VolumeannotationContentRanges ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~VolumeannotationContentRanges()

google_books_api::Volumeannotation::VolumeannotationContentRanges::~VolumeannotationContentRanges ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cfi_range()

void google_books_api::Volumeannotation::VolumeannotationContentRanges::clear_cfi_range ( )
inline

Clears the 'cfiRange' attribute.

◆ clear_content_version()

void google_books_api::Volumeannotation::VolumeannotationContentRanges::clear_content_version ( )
inline

Clears the 'contentVersion' attribute.

◆ clear_gb_image_range()

void google_books_api::Volumeannotation::VolumeannotationContentRanges::clear_gb_image_range ( )
inline

Clears the 'gbImageRange' attribute.

◆ clear_gb_text_range()

void google_books_api::Volumeannotation::VolumeannotationContentRanges::clear_gb_text_range ( )
inline

Clears the 'gbTextRange' attribute.

◆ get_cfi_range()

const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_cfi_range ( ) const

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

◆ get_content_version()

const StringPiece google_books_api::Volumeannotation::VolumeannotationContentRanges::get_content_version ( ) const
inline

Get the value of the 'contentVersion' attribute.

◆ get_gb_image_range()

const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_gb_image_range ( ) const

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

◆ get_gb_text_range()

const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_gb_text_range ( ) const

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

◆ GetTypeName()

const StringPiece google_books_api::Volumeannotation::VolumeannotationContentRanges::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::VolumeannotationContentRanges

◆ has_cfi_range()

bool google_books_api::Volumeannotation::VolumeannotationContentRanges::has_cfi_range ( ) const
inline

Determine if the 'cfiRange' attribute was set.

Returns
true if the 'cfiRange' attribute was set.

◆ has_content_version()

bool google_books_api::Volumeannotation::VolumeannotationContentRanges::has_content_version ( ) const
inline

Determine if the 'contentVersion' attribute was set.

Returns
true if the 'contentVersion' attribute was set.

◆ has_gb_image_range()

bool google_books_api::Volumeannotation::VolumeannotationContentRanges::has_gb_image_range ( ) const
inline

Determine if the 'gbImageRange' attribute was set.

Returns
true if the 'gbImageRange' attribute was set.

◆ has_gb_text_range()

bool google_books_api::Volumeannotation::VolumeannotationContentRanges::has_gb_text_range ( ) const
inline

Determine if the 'gbTextRange' attribute was set.

Returns
true if the 'gbTextRange' attribute was set.

◆ mutable_cfiRange()

BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::mutable_cfiRange ( )

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

Range in CFI format for this annotation for version above.

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

◆ mutable_gbImageRange()

BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::mutable_gbImageRange ( )

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

Range in GB image format for this annotation for version above.

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

◆ mutable_gbTextRange()

BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::mutable_gbTextRange ( )

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

Range in GB text format for this annotation for version above.

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

◆ New()

Volumeannotation::VolumeannotationContentRanges * google_books_api::Volumeannotation::VolumeannotationContentRanges::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_content_version()

void google_books_api::Volumeannotation::VolumeannotationContentRanges::set_content_version ( const StringPiece &  value)
inline

Change the 'contentVersion' attribute.

Content version applicable to ranges below.

Parameters
[in]valueThe new value.

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