|
androidenterprise
v1
|
#include <notification_set.h>
Public Member Functions | |
| NotificationSet (const Json::Value &storage) | |
| NotificationSet (Json::Value *storage) | |
| virtual | ~NotificationSet () |
| const StringPiece | GetTypeName () const |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_notification () const |
| void | clear_notification () |
| const client::JsonCppArray< Notification > | get_notification () const |
| client::JsonCppArray< Notification > | mutable_notification () |
| bool | has_notification_set_id () const |
| void | clear_notification_set_id () |
| const StringPiece | get_notification_set_id () const |
| void | set_notification_set_id (const StringPiece &value) |
Static Public Member Functions | |
| static NotificationSet * | New () |
A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.
|
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 'kind' attribute.
|
inline |
Clears the 'notification' attribute.
|
inline |
Clears the 'notificationSetId' attribute.
|
inline |
Get the value of the 'kind' attribute.
| const client::JsonCppArray<Notification > google_androidenterprise_api::NotificationSet::get_notification | ( | ) | const |
Get a reference to the value of the 'notification' attribute.
|
inline |
Get the value of the 'notificationSetId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'notification' attribute was set.
notification' attribute was set.
|
inline |
Determine if the 'notificationSetId' attribute was set.
notificationSetId' attribute was set. | client::JsonCppArray<Notification > google_androidenterprise_api::NotificationSet::mutable_notification | ( | ) |
Gets a reference to a mutable value of the 'notification' property.
The notifications received, or empty if no notifications are present.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'notificationSetId' attribute.
The notification set ID, required to mark the notification as received with the Enterprises.AcknowledgeNotification API. This will be omitted if no notifications are present.
| [in] | value | The new value. |