|
androidenterprise
v1
|
#include <store_layout.h>
Public Member Functions | |
| StoreLayout (const Json::Value &storage) | |
| StoreLayout (Json::Value *storage) | |
| virtual | ~StoreLayout () |
| const StringPiece | GetTypeName () const |
| bool | has_homepage_id () const |
| void | clear_homepage_id () |
| const StringPiece | get_homepage_id () const |
| void | set_homepage_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_store_layout_type () const |
| void | clear_store_layout_type () |
| const StringPiece | get_store_layout_type () const |
| void | set_store_layout_type (const StringPiece &value) |
Static Public Member Functions | |
| static StoreLayout * | New () |
General setting for the managed Google Play store layout, currently only specifying the page to display the first time the store is opened.
|
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 'homepageId' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'storeLayoutType' attribute.
|
inline |
Get the value of the 'homepageId' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'storeLayoutType' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'homepageId' attribute was set.
homepageId' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'storeLayoutType' attribute was set.
storeLayoutType' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'homepageId' attribute.
The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store.
Not specifying a homepage is equivalent to setting the store layout type to "basic".
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'storeLayoutType' attribute.
The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user.
| [in] | value | The new value. |