books  v1
Public Member Functions | Static Public Member Functions | List of all members
google_books_api::Annotation::AnnotationCurrentVersionRanges Class Reference

#include <annotation.h>

Inheritance diagram for google_books_api::Annotation::AnnotationCurrentVersionRanges:

Public Member Functions

 AnnotationCurrentVersionRanges (const Json::Value &storage)
 
 AnnotationCurrentVersionRanges (Json::Value *storage)
 
virtual ~AnnotationCurrentVersionRanges ()
 
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 ()
 
bool has_image_cfi_range () const
 
void clear_image_cfi_range ()
 
const BooksAnnotationsRange get_image_cfi_range () const
 
BooksAnnotationsRange mutable_imageCfiRange ()
 

Static Public Member Functions

static AnnotationCurrentVersionRangesNew ()
 

Detailed Description

Selection ranges for the most recent content version.

Constructor & Destructor Documentation

◆ AnnotationCurrentVersionRanges() [1/2]

google_books_api::Annotation::AnnotationCurrentVersionRanges::AnnotationCurrentVersionRanges ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ AnnotationCurrentVersionRanges() [2/2]

google_books_api::Annotation::AnnotationCurrentVersionRanges::AnnotationCurrentVersionRanges ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~AnnotationCurrentVersionRanges()

google_books_api::Annotation::AnnotationCurrentVersionRanges::~AnnotationCurrentVersionRanges ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cfi_range()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::clear_cfi_range ( )
inline

Clears the 'cfiRange' attribute.

◆ clear_content_version()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::clear_content_version ( )
inline

Clears the 'contentVersion' attribute.

◆ clear_gb_image_range()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::clear_gb_image_range ( )
inline

Clears the 'gbImageRange' attribute.

◆ clear_gb_text_range()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::clear_gb_text_range ( )
inline

Clears the 'gbTextRange' attribute.

◆ clear_image_cfi_range()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::clear_image_cfi_range ( )
inline

Clears the 'imageCfiRange' attribute.

◆ get_cfi_range()

const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_cfi_range ( ) const

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

◆ get_content_version()

const StringPiece google_books_api::Annotation::AnnotationCurrentVersionRanges::get_content_version ( ) const
inline

Get the value of the 'contentVersion' attribute.

◆ get_gb_image_range()

const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_gb_image_range ( ) const

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

◆ get_gb_text_range()

const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_gb_text_range ( ) const

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

◆ get_image_cfi_range()

const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_image_cfi_range ( ) const

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

◆ GetTypeName()

const StringPiece google_books_api::Annotation::AnnotationCurrentVersionRanges::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::AnnotationCurrentVersionRanges

◆ has_cfi_range()

bool google_books_api::Annotation::AnnotationCurrentVersionRanges::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::Annotation::AnnotationCurrentVersionRanges::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::Annotation::AnnotationCurrentVersionRanges::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::Annotation::AnnotationCurrentVersionRanges::has_gb_text_range ( ) const
inline

Determine if the 'gbTextRange' attribute was set.

Returns
true if the 'gbTextRange' attribute was set.

◆ has_image_cfi_range()

bool google_books_api::Annotation::AnnotationCurrentVersionRanges::has_image_cfi_range ( ) const
inline

Determine if the 'imageCfiRange' attribute was set.

Returns
true if the 'imageCfiRange' attribute was set.

◆ mutable_cfiRange()

BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::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::Annotation::AnnotationCurrentVersionRanges::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::Annotation::AnnotationCurrentVersionRanges::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.

◆ mutable_imageCfiRange()

BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::mutable_imageCfiRange ( )

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

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

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

◆ New()

Annotation::AnnotationCurrentVersionRanges * google_books_api::Annotation::AnnotationCurrentVersionRanges::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_content_version()

void google_books_api::Annotation::AnnotationCurrentVersionRanges::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: