androidenterprise
v1
|
#include <store_page.h>
Public Member Functions | |
StorePage (const Json::Value &storage) | |
StorePage (Json::Value *storage) | |
virtual | ~StorePage () |
const StringPiece | GetTypeName () const |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_link () const |
void | clear_link () |
const client::JsonCppArray< string > | get_link () const |
client::JsonCppArray< string > | mutable_link () |
bool | has_name () const |
void | clear_name () |
const client::JsonCppArray< LocalizedText > | get_name () const |
client::JsonCppArray< LocalizedText > | mutable_name () |
Static Public Member Functions | |
static StorePage * | New () |
Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.
|
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 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'link
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get a reference to the value of the 'link
' attribute.
const client::JsonCppArray<LocalizedText > google_androidenterprise_api::StorePage::get_name | ( | ) | const |
Get a reference to the value of the 'name
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'link
' attribute was set.
link
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'link
' property.
Ordered list of pages a user should be able to reach from this page. The list can't include this page. It is recommended that the basic pages are created first, before adding the links between pages.
The API doesn't verify that the pages exist or the pages are reachable.
client::JsonCppArray<LocalizedText > google_androidenterprise_api::StorePage::mutable_name | ( | ) |
Gets a reference to a mutable value of the 'name
' property.
Ordered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.
|
static |
Creates a new default instance.
|
inline |
Change the 'id
' attribute.
Unique ID of this page. Assigned by the server. Immutable once assigned.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |