|
books
v1
|
#include <volumeannotation.h>
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 VolumeannotationContentRanges * | New () |
The content ranges to identify the selected text.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'cfiRange' attribute.
|
inline |
Clears the 'contentVersion' attribute.
|
inline |
Clears the 'gbImageRange' attribute.
|
inline |
Clears the 'gbTextRange' attribute.
| const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_cfi_range | ( | ) | const |
Get a reference to the value of the 'cfiRange' attribute.
|
inline |
Get the value of the 'contentVersion' attribute.
| const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_gb_image_range | ( | ) | const |
Get a reference to the value of the 'gbImageRange' attribute.
| const BooksAnnotationsRange google_books_api::Volumeannotation::VolumeannotationContentRanges::get_gb_text_range | ( | ) | const |
Get a reference to the value of the 'gbTextRange' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::VolumeannotationContentRanges
|
inline |
Determine if the 'cfiRange' attribute was set.
cfiRange' attribute was set.
|
inline |
Determine if the 'contentVersion' attribute was set.
contentVersion' attribute was set.
|
inline |
Determine if the 'gbImageRange' attribute was set.
gbImageRange' attribute was set.
|
inline |
Determine if the 'gbTextRange' attribute was set.
gbTextRange' attribute was set. | 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.
| 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.
| 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'contentVersion' attribute.
Content version applicable to ranges below.
| [in] | value | The new value. |