#include <approval_url_info.h>
Information on an approval URL.
◆ ApprovalUrlInfo() [1/2]
google_androidenterprise_api::ApprovalUrlInfo::ApprovalUrlInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ApprovalUrlInfo() [2/2]
google_androidenterprise_api::ApprovalUrlInfo::ApprovalUrlInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ApprovalUrlInfo()
google_androidenterprise_api::ApprovalUrlInfo::~ApprovalUrlInfo |
( |
| ) |
|
|
virtual |
◆ clear_approval_url()
void google_androidenterprise_api::ApprovalUrlInfo::clear_approval_url |
( |
| ) |
|
|
inline |
Clears the 'approvalUrl
' attribute.
◆ clear_kind()
void google_androidenterprise_api::ApprovalUrlInfo::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_approval_url()
const StringPiece google_androidenterprise_api::ApprovalUrlInfo::get_approval_url |
( |
| ) |
const |
|
inline |
Get the value of the 'approvalUrl
' attribute.
◆ get_kind()
const StringPiece google_androidenterprise_api::ApprovalUrlInfo::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::ApprovalUrlInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_approval_url()
bool google_androidenterprise_api::ApprovalUrlInfo::has_approval_url |
( |
| ) |
const |
|
inline |
Determine if the 'approvalUrl
' attribute was set.
- Returns
- true if the '
approvalUrl
' attribute was set.
◆ has_kind()
bool google_androidenterprise_api::ApprovalUrlInfo::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_approval_url()
void google_androidenterprise_api::ApprovalUrlInfo::set_approval_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'approvalUrl
' attribute.
A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call.
- Parameters
-
◆ set_kind()
void google_androidenterprise_api::ApprovalUrlInfo::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
- Parameters
-
The documentation for this class was generated from the following files:
- google/androidenterprise_api/approval_url_info.h
- google/androidenterprise_api/approval_url_info.cc